<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginoihipster _class='hudson.plugins.git.util.Build'><buildNumber>7311</buildNumber><marked><SHA1>005d5bd909df811cc2d800930c4f0b7bfbc251e0</SHA1><branch><SHA1>005d5bd909df811cc2d800930c4f0b7bfbc251e0</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></marked><revision><SHA1>005d5bd909df811cc2d800930c4f0b7bfbc251e0</SHA1><branch><SHA1>005d5bd909df811cc2d800930c4f0b7bfbc251e0</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></revision></refsremotesoriginoihipster></buildsByBranchName><lastBuiltRevision><SHA1>005d5bd909df811cc2d800930c4f0b7bfbc251e0</SHA1><branch><SHA1>005d5bd909df811cc2d800930c4f0b7bfbc251e0</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></lastBuiltRevision><remoteUrl>https://github.com/OpenIndiana/oi-userland.git</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://hipster.openindiana.org/jenkins/view/all/job/illumos-gate/7311/artifact</artifactsUrl><changesUrl>https://hipster.openindiana.org/jenkins/view/all/job/illumos-gate/changes</changesUrl><displayUrl>https://hipster.openindiana.org/jenkins/view/all/job/illumos-gate/7311/</displayUrl><testsUrl>https://hipster.openindiana.org/jenkins/view/all/job/illumos-gate/7311/testReport</testsUrl></action><building>false</building><displayName>#7311</displayName><duration>6594165</duration><estimatedDuration>2711579</estimatedDuration><fullDisplayName>illumos-gate #7311</fullDisplayName><id>7311</id><inProgress>false</inProgress><keepLog>false</keepLog><number>7311</number><queueId>1040</queueId><result>SUCCESS</result><timestamp>1706227548633</timestamp><url>https://hipster.openindiana.org/jenkins/view/all/job/illumos-gate/7311/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/network/bind/patches/04-fix-update-test.patch</affectedPath><affectedPath>components/network/bind/patches/03-fix-netmask.patch</affectedPath><affectedPath>components/network/bind/Makefile</affectedPath><affectedPath>components/network/bind/test/results-all.master</affectedPath><affectedPath>components/network/bind/patches/05-if-nametoindex.patch</affectedPath><commitId>927d03bfc81a53d599ef8ca1b3193b9d84d251fc</commitId><timestamp>1706168127000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>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.
</comment><date>2024-01-25 08:35:27 +0100</date><id>927d03bfc81a53d599ef8ca1b3193b9d84d251fc</id><msg>bind: fix link-local addresses scoped with interface names</msg><path><editType>add</editType><file>components/network/bind/patches/04-fix-update-test.patch</file></path><path><editType>add</editType><file>components/network/bind/patches/05-if-nametoindex.patch</file></path><path><editType>edit</editType><file>components/network/bind/Makefile</file></path><path><editType>add</editType><file>components/network/bind/patches/03-fix-netmask.patch</file></path><path><editType>edit</editType><file>components/network/bind/test/results-all.master</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/perl/Mail-DKIM/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/perl/Mail-DKIM/Makefile</affectedPath><affectedPath>components/perl/Mail-DKIM/pkg5</affectedPath><commitId>66b04dc7bd7eee293329c64d31dc55cc3a3f3b04</commitId><timestamp>1706180490000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>perl/Mail-DKIM: update to 1.20240124

</comment><date>2024-01-25 12:01:30 +0100</date><id>66b04dc7bd7eee293329c64d31dc55cc3a3f3b04</id><msg>perl/Mail-DKIM: update to 1.20240124</msg><path><editType>edit</editType><file>components/perl/Mail-DKIM/Makefile</file></path><path><editType>edit</editType><file>components/perl/Mail-DKIM/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/perl/Mail-DKIM/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/perl/XML-LibXML/pkg5</affectedPath><affectedPath>components/perl/XML-LibXML/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/perl/XML-LibXML/Makefile</affectedPath><commitId>26b7a4f31bad9bbe5b0b1e64dc5cbc1bd23e2f53</commitId><timestamp>1706180501000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>perl/XML-LibXML: update to 2.0210

</comment><date>2024-01-25 12:01:41 +0100</date><id>26b7a4f31bad9bbe5b0b1e64dc5cbc1bd23e2f53</id><msg>perl/XML-LibXML: update to 2.0210</msg><path><editType>edit</editType><file>components/perl/XML-LibXML/pkg5</file></path><path><editType>edit</editType><file>components/perl/XML-LibXML/Makefile</file></path><path><editType>edit</editType><file>components/perl/XML-LibXML/manifests/sample-manifest.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/perl/libwww-perl/Makefile</affectedPath><commitId>732eb5bd6ff2d163d57b3d8b9c8be100f89cb26d</commitId><timestamp>1706180511000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>perl/libwww-perl: update to 6.75

</comment><date>2024-01-25 12:01:51 +0100</date><id>732eb5bd6ff2d163d57b3d8b9c8be100f89cb26d</id><msg>perl/libwww-perl: update to 6.75</msg><path><editType>edit</editType><file>components/perl/libwww-perl/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/argh/Makefile</affectedPath><commitId>9c68d6ca0e3bde40661e57546e8a28e3b3b41142</commitId><timestamp>1706180521000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/argh: update to 0.31.2

</comment><date>2024-01-25 12:02:01 +0100</date><id>9c68d6ca0e3bde40661e57546e8a28e3b3b41142</id><msg>python/argh: update to 0.31.2</msg><path><editType>edit</editType><file>components/python/argh/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/barman/patches/01-test-deps.patch</affectedPath><affectedPath>components/python/barman/python-integrate-project.conf</affectedPath><affectedPath>components/python/barman/patches/02-tests-cloud.patch</affectedPath><affectedPath>components/python/barman/pkg5</affectedPath><affectedPath>components/python/barman/Makefile</affectedPath><affectedPath>components/python/barman/test/results-all.master</affectedPath><affectedPath>components/python/barman/patches/03-test-disable-failing.patch</affectedPath><affectedPath>components/python/barman/manifests/sample-manifest.p5m</affectedPath><commitId>58dae689685787bd9b46b731a94e1a0371a0d7e3</commitId><timestamp>1706180533000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/barman: update to 3.10.0

</comment><date>2024-01-25 12:02:13 +0100</date><id>58dae689685787bd9b46b731a94e1a0371a0d7e3</id><msg>python/barman: update to 3.10.0</msg><path><editType>edit</editType><file>components/python/barman/test/results-all.master</file></path><path><editType>edit</editType><file>components/python/barman/patches/01-test-deps.patch</file></path><path><editType>edit</editType><file>components/python/barman/python-integrate-project.conf</file></path><path><editType>edit</editType><file>components/python/barman/Makefile</file></path><path><editType>edit</editType><file>components/python/barman/patches/02-tests-cloud.patch</file></path><path><editType>edit</editType><file>components/python/barman/pkg5</file></path><path><editType>edit</editType><file>components/python/barman/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/python/barman/patches/03-test-disable-failing.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/cryptography_vectors/Makefile</affectedPath><affectedPath>components/python/cryptography_vectors/cryptography_vectors-PYVER.p5m</affectedPath><affectedPath>components/python/cryptography_vectors/manifests/sample-manifest.p5m</affectedPath><commitId>3e3201efe6fe386695ed4c8463a18b8a623f0838</commitId><timestamp>1706180576000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/cryptography_vectors: update to 42.0.1

</comment><date>2024-01-25 12:02:56 +0100</date><id>3e3201efe6fe386695ed4c8463a18b8a623f0838</id><msg>python/cryptography_vectors: update to 42.0.1</msg><path><editType>edit</editType><file>components/python/cryptography_vectors/Makefile</file></path><path><editType>edit</editType><file>components/python/cryptography_vectors/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/python/cryptography_vectors/cryptography_vectors-PYVER.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/hatchling/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/python/hatchling/pkg5</affectedPath><affectedPath>components/python/hatchling/history</affectedPath><affectedPath>components/python/hatchling/Makefile</affectedPath><commitId>ad6d235c8a2bd4733074dd9250a944aa09c14df7</commitId><timestamp>1706186320000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/hatchling: update to 1.21.1

</comment><date>2024-01-25 13:38:40 +0100</date><id>ad6d235c8a2bd4733074dd9250a944aa09c14df7</id><msg>python/hatchling: update to 1.21.1</msg><path><editType>edit</editType><file>components/python/hatchling/pkg5</file></path><path><editType>edit</editType><file>components/python/hatchling/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/python/hatchling/history</file></path><path><editType>edit</editType><file>components/python/hatchling/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/hypothesis/patches/01-enable-tests.patch</affectedPath><affectedPath>components/python/hypothesis/patches/07-pytest-checkdocs.patch</affectedPath><affectedPath>components/python/hypothesis/Makefile</affectedPath><affectedPath>components/python/hypothesis/patches/05-pytest-reporter.patch</affectedPath><affectedPath>components/python/hypothesis/patches/02-pytest-plugins.patch</affectedPath><affectedPath>components/python/hypothesis/test/results-all.master</affectedPath><commitId>b692272aa88c51e430979995bdfe2c08979a87d4</commitId><timestamp>1706186329000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/hypothesis: update to 6.97.0

</comment><date>2024-01-25 13:38:49 +0100</date><id>b692272aa88c51e430979995bdfe2c08979a87d4</id><msg>python/hypothesis: update to 6.97.0</msg><path><editType>edit</editType><file>components/python/hypothesis/test/results-all.master</file></path><path><editType>edit</editType><file>components/python/hypothesis/Makefile</file></path><path><editType>edit</editType><file>components/python/hypothesis/patches/05-pytest-reporter.patch</file></path><path><editType>edit</editType><file>components/python/hypothesis/patches/01-enable-tests.patch</file></path><path><editType>edit</editType><file>components/python/hypothesis/patches/02-pytest-plugins.patch</file></path><path><editType>edit</editType><file>components/python/hypothesis/patches/07-pytest-checkdocs.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/pluggy/history</affectedPath><affectedPath>components/python/pluggy/pkg5</affectedPath><affectedPath>components/python/pluggy/test/results-all.master</affectedPath><affectedPath>components/python/pluggy/pluggy-PYVER.p5m</affectedPath><affectedPath>components/python/pluggy/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/python/pluggy/Makefile</affectedPath><commitId>5b6184e9a7cea345fcec27b7abc36ecdd68df72e</commitId><timestamp>1706186339000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/pluggy: update to 1.4.0

</comment><date>2024-01-25 13:38:59 +0100</date><id>5b6184e9a7cea345fcec27b7abc36ecdd68df72e</id><msg>python/pluggy: update to 1.4.0</msg><path><editType>edit</editType><file>components/python/pluggy/pkg5</file></path><path><editType>edit</editType><file>components/python/pluggy/history</file></path><path><editType>edit</editType><file>components/python/pluggy/test/results-all.master</file></path><path><editType>edit</editType><file>components/python/pluggy/pluggy-PYVER.p5m</file></path><path><editType>edit</editType><file>components/python/pluggy/Makefile</file></path><path><editType>edit</editType><file>components/python/pluggy/manifests/sample-manifest.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/sip/Makefile</affectedPath><affectedPath>components/python/sip/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/python/sip/pkg5</affectedPath><commitId>5fa7bcd18cb77edd289ea6254cc912ceb5262136</commitId><timestamp>1706186348000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/sip: update to 6.8.2

</comment><date>2024-01-25 13:39:08 +0100</date><id>5fa7bcd18cb77edd289ea6254cc912ceb5262136</id><msg>python/sip: update to 6.8.2</msg><path><editType>edit</editType><file>components/python/sip/pkg5</file></path><path><editType>edit</editType><file>components/python/sip/Makefile</file></path><path><editType>edit</editType><file>components/python/sip/manifests/sample-manifest.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/types-docutils/python-integrate-project.conf</affectedPath><affectedPath>components/python/types-docutils/Makefile</affectedPath><affectedPath>components/python/types-docutils/pkg5</affectedPath><commitId>595abfeb3b5005876560989a76e52c1f0b4cd273</commitId><timestamp>1706186359000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/types-docutils: update to 0.20.0.20240125

</comment><date>2024-01-25 13:39:19 +0100</date><id>595abfeb3b5005876560989a76e52c1f0b4cd273</id><msg>python/types-docutils: update to 0.20.0.20240125</msg><path><editType>edit</editType><file>components/python/types-docutils/pkg5</file></path><path><editType>edit</editType><file>components/python/types-docutils/python-integrate-project.conf</file></path><path><editType>edit</editType><file>components/python/types-docutils/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/types-requests/python-integrate-project.conf</affectedPath><affectedPath>components/python/types-requests/Makefile</affectedPath><affectedPath>components/python/types-requests/pkg5</affectedPath><commitId>848136ca120d1e2ec2f5ebe79592de2b6ef51641</commitId><timestamp>1706186370000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/types-requests: update to 2.31.0.20240125

</comment><date>2024-01-25 13:39:30 +0100</date><id>848136ca120d1e2ec2f5ebe79592de2b6ef51641</id><msg>python/types-requests: update to 2.31.0.20240125</msg><path><editType>edit</editType><file>components/python/types-requests/python-integrate-project.conf</file></path><path><editType>edit</editType><file>components/python/types-requests/Makefile</file></path><path><editType>edit</editType><file>components/python/types-requests/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/types-setuptools/python-integrate-project.conf</affectedPath><affectedPath>components/python/types-setuptools/Makefile</affectedPath><commitId>a0a6218bd783fb546887af93689507b464ad3b01</commitId><timestamp>1706186381000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/types-setuptools: update to 69.0.0.20240125

</comment><date>2024-01-25 13:39:41 +0100</date><id>a0a6218bd783fb546887af93689507b464ad3b01</id><msg>python/types-setuptools: update to 69.0.0.20240125</msg><path><editType>edit</editType><file>components/python/types-setuptools/python-integrate-project.conf</file></path><path><editType>edit</editType><file>components/python/types-setuptools/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/multimedia/gstreamer1/gstreamer1.p5m</affectedPath><affectedPath>components/multimedia/gstreamer1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/multimedia/gstreamer1/Makefile</affectedPath><affectedPath>components/multimedia/gstreamer1/pkg5</affectedPath><affectedPath>components/multimedia/gstreamer1/test/results-all.master</affectedPath><commitId>0195a97b7b2dc60baa1aeac3f70eba472c21141d</commitId><timestamp>1706198841000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gstreamer1: update to 1.22.9 &amp; use libexec folder

</comment><date>2024-01-25 17:07:21 +0100</date><id>0195a97b7b2dc60baa1aeac3f70eba472c21141d</id><msg>gstreamer1: update to 1.22.9 &amp; use libexec folder</msg><path><editType>edit</editType><file>components/multimedia/gstreamer1/gstreamer1.p5m</file></path><path><editType>edit</editType><file>components/multimedia/gstreamer1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/multimedia/gstreamer1/pkg5</file></path><path><editType>edit</editType><file>components/multimedia/gstreamer1/test/results-all.master</file></path><path><editType>edit</editType><file>components/multimedia/gstreamer1/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/editor/vim/Makefile</affectedPath><affectedPath>components/editor/vim/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/editor/vim/vim.p5m</affectedPath><commitId>3f0f6ff7fb2f093f1c5c25a12191d91ba0ba7e7a</commitId><timestamp>1706198854000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>vim: update to 9.1.0050

</comment><date>2024-01-25 17:07:34 +0100</date><id>3f0f6ff7fb2f093f1c5c25a12191d91ba0ba7e7a</id><msg>vim: update to 9.1.0050</msg><path><editType>edit</editType><file>components/editor/vim/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/editor/vim/Makefile</file></path><path><editType>edit</editType><file>components/editor/vim/vim.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/cryptography/test/results-all.master</affectedPath><affectedPath>components/python/cryptography/Makefile</affectedPath><commitId>7a5325b76ab97b22db8957a9470872cc613914be</commitId><timestamp>1706198868000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python/cryptography: update to 42.0.1

</comment><date>2024-01-25 17:07:48 +0100</date><id>7a5325b76ab97b22db8957a9470872cc613914be</id><msg>python/cryptography: update to 42.0.1</msg><path><editType>edit</editType><file>components/python/cryptography/Makefile</file></path><path><editType>edit</editType><file>components/python/cryptography/test/results-all.master</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/x11/xbiff/Makefile</affectedPath><affectedPath>components/x11/xbiff/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/x11/xbiff/xbiff.license</affectedPath><affectedPath>components/x11/xbiff/xbiff.p5m</affectedPath><affectedPath>components/x11/xbiff/pkg5</affectedPath><commitId>b09b69b47d323f6ed5fa1eafae1bb0957e4714b8</commitId><timestamp>1706207251000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>xbiff: update to 1.0.5

</comment><date>2024-01-25 19:27:31 +0100</date><id>b09b69b47d323f6ed5fa1eafae1bb0957e4714b8</id><msg>xbiff: update to 1.0.5</msg><path><editType>edit</editType><file>components/x11/xbiff/xbiff.p5m</file></path><path><editType>delete</editType><file>components/x11/xbiff/xbiff.license</file></path><path><editType>edit</editType><file>components/x11/xbiff/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/x11/xbiff/pkg5</file></path><path><editType>edit</editType><file>components/x11/xbiff/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/hexchat/Makefile</affectedPath><commitId>b2322c754a4f178e76f1fddafb2a6d68c72e44da</commitId><timestamp>1706207265000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>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
</comment><date>2024-01-25 19:27:45 +0100</date><id>b2322c754a4f178e76f1fddafb2a6d68c72e44da</id><msg>hexchat: disable direct binding to fix Python plugin</msg><path><editType>edit</editType><file>components/desktop/hexchat/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/multimedia/gst-plugins-base1/Makefile</affectedPath><affectedPath>components/multimedia/gst-plugins-base1/pkg5</affectedPath><affectedPath>components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m</affectedPath><commitId>a4daa6902aa9c28ee46716d14c72a61994fbbd4e</commitId><timestamp>1706207276000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-plugins-base1: update to 1.22.9

</comment><date>2024-01-25 19:27:56 +0100</date><id>a4daa6902aa9c28ee46716d14c72a61994fbbd4e</id><msg>gst-plugins-base1: update to 1.22.9</msg><path><editType>edit</editType><file>components/multimedia/gst-plugins-base1/pkg5</file></path><path><editType>edit</editType><file>components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/multimedia/gst-plugins-base1/Makefile</file></path><path><editType>edit</editType><file>components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/multimedia/gst-plugins-good1/Makefile</affectedPath><affectedPath>components/multimedia/gst-plugins-good1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/multimedia/gst-plugins-good1/test/results-all.master</affectedPath><affectedPath>components/multimedia/gst-plugins-good1/pkg5</affectedPath><commitId>123a0df9d41e2be34e9a9fa4afc5cf4271d53420</commitId><timestamp>1706209439000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-plugins-good1: update to 1.22.9

</comment><date>2024-01-25 20:03:59 +0100</date><id>123a0df9d41e2be34e9a9fa4afc5cf4271d53420</id><msg>gst-plugins-good1: update to 1.22.9</msg><path><editType>edit</editType><file>components/multimedia/gst-plugins-good1/pkg5</file></path><path><editType>edit</editType><file>components/multimedia/gst-plugins-good1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/multimedia/gst-plugins-good1/Makefile</file></path><path><editType>edit</editType><file>components/multimedia/gst-plugins-good1/test/results-all.master</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/gst-python/pkg5</affectedPath><affectedPath>components/python/gst-python/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/python/gst-python/Makefile</affectedPath><commitId>bc1baaa550058f621cfb196aef35b9f7d901fd12</commitId><timestamp>1706209452000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-python: update to 1.22.9

</comment><date>2024-01-25 20:04:12 +0100</date><id>bc1baaa550058f621cfb196aef35b9f7d901fd12</id><msg>gst-python: update to 1.22.9</msg><path><editType>edit</editType><file>components/python/gst-python/pkg5</file></path><path><editType>edit</editType><file>components/python/gst-python/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/python/gst-python/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/mail/thunderbird/pkg5</affectedPath><affectedPath>components/mail/thunderbird/Makefile</affectedPath><commitId>708d97a985f98480bb230df2bc9dae426ac9731f</commitId><timestamp>1706210160000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>thunderbird: update to 115.7.0

</comment><date>2024-01-25 20:16:00 +0100</date><id>708d97a985f98480bb230df2bc9dae426ac9731f</id><msg>thunderbird: update to 115.7.0</msg><path><editType>edit</editType><file>components/mail/thunderbird/pkg5</file></path><path><editType>edit</editType><file>components/mail/thunderbird/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/encumbered/gst-plugins-bad1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/encumbered/gst-plugins-bad1/pkg5</affectedPath><affectedPath>components/encumbered/gst-plugins-bad1/test/results-all.master</affectedPath><affectedPath>components/encumbered/gst-plugins-bad1/gst-plugins-bad1.p5m</affectedPath><affectedPath>components/encumbered/gst-plugins-bad1/Makefile</affectedPath><commitId>43d69d008149b8d5c1f4ce329dc80cfcffd6ad24</commitId><timestamp>1706210174000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-plugins-bad1: update to 1.22.9

</comment><date>2024-01-25 20:16:14 +0100</date><id>43d69d008149b8d5c1f4ce329dc80cfcffd6ad24</id><msg>gst-plugins-bad1: update to 1.22.9</msg><path><editType>edit</editType><file>components/encumbered/gst-plugins-bad1/pkg5</file></path><path><editType>edit</editType><file>components/encumbered/gst-plugins-bad1/Makefile</file></path><path><editType>edit</editType><file>components/encumbered/gst-plugins-bad1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-plugins-bad1/test/results-all.master</file></path><path><editType>edit</editType><file>components/encumbered/gst-plugins-bad1/gst-plugins-bad1.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/encumbered/gst-libav1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/encumbered/gst-libav1/test/results-all.master</affectedPath><affectedPath>components/encumbered/gst-libav1/Makefile</affectedPath><affectedPath>components/encumbered/gst-libav1/pkg5</affectedPath><commitId>1b7306bf5c64c04f4c0c24487a10df91a90feefa</commitId><timestamp>1706210188000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-libav1: update to 1.22.9

</comment><date>2024-01-25 20:16:28 +0100</date><id>1b7306bf5c64c04f4c0c24487a10df91a90feefa</id><msg>gst-libav1: update to 1.22.9</msg><path><editType>edit</editType><file>components/encumbered/gst-libav1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-libav1/Makefile</file></path><path><editType>edit</editType><file>components/encumbered/gst-libav1/test/results-all.master</file></path><path><editType>edit</editType><file>components/encumbered/gst-libav1/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/encumbered/gst-plugins-ugly1/pkg5</affectedPath><affectedPath>components/encumbered/gst-plugins-ugly1/Makefile</affectedPath><affectedPath>components/encumbered/gst-plugins-ugly1/manifests/sample-manifest.p5m</affectedPath><commitId>2bfaea442742c0efaf44abfcf27f69991c80ea5e</commitId><timestamp>1706213498000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-plugins-ugly1: update to 1.22.9

</comment><date>2024-01-25 21:11:38 +0100</date><id>2bfaea442742c0efaf44abfcf27f69991c80ea5e</id><msg>gst-plugins-ugly1: update to 1.22.9</msg><path><editType>edit</editType><file>components/encumbered/gst-plugins-ugly1/Makefile</file></path><path><editType>edit</editType><file>components/encumbered/gst-plugins-ugly1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-plugins-ugly1/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/encumbered/gst-rtsp-server1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/encumbered/gst-rtsp-server1/gst-rtsp-server1.p5m</affectedPath><affectedPath>components/encumbered/gst-rtsp-server1/Makefile</affectedPath><affectedPath>components/encumbered/gst-rtsp-server1/pkg5</affectedPath><commitId>de56241fad0fe1e2f670a395fc36b40a929326ba</commitId><timestamp>1706213512000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-rstp-server1: update to 1.22.9

</comment><date>2024-01-25 21:11:52 +0100</date><id>de56241fad0fe1e2f670a395fc36b40a929326ba</id><msg>gst-rstp-server1: update to 1.22.9</msg><path><editType>edit</editType><file>components/encumbered/gst-rtsp-server1/gst-rtsp-server1.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-rtsp-server1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-rtsp-server1/Makefile</file></path><path><editType>edit</editType><file>components/encumbered/gst-rtsp-server1/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/developer/jenkins-core-lts/pkg5</affectedPath><affectedPath>components/developer/jenkins-core-lts/Makefile</affectedPath><commitId>851a42143074241b774f872d87f59742125b3146</commitId><timestamp>1706213534000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>jenkins-core-lts: update to 2.426.3

</comment><date>2024-01-25 21:12:14 +0100</date><id>851a42143074241b774f872d87f59742125b3146</id><msg>jenkins-core-lts: update to 2.426.3</msg><path><editType>edit</editType><file>components/developer/jenkins-core-lts/Makefile</file></path><path><editType>edit</editType><file>components/developer/jenkins-core-lts/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/developer/jenkins-core-weekly/Makefile</affectedPath><commitId>f361833ef6cf0662c909a0061568bae68b46197e</commitId><timestamp>1706213557000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>jenkins-core-weekly: update to 2.442

</comment><date>2024-01-25 21:12:37 +0100</date><id>f361833ef6cf0662c909a0061568bae68b46197e</id><msg>jenkins-core-weekly: update to 2.442</msg><path><editType>edit</editType><file>components/developer/jenkins-core-weekly/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/python39/patches/45-system-64-libs.patch</affectedPath><affectedPath>components/python/python39/Makefile</affectedPath><commitId>2f4c52e99a576ba2432ea1ff23c1976678c61121</commitId><timestamp>1706217697000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>python39: patch 64-bit system_lib_dirs for illumos

Fixes missing _tkinter module; tcl/tk libraries are now only in /usr/lib/64
</comment><date>2024-01-25 22:21:37 +0100</date><id>2f4c52e99a576ba2432ea1ff23c1976678c61121</id><msg>python39: patch 64-bit system_lib_dirs for illumos</msg><path><editType>edit</editType><file>components/python/python39/Makefile</file></path><path><editType>add</editType><file>components/python/python39/patches/45-system-64-libs.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/encumbered/gst-devtools1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/encumbered/gst-devtools1/Makefile</affectedPath><affectedPath>components/encumbered/gst-devtools1/pkg5</affectedPath><affectedPath>components/encumbered/gst-devtools1/gst-devtools1.p5m</affectedPath><commitId>9c7863dfae93326ddcc67251a4b58021cd8d36db</commitId><timestamp>1706217710000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-devtools1: update to 1.22.9

</comment><date>2024-01-25 22:21:50 +0100</date><id>9c7863dfae93326ddcc67251a4b58021cd8d36db</id><msg>gst-devtools1: update to 1.22.9</msg><path><editType>edit</editType><file>components/encumbered/gst-devtools1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-devtools1/Makefile</file></path><path><editType>edit</editType><file>components/encumbered/gst-devtools1/gst-devtools1.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-devtools1/pkg5</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/encumbered/gst-editing-services1/gst-editing-services1.p5m</affectedPath><affectedPath>components/encumbered/gst-editing-services1/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/encumbered/gst-editing-services1/Makefile</affectedPath><affectedPath>components/encumbered/gst-editing-services1/test/results-all.master</affectedPath><commitId>82429ca62affddf4bce63176c88f2005a0648567</commitId><timestamp>1706221295000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gst-editing-services1: update to 1.22.9

</comment><date>2024-01-25 23:21:35 +0100</date><id>82429ca62affddf4bce63176c88f2005a0648567</id><msg>gst-editing-services1: update to 1.22.9</msg><path><editType>edit</editType><file>components/encumbered/gst-editing-services1/gst-editing-services1.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-editing-services1/test/results-all.master</file></path><path><editType>edit</editType><file>components/encumbered/gst-editing-services1/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/encumbered/gst-editing-services1/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/sysutils/gnupg/pkg5</affectedPath><affectedPath>components/sysutils/gnupg/test/results-all.master</affectedPath><affectedPath>components/sysutils/gnupg/patches/02-fix-emacs-protocol.patch</affectedPath><affectedPath>components/sysutils/gnupg/Makefile</affectedPath><commitId>005d5bd909df811cc2d800930c4f0b7bfbc251e0</commitId><timestamp>1706221308000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>gnupg: update to 2.4.4

</comment><date>2024-01-25 23:21:48 +0100</date><id>005d5bd909df811cc2d800930c4f0b7bfbc251e0</id><msg>gnupg: update to 2.4.4</msg><path><editType>delete</editType><file>components/sysutils/gnupg/patches/02-fix-emacs-protocol.patch</file></path><path><editType>edit</editType><file>components/sysutils/gnupg/Makefile</file></path><path><editType>edit</editType><file>components/sysutils/gnupg/pkg5</file></path><path><editType>edit</editType><file>components/sysutils/gnupg/test/results-all.master</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://hipster.openindiana.org/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName><id>noreply</id></culprit></freeStyleBuild>