Skip to content
Success

Changes

Summary

  1. bind: fix link-local addresses scoped with interface names (commit: 927d03b) (details)
  2. perl/Mail-DKIM: update to 1.20240124 (commit: 66b04dc) (details)
  3. perl/XML-LibXML: update to 2.0210 (commit: 26b7a4f) (details)
  4. perl/libwww-perl: update to 6.75 (commit: 732eb5b) (details)
  5. python/argh: update to 0.31.2 (commit: 9c68d6c) (details)
  6. python/barman: update to 3.10.0 (commit: 58dae68) (details)
  7. python/cryptography_vectors: update to 42.0.1 (commit: 3e3201e) (details)
  8. python/hatchling: update to 1.21.1 (commit: ad6d235) (details)
  9. python/hypothesis: update to 6.97.0 (commit: b692272) (details)
  10. python/pluggy: update to 1.4.0 (commit: 5b6184e) (details)
  11. python/sip: update to 6.8.2 (commit: 5fa7bcd) (details)
  12. python/types-docutils: update to 0.20.0.20240125 (commit: 595abfe) (details)
  13. python/types-requests: update to 2.31.0.20240125 (commit: 848136c) (details)
  14. python/types-setuptools: update to 69.0.0.20240125 (commit: a0a6218) (details)
  15. gstreamer1: update to 1.22.9 & use libexec folder (commit: 0195a97) (details)
  16. vim: update to 9.1.0050 (commit: 3f0f6ff) (details)
  17. python/cryptography: update to 42.0.1 (commit: 7a5325b) (details)
  18. xbiff: update to 1.0.5 (commit: b09b69b) (details)
  19. hexchat: disable direct binding to fix Python plugin (commit: b2322c7) (details)
  20. gst-plugins-base1: update to 1.22.9 (commit: a4daa69) (details)
  21. gst-plugins-good1: update to 1.22.9 (commit: 123a0df) (details)
  22. gst-python: update to 1.22.9 (commit: bc1baaa) (details)
  23. thunderbird: update to 115.7.0 (commit: 708d97a) (details)
  24. gst-plugins-bad1: update to 1.22.9 (commit: 43d69d0) (details)
  25. gst-libav1: update to 1.22.9 (commit: 1b7306b) (details)
  26. gst-plugins-ugly1: update to 1.22.9 (commit: 2bfaea4) (details)
  27. gst-rstp-server1: update to 1.22.9 (commit: de56241) (details)
  28. jenkins-core-lts: update to 2.426.3 (commit: 851a421) (details)
  29. jenkins-core-weekly: update to 2.442 (commit: f361833) (details)
  30. python39: patch 64-bit system_lib_dirs for illumos (commit: 2f4c52e) (details)
  31. gst-devtools1: update to 1.22.9 (commit: 9c7863d) (details)
  32. gst-editing-services1: update to 1.22.9 (commit: 82429ca) (details)
  33. gnupg: update to 2.4.4 (commit: 005d5bd) (details)
Commit 927d03bfc81a53d599ef8ca1b3193b9d84d251fc by noreply
bind: fix link-local addresses scoped with interface names

If bind's configure can't find if_nametoindex(), it only lets you use
numeric interface ids (fe80::1%5) instead of interface names
(fe80::1%wan0) to scope link-local addresses.  At the suggestion of
Alan Coopersmith, update configure.ac to search for if_nametoindex in
libsocket.

Also along for the ride, to fix tests:

1) unexport SHELLOPTS to avoid libtool wrapper failures

2) Clear LD_B_DIRECT; direct binding of bind's shared libraries breaks several
of the self tests.

3) Fix how we set the timezone to GMT in one of the tests.

4) When adding test ipv4 addresses to lo0, use a /32 prefix len so that
it doesn't default to a /8.
(commit: 927d03b)
The file was addedcomponents/network/bind/patches/04-fix-update-test.patch
The file was addedcomponents/network/bind/patches/05-if-nametoindex.patch
The file was addedcomponents/network/bind/patches/03-fix-netmask.patch
The file was modifiedcomponents/network/bind/test/results-all.master (diff)
The file was modifiedcomponents/network/bind/Makefile (diff)
Commit 66b04dc7bd7eee293329c64d31dc55cc3a3f3b04 by noreply
perl/Mail-DKIM: update to 1.20240124

(commit: 66b04dc)
The file was modifiedcomponents/perl/Mail-DKIM/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/perl/Mail-DKIM/pkg5 (diff)
The file was modifiedcomponents/perl/Mail-DKIM/Makefile (diff)
Commit 26b7a4f31bad9bbe5b0b1e64dc5cbc1bd23e2f53 by noreply
perl/XML-LibXML: update to 2.0210

(commit: 26b7a4f)
The file was modifiedcomponents/perl/XML-LibXML/Makefile (diff)
The file was modifiedcomponents/perl/XML-LibXML/pkg5 (diff)
The file was modifiedcomponents/perl/XML-LibXML/manifests/sample-manifest.p5m (diff)
Commit 732eb5bd6ff2d163d57b3d8b9c8be100f89cb26d by noreply
perl/libwww-perl: update to 6.75

(commit: 732eb5b)
The file was modifiedcomponents/perl/libwww-perl/Makefile (diff)
Commit 9c68d6ca0e3bde40661e57546e8a28e3b3b41142 by noreply
python/argh: update to 0.31.2

(commit: 9c68d6c)
The file was modifiedcomponents/python/argh/Makefile (diff)
Commit 58dae689685787bd9b46b731a94e1a0371a0d7e3 by noreply
python/barman: update to 3.10.0

(commit: 58dae68)
The file was modifiedcomponents/python/barman/pkg5 (diff)
The file was modifiedcomponents/python/barman/python-integrate-project.conf (diff)
The file was modifiedcomponents/python/barman/patches/02-tests-cloud.patch (diff)
The file was modifiedcomponents/python/barman/patches/01-test-deps.patch (diff)
The file was modifiedcomponents/python/barman/test/results-all.master (diff)
The file was modifiedcomponents/python/barman/patches/03-test-disable-failing.patch (diff)
The file was modifiedcomponents/python/barman/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/barman/Makefile (diff)
Commit 3e3201efe6fe386695ed4c8463a18b8a623f0838 by noreply
python/cryptography_vectors: update to 42.0.1

(commit: 3e3201e)
The file was modifiedcomponents/python/cryptography_vectors/Makefile (diff)
The file was modifiedcomponents/python/cryptography_vectors/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/cryptography_vectors/cryptography_vectors-PYVER.p5m (diff)
Commit ad6d235c8a2bd4733074dd9250a944aa09c14df7 by noreply
python/hatchling: update to 1.21.1

(commit: ad6d235)
The file was modifiedcomponents/python/hatchling/pkg5 (diff)
The file was modifiedcomponents/python/hatchling/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/hatchling/Makefile (diff)
The file was modifiedcomponents/python/hatchling/history (diff)
Commit b692272aa88c51e430979995bdfe2c08979a87d4 by noreply
python/hypothesis: update to 6.97.0

(commit: b692272)
The file was modifiedcomponents/python/hypothesis/patches/02-pytest-plugins.patch (diff)
The file was modifiedcomponents/python/hypothesis/patches/07-pytest-checkdocs.patch (diff)
The file was modifiedcomponents/python/hypothesis/patches/01-enable-tests.patch (diff)
The file was modifiedcomponents/python/hypothesis/test/results-all.master (diff)
The file was modifiedcomponents/python/hypothesis/Makefile (diff)
The file was modifiedcomponents/python/hypothesis/patches/05-pytest-reporter.patch (diff)
Commit 5b6184e9a7cea345fcec27b7abc36ecdd68df72e by noreply
python/pluggy: update to 1.4.0

(commit: 5b6184e)
The file was modifiedcomponents/python/pluggy/test/results-all.master (diff)
The file was modifiedcomponents/python/pluggy/history (diff)
The file was modifiedcomponents/python/pluggy/pluggy-PYVER.p5m (diff)
The file was modifiedcomponents/python/pluggy/Makefile (diff)
The file was modifiedcomponents/python/pluggy/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/pluggy/pkg5 (diff)
Commit 5fa7bcd18cb77edd289ea6254cc912ceb5262136 by noreply
python/sip: update to 6.8.2

(commit: 5fa7bcd)
The file was modifiedcomponents/python/sip/pkg5 (diff)
The file was modifiedcomponents/python/sip/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/sip/Makefile (diff)
Commit 595abfeb3b5005876560989a76e52c1f0b4cd273 by noreply
python/types-docutils: update to 0.20.0.20240125

(commit: 595abfe)
The file was modifiedcomponents/python/types-docutils/python-integrate-project.conf (diff)
The file was modifiedcomponents/python/types-docutils/Makefile (diff)
The file was modifiedcomponents/python/types-docutils/pkg5 (diff)
Commit 848136ca120d1e2ec2f5ebe79592de2b6ef51641 by noreply
python/types-requests: update to 2.31.0.20240125

(commit: 848136c)
The file was modifiedcomponents/python/types-requests/pkg5 (diff)
The file was modifiedcomponents/python/types-requests/python-integrate-project.conf (diff)
The file was modifiedcomponents/python/types-requests/Makefile (diff)
Commit a0a6218bd783fb546887af93689507b464ad3b01 by noreply
python/types-setuptools: update to 69.0.0.20240125

(commit: a0a6218)
The file was modifiedcomponents/python/types-setuptools/python-integrate-project.conf (diff)
The file was modifiedcomponents/python/types-setuptools/Makefile (diff)
Commit 0195a97b7b2dc60baa1aeac3f70eba472c21141d by noreply
gstreamer1: update to 1.22.9 & use libexec folder

(commit: 0195a97)
The file was modifiedcomponents/multimedia/gstreamer1/gstreamer1.p5m (diff)
The file was modifiedcomponents/multimedia/gstreamer1/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/multimedia/gstreamer1/test/results-all.master (diff)
The file was modifiedcomponents/multimedia/gstreamer1/Makefile (diff)
The file was modifiedcomponents/multimedia/gstreamer1/pkg5 (diff)
The file was modifiedcomponents/editor/vim/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/editor/vim/Makefile (diff)
The file was modifiedcomponents/editor/vim/vim.p5m (diff)
Commit 7a5325b76ab97b22db8957a9470872cc613914be by noreply
python/cryptography: update to 42.0.1

(commit: 7a5325b)
The file was modifiedcomponents/python/cryptography/Makefile (diff)
The file was modifiedcomponents/python/cryptography/test/results-all.master (diff)
The file was removedcomponents/x11/xbiff/xbiff.license
The file was modifiedcomponents/x11/xbiff/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/x11/xbiff/xbiff.p5m (diff)
The file was modifiedcomponents/x11/xbiff/pkg5 (diff)
The file was modifiedcomponents/x11/xbiff/Makefile (diff)
Commit b2322c754a4f178e76f1fddafb2a6d68c72e44da by noreply
hexchat: disable direct binding to fix Python plugin

Without this change if you attempt to load the plugin, it fails
to find __iob from libc:

/load /usr/lib/amd64/hexchat/plugins/python.so
ld.so.1: hexchat: fatal: relocation error: file /usr/lib/amd64/hexchat/plugins/python.so: symbol __iob: referenced symbol not found

Also, in COMPONENT_POST_INSTALL ACTION:
- remove unnecessary loop around elfedit commands
- use 'dyn:value -add' so python.so retains a dependency on libc.so.1
(commit: b2322c7)
The file was modifiedcomponents/desktop/hexchat/Makefile (diff)
Commit a4daa6902aa9c28ee46716d14c72a61994fbbd4e by noreply
gst-plugins-base1: update to 1.22.9

(commit: a4daa69)
The file was modifiedcomponents/multimedia/gst-plugins-base1/gst-plugins-base1.p5m (diff)
The file was modifiedcomponents/multimedia/gst-plugins-base1/pkg5 (diff)
The file was modifiedcomponents/multimedia/gst-plugins-base1/Makefile (diff)
The file was modifiedcomponents/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m (diff)
Commit 123a0df9d41e2be34e9a9fa4afc5cf4271d53420 by noreply
gst-plugins-good1: update to 1.22.9

(commit: 123a0df)
The file was modifiedcomponents/multimedia/gst-plugins-good1/Makefile (diff)
The file was modifiedcomponents/multimedia/gst-plugins-good1/test/results-all.master (diff)
The file was modifiedcomponents/multimedia/gst-plugins-good1/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/multimedia/gst-plugins-good1/pkg5 (diff)
Commit bc1baaa550058f621cfb196aef35b9f7d901fd12 by noreply
gst-python: update to 1.22.9

(commit: bc1baaa)
The file was modifiedcomponents/python/gst-python/pkg5 (diff)
The file was modifiedcomponents/python/gst-python/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/gst-python/Makefile (diff)
Commit 708d97a985f98480bb230df2bc9dae426ac9731f by noreply
thunderbird: update to 115.7.0

(commit: 708d97a)
The file was modifiedcomponents/mail/thunderbird/pkg5 (diff)
The file was modifiedcomponents/mail/thunderbird/Makefile (diff)
Commit 43d69d008149b8d5c1f4ce329dc80cfcffd6ad24 by noreply
gst-plugins-bad1: update to 1.22.9

(commit: 43d69d0)
The file was modifiedcomponents/encumbered/gst-plugins-bad1/Makefile (diff)
The file was modifiedcomponents/encumbered/gst-plugins-bad1/gst-plugins-bad1.p5m (diff)
The file was modifiedcomponents/encumbered/gst-plugins-bad1/pkg5 (diff)
The file was modifiedcomponents/encumbered/gst-plugins-bad1/test/results-all.master (diff)
The file was modifiedcomponents/encumbered/gst-plugins-bad1/manifests/sample-manifest.p5m (diff)
Commit 1b7306bf5c64c04f4c0c24487a10df91a90feefa by noreply
gst-libav1: update to 1.22.9

(commit: 1b7306b)
The file was modifiedcomponents/encumbered/gst-libav1/pkg5 (diff)
The file was modifiedcomponents/encumbered/gst-libav1/Makefile (diff)
The file was modifiedcomponents/encumbered/gst-libav1/test/results-all.master (diff)
The file was modifiedcomponents/encumbered/gst-libav1/manifests/sample-manifest.p5m (diff)
Commit 2bfaea442742c0efaf44abfcf27f69991c80ea5e by noreply
gst-plugins-ugly1: update to 1.22.9

(commit: 2bfaea4)
The file was modifiedcomponents/encumbered/gst-plugins-ugly1/pkg5 (diff)
The file was modifiedcomponents/encumbered/gst-plugins-ugly1/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/encumbered/gst-plugins-ugly1/Makefile (diff)
Commit de56241fad0fe1e2f670a395fc36b40a929326ba by noreply
gst-rstp-server1: update to 1.22.9

(commit: de56241)
The file was modifiedcomponents/encumbered/gst-rtsp-server1/gst-rtsp-server1.p5m (diff)
The file was modifiedcomponents/encumbered/gst-rtsp-server1/Makefile (diff)
The file was modifiedcomponents/encumbered/gst-rtsp-server1/pkg5 (diff)
The file was modifiedcomponents/encumbered/gst-rtsp-server1/manifests/sample-manifest.p5m (diff)
Commit 851a42143074241b774f872d87f59742125b3146 by noreply
jenkins-core-lts: update to 2.426.3

(commit: 851a421)
The file was modifiedcomponents/developer/jenkins-core-lts/pkg5 (diff)
The file was modifiedcomponents/developer/jenkins-core-lts/Makefile (diff)
Commit f361833ef6cf0662c909a0061568bae68b46197e by noreply
jenkins-core-weekly: update to 2.442

(commit: f361833)
The file was modifiedcomponents/developer/jenkins-core-weekly/Makefile (diff)
Commit 2f4c52e99a576ba2432ea1ff23c1976678c61121 by noreply
python39: patch 64-bit system_lib_dirs for illumos

Fixes missing _tkinter module; tcl/tk libraries are now only in /usr/lib/64
(commit: 2f4c52e)
The file was addedcomponents/python/python39/patches/45-system-64-libs.patch
The file was modifiedcomponents/python/python39/Makefile (diff)
Commit 9c7863dfae93326ddcc67251a4b58021cd8d36db by noreply
gst-devtools1: update to 1.22.9

(commit: 9c7863d)
The file was modifiedcomponents/encumbered/gst-devtools1/Makefile (diff)
The file was modifiedcomponents/encumbered/gst-devtools1/pkg5 (diff)
The file was modifiedcomponents/encumbered/gst-devtools1/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/encumbered/gst-devtools1/gst-devtools1.p5m (diff)
Commit 82429ca62affddf4bce63176c88f2005a0648567 by noreply
gst-editing-services1: update to 1.22.9

(commit: 82429ca)
The file was modifiedcomponents/encumbered/gst-editing-services1/gst-editing-services1.p5m (diff)
The file was modifiedcomponents/encumbered/gst-editing-services1/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/encumbered/gst-editing-services1/Makefile (diff)
The file was modifiedcomponents/encumbered/gst-editing-services1/test/results-all.master (diff)
The file was modifiedcomponents/sysutils/gnupg/test/results-all.master (diff)
The file was modifiedcomponents/sysutils/gnupg/Makefile (diff)
The file was modifiedcomponents/sysutils/gnupg/pkg5 (diff)
The file was removedcomponents/sysutils/gnupg/patches/02-fix-emacs-protocol.patch