git: 2e5d6265e30b - main - ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20251102 => 3.4.99.20251128
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Nov 2025 17:30:12 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e5d6265e30bcef2de267efd610e10ff1181d2ae
commit 2e5d6265e30bcef2de267efd610e10ff1181d2ae
Author: Denis Shaposhnikov <dsh@bamus.cz>
AuthorDate: 2025-11-29 17:25:35 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-29 17:25:35 +0000
ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20251102 => 3.4.99.20251128
Upstream changes:
New features:
- bulk -t / testport: Enable errors for undeclared shared library
dependencies (PROXYDEPS_FATAL).
- Add poudriere-repo(8) to rebuild repo.
- Add a 'pkgrepo publish' hook.
See https://github.com/freebsd/poudriere/wiki/hooks
Called from bulk, testport, pkgclean, repo.
- bulk build log: Record times(1) at start and end.
- gather_distfiles: symlink to existing files rather than copy.
This saves IO and space during the build.
- poudriere -s var[=value]: Inherit from env or set var default.
- Allow MAX_(MEMORY|FILES)_pkgname="" to override global value.
- bulk log: Also show jail name.
- bulk -v: Show logfile location for failed builds.
- bulk PKG_NO_VERSION_FOR_DEPS: Add a ORPHAN_SHLIB_REBUILD_IGNORELIST
to list packages to not rebuild on missed shlibs. These ports likely
are failing stage-qa.
Fixes:
- Revert IMMUTABLE_BASE default to "no".
- bulk: Fix ancient queue race resulting in crashed builder during
'starting'.
- jail: pkgbase creation fixes for 15.0
- bulk: Fix ref jail sticking around after detecting a crashed
builder.
- bulk jail: /distfiles is now properly kept read-only.
- Fix qemu error executing `service qemu_user_static onestart` rather
than advising it.
- Fix parallel builds stomping on shared TMPFS_BLACKLIST_TMPDIR.
- read*(): Fix some issues with recent timeout support.
- siginfo_handler: Protect against arith error.
- bulk: Fix priority boosting after job queue added run type.
- dirwatch: Fix startup race when used for queue watching.
- html: Avoid numeric error during SIGTERM.
- PKG_NO_VERSION_FOR_DEPS=yes: Ensure delete_pkg() is called on
shlib-rebuilt package. This fixes using PKG_HASH=yes resulting in
pkg-upgrade(8) SQL constraint errors.
- Fix PKG_HASH not using proper timestamp for build cache.
- pkgclean -f: Fix not installing pkg into jail after recent change.
- bulk: Hide bmake read-only /usr/obj warning during ports env setup.
- dev show_build_summary: Don't recursive error.
- bulk: urlencode '+' in link to web.
- Fix some inconsistent SIGINT cleanup races.
Misc:
- A lot of tweaks to builtins.
- A lot of various optimizations.
- A lot of new tests and test stability improvements.
- More use of vfork(2).
- Factor/optimize some common code for removing files which reduces
some fork(2)/execve(2).
- Factor common code for whitelist/blacklist/list handling.
- package git note now contains unabbreviated commit hash.
- bulk: For shlib rebuild show specific reason.
- write_atomic: Avoid unneeded unlink(2) when creating tmpfile.
- Tweaks to bulk package copying from jail .npkg dir.
- testport/bulk -i: If suing to nobody don't land in /root.
- crashed_build: Ensure telling about queue failures.
- bulk parallel jobs: tweak process reaping frequency.
- bulk build_port: Avoid regathering PREFIX/NEED_ROOT/DISTFILES vars.
- bulk: Always save the datadir listing to logdir even on success.
- completions: Add poudriere-audit.
- zsh completions: Document testport/bulk -NN.
- lockf is always bundled to simplify compat for tests.
- jails: Check for mlock support now.
- timestamp: Forward signals TERM,ALRM,INT,HUP.
- timestamp: Support sub-second resolution/units.
- bulk/testport: check_leftovers: Remove backwards-compat for pre-2014
ports/Mk/Scripts/check_leftovers.sh.
- Add fallback-compat for `nproc` and `date -I`.
- build_repo: Remove old {data,packagesite}.txz files if found.
- jail: commands using make will use `make -s` if not running in
verbose mode.
PR: 291281
---
ports-mgmt/poudriere-dsh2dsh/Makefile | 2 +-
ports-mgmt/poudriere-dsh2dsh/distinfo | 6 +++---
ports-mgmt/poudriere-dsh2dsh/pkg-plist | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/ports-mgmt/poudriere-dsh2dsh/Makefile b/ports-mgmt/poudriere-dsh2dsh/Makefile
index df7828c9a6cc..679d9b321134 100644
--- a/ports-mgmt/poudriere-dsh2dsh/Makefile
+++ b/ports-mgmt/poudriere-dsh2dsh/Makefile
@@ -1,5 +1,5 @@
PORTNAME= poudriere
-DISTVERSION= 3.4.99.20251102
+DISTVERSION= 3.4.99.20251128
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -dsh2dsh
diff --git a/ports-mgmt/poudriere-dsh2dsh/distinfo b/ports-mgmt/poudriere-dsh2dsh/distinfo
index b00ac27fbb17..1f9340c80a82 100644
--- a/ports-mgmt/poudriere-dsh2dsh/distinfo
+++ b/ports-mgmt/poudriere-dsh2dsh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762099881
-SHA256 (dsh2dsh-poudriere-3.4.99.20251102_GH0.tar.gz) = bce74fac1e8d0730aa62fcfbe6296baf4e091c0483b18412cac93457ebabff44
-SIZE (dsh2dsh-poudriere-3.4.99.20251102_GH0.tar.gz) = 5793034
+TIMESTAMP = 1764348006
+SHA256 (dsh2dsh-poudriere-3.4.99.20251128_GH0.tar.gz) = 26b04a81759000c3b431b6c091e933605d777cd4397abd9af09ee9a37bae6439
+SIZE (dsh2dsh-poudriere-3.4.99.20251128_GH0.tar.gz) = 5826769
diff --git a/ports-mgmt/poudriere-dsh2dsh/pkg-plist b/ports-mgmt/poudriere-dsh2dsh/pkg-plist
index f024cc384f39..b35525fd3b39 100644
--- a/ports-mgmt/poudriere-dsh2dsh/pkg-plist
+++ b/ports-mgmt/poudriere-dsh2dsh/pkg-plist
@@ -9,7 +9,9 @@ libexec/poudriere/clock
libexec/poudriere/cpdup
libexec/poudriere/dirempty
libexec/poudriere/dirwatch
+libexec/poudriere/getpid
libexec/poudriere/locked_mkdir
+libexec/poudriere/lockf
libexec/poudriere/nc
libexec/poudriere/poudriered
libexec/poudriere/ptsort
@@ -31,6 +33,7 @@ share/man/man8/poudriere-options.8.gz
share/man/man8/poudriere-pkgclean.8.gz
share/man/man8/poudriere-ports.8.gz
share/man/man8/poudriere-queue.8.gz
+share/man/man8/poudriere-repo.8.gz
share/man/man8/poudriere-status.8.gz
share/man/man8/poudriere-testport.8.gz
share/man/man8/poudriere-version.8.gz
@@ -113,6 +116,7 @@ share/man/man8/poudriere.8.gz
%%DATADIR%%/ports.sh
%%DATADIR%%/processonelog.sh
%%DATADIR%%/queue.sh
+%%DATADIR%%/repo.sh
%%DATADIR%%/status.sh
%%DATADIR%%/testport.sh
%%ZSH%%share/zsh/site-functions/_poudriere