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 modified components/network/bind/Makefile (diff) The file was added components/network/bind/patches/04-fix-update-test.patch The file was added components/network/bind/patches/03-fix-netmask.patch The file was modified components/network/bind/test/results-all.master (diff) The file was added components/network/bind/patches/05-if-nametoindex.patch The file was modified components/perl/Mail-DKIM/manifests/sample-manifest.p5m (diff) The file was modified components/perl/Mail-DKIM/Makefile (diff) The file was modified components/perl/Mail-DKIM/pkg5 (diff) The file was modified components/perl/XML-LibXML/pkg5 (diff) The file was modified components/perl/XML-LibXML/Makefile (diff) The file was modified components/perl/XML-LibXML/manifests/sample-manifest.p5m (diff) The file was modified components/perl/libwww-perl/Makefile (diff) The file was modified components/python/argh/Makefile (diff) The file was modified components/python/barman/patches/01-test-deps.patch (diff) The file was modified components/python/barman/Makefile (diff) The file was modified components/python/barman/patches/02-tests-cloud.patch (diff) The file was modified components/python/barman/python-integrate-project.conf (diff) The file was modified components/python/barman/patches/03-test-disable-failing.patch (diff) The file was modified components/python/barman/pkg5 (diff) The file was modified components/python/barman/manifests/sample-manifest.p5m (diff) The file was modified components/python/barman/test/results-all.master (diff) The file was modified components/python/cryptography_vectors/Makefile (diff) The file was modified components/python/cryptography_vectors/cryptography_vectors-PYVER.p5m (diff) The file was modified components/python/cryptography_vectors/manifests/sample-manifest.p5m (diff) The file was modified components/python/hatchling/pkg5 (diff) The file was modified components/python/hatchling/history (diff) The file was modified components/python/hatchling/Makefile (diff) The file was modified components/python/hatchling/manifests/sample-manifest.p5m (diff) The file was modified components/python/hypothesis/patches/01-enable-tests.patch (diff) The file was modified components/python/hypothesis/test/results-all.master (diff) The file was modified components/python/hypothesis/patches/05-pytest-reporter.patch (diff) The file was modified components/python/hypothesis/patches/02-pytest-plugins.patch (diff) The file was modified components/python/hypothesis/patches/07-pytest-checkdocs.patch (diff) The file was modified components/python/hypothesis/Makefile (diff) The file was modified components/python/pluggy/pkg5 (diff) The file was modified components/python/pluggy/test/results-all.master (diff) The file was modified components/python/pluggy/history (diff) The file was modified components/python/pluggy/manifests/sample-manifest.p5m (diff) The file was modified components/python/pluggy/pluggy-PYVER.p5m (diff) The file was modified components/python/pluggy/Makefile (diff) The file was modified components/python/sip/manifests/sample-manifest.p5m (diff) The file was modified components/python/sip/pkg5 (diff) The file was modified components/python/sip/Makefile (diff) The file was modified components/python/types-docutils/Makefile (diff) The file was modified components/python/types-docutils/pkg5 (diff) The file was modified components/python/types-docutils/python-integrate-project.conf (diff) The file was modified components/python/types-requests/Makefile (diff) The file was modified components/python/types-requests/python-integrate-project.conf (diff) The file was modified components/python/types-requests/pkg5 (diff) The file was modified components/python/types-setuptools/python-integrate-project.conf (diff) The file was modified components/python/types-setuptools/Makefile (diff) The file was modified components/multimedia/gstreamer1/manifests/sample-manifest.p5m (diff) The file was modified components/multimedia/gstreamer1/pkg5 (diff) The file was modified components/multimedia/gstreamer1/test/results-all.master (diff) The file was modified components/multimedia/gstreamer1/Makefile (diff) The file was modified components/multimedia/gstreamer1/gstreamer1.p5m (diff) The file was modified components/editor/vim/Makefile (diff) The file was modified components/editor/vim/vim.p5m (diff) The file was modified components/editor/vim/manifests/sample-manifest.p5m (diff) The file was modified components/python/cryptography/test/results-all.master (diff) The file was modified components/python/cryptography/Makefile (diff) The file was modified components/x11/xbiff/Makefile (diff) The file was modified components/x11/xbiff/pkg5 (diff) The file was modified components/x11/xbiff/xbiff.p5m (diff) The file was modified components/x11/xbiff/manifests/sample-manifest.p5m (diff) The file was removed components/x11/xbiff/xbiff.license
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 modified components/desktop/hexchat/Makefile (diff) The file was modified components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m (diff) The file was modified components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m (diff) The file was modified components/multimedia/gst-plugins-base1/pkg5 (diff) The file was modified components/multimedia/gst-plugins-base1/Makefile (diff) The file was modified components/multimedia/gst-plugins-good1/manifests/sample-manifest.p5m (diff) The file was modified components/multimedia/gst-plugins-good1/pkg5 (diff) The file was modified components/multimedia/gst-plugins-good1/Makefile (diff) The file was modified components/multimedia/gst-plugins-good1/test/results-all.master (diff) The file was modified components/python/gst-python/pkg5 (diff) The file was modified components/python/gst-python/manifests/sample-manifest.p5m (diff) The file was modified components/python/gst-python/Makefile (diff) The file was modified components/mail/thunderbird/pkg5 (diff) The file was modified components/mail/thunderbird/Makefile (diff) The file was modified components/encumbered/gst-plugins-bad1/gst-plugins-bad1.p5m (diff) The file was modified components/encumbered/gst-plugins-bad1/Makefile (diff) The file was modified components/encumbered/gst-plugins-bad1/manifests/sample-manifest.p5m (diff) The file was modified components/encumbered/gst-plugins-bad1/test/results-all.master (diff) The file was modified components/encumbered/gst-plugins-bad1/pkg5 (diff) The file was modified components/encumbered/gst-libav1/pkg5 (diff) The file was modified components/encumbered/gst-libav1/manifests/sample-manifest.p5m (diff) The file was modified components/encumbered/gst-libav1/Makefile (diff) The file was modified components/encumbered/gst-libav1/test/results-all.master (diff) The file was modified components/encumbered/gst-plugins-ugly1/pkg5 (diff) The file was modified components/encumbered/gst-plugins-ugly1/Makefile (diff) The file was modified components/encumbered/gst-plugins-ugly1/manifests/sample-manifest.p5m (diff) The file was modified components/encumbered/gst-rtsp-server1/pkg5 (diff) The file was modified components/encumbered/gst-rtsp-server1/manifests/sample-manifest.p5m (diff) The file was modified components/encumbered/gst-rtsp-server1/Makefile (diff) The file was modified components/encumbered/gst-rtsp-server1/gst-rtsp-server1.p5m (diff) The file was modified components/developer/jenkins-core-lts/pkg5 (diff) The file was modified components/developer/jenkins-core-lts/Makefile (diff) The file was modified components/developer/jenkins-core-weekly/Makefile (diff) The file was added components/python/python39/patches/45-system-64-libs.patch The file was modified components/python/python39/Makefile (diff) The file was modified components/encumbered/gst-devtools1/manifests/sample-manifest.p5m (diff) The file was modified components/encumbered/gst-devtools1/pkg5 (diff) The file was modified components/encumbered/gst-devtools1/Makefile (diff) The file was modified components/encumbered/gst-devtools1/gst-devtools1.p5m (diff) The file was modified components/encumbered/gst-editing-services1/Makefile (diff) The file was modified components/encumbered/gst-editing-services1/gst-editing-services1.p5m (diff) The file was modified components/encumbered/gst-editing-services1/test/results-all.master (diff) The file was modified components/encumbered/gst-editing-services1/manifests/sample-manifest.p5m (diff) The file was removed components/sysutils/gnupg/patches/02-fix-emacs-protocol.patch The file was modified components/sysutils/gnupg/pkg5 (diff) The file was modified components/sysutils/gnupg/test/results-all.master (diff) The file was modified components/sysutils/gnupg/Makefile (diff)