Bug 291281 - ports-mgmt/poudriere-dsh2dsh: Update to 3.4.99.20251128
Summary: ports-mgmt/poudriere-dsh2dsh: Update to 3.4.99.20251128
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-29 15:17 UTC by Denis Shaposhnikov
Modified: 2025-11-29 17:31 UTC (History)
1 user (show)

See Also:


Attachments
poudriere-dsh2dsh-3.4.99.20251128.patch (5.99 KB, patch)
2025-11-29 15:17 UTC, Denis Shaposhnikov
dsh: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2025-11-29 15:17:17 UTC
Created attachment 265706 [details]
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-11-29 17:30:53 UTC
A commit in branch main references this bug:

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(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-29 17:31:40 UTC
Thanks.