[Bug 291281] ports-mgmt/poudriere-dsh2dsh: Update to 3.4.99.20251128

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 29 Nov 2025 15:17:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291281

            Bug ID: 291281
           Summary: ports-mgmt/poudriere-dsh2dsh: Update to
                    3.4.99.20251128
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dsh@bamus.cz

Created attachment 265706
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=265706&action=edit
poudriere-dsh2dsh-3.4.99.20251128.patch

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.