Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2025 01:25:06 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf8f7ddeaa93 - main - ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20250802 => 3.4.99.20251007
Message-ID:  <202510080125.5981P68i095137@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf8f7ddeaa93d222989db16a8ebf9b933905a0e6

commit bf8f7ddeaa93d222989db16a8ebf9b933905a0e6
Author:     Denis Shaposhnikov <dsh@bamus.cz>
AuthorDate: 2025-10-08 01:12:51 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-08 01:25:01 +0000

    ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20250802 => 3.4.99.20251007
    
    From upstream's changes:
    - bulk: Fix builds getting stuck in 'build_port_done'.
    - Add new poudriere audit command to check repositories for vulnerable packages
    - image: Skip lines with a comment in pkg list
    - bulk: Fix racy shared data reading/writing
    - bulk/testport: Show jail id in build log
    - bulk: Stop populating per-directory git hashes into ports.
      This was redundant with top-level git hash and was too expensive.
    - bulk: Cache git-tree-dirty check to reduce work during build.
    - bulk: Enable IMMUTABLE_BASE by default.
    - poudriere: Include both etc/poudriere.conf and poudriere.d/poudriere.conf
    - image-zfs: Use default 'checksum=on'
    - image-zfs: Support optional zpool compatibility flag
    
    PR:     290076
---
 ports-mgmt/poudriere-dsh2dsh/Makefile  | 2 +-
 ports-mgmt/poudriere-dsh2dsh/distinfo  | 6 +++---
 ports-mgmt/poudriere-dsh2dsh/pkg-plist | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ports-mgmt/poudriere-dsh2dsh/Makefile b/ports-mgmt/poudriere-dsh2dsh/Makefile
index 6753537b2223..e4e02ec839e5 100644
--- a/ports-mgmt/poudriere-dsh2dsh/Makefile
+++ b/ports-mgmt/poudriere-dsh2dsh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	poudriere
-DISTVERSION=	3.4.99.20250802
+DISTVERSION=	3.4.99.20251007
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-dsh2dsh
 
diff --git a/ports-mgmt/poudriere-dsh2dsh/distinfo b/ports-mgmt/poudriere-dsh2dsh/distinfo
index 869ef043739a..8d2baeea73c8 100644
--- a/ports-mgmt/poudriere-dsh2dsh/distinfo
+++ b/ports-mgmt/poudriere-dsh2dsh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754162815
-SHA256 (dsh2dsh-poudriere-3.4.99.20250802_GH0.tar.gz) = 204cd983d9c39f5ebdff670e3945c889f61a04c334d67f8a056b02abbf4191ec
-SIZE (dsh2dsh-poudriere-3.4.99.20250802_GH0.tar.gz) = 5771166
+TIMESTAMP = 1759862161
+SHA256 (dsh2dsh-poudriere-3.4.99.20251007_GH0.tar.gz) = 9aa592dd4794d2c46896d9679c17bac45cc9cec4dbec43a9f8663b04b263d962
+SIZE (dsh2dsh-poudriere-3.4.99.20251007_GH0.tar.gz) = 5779966
diff --git a/ports-mgmt/poudriere-dsh2dsh/pkg-plist b/ports-mgmt/poudriere-dsh2dsh/pkg-plist
index 50311b55a168..f024cc384f39 100644
--- a/ports-mgmt/poudriere-dsh2dsh/pkg-plist
+++ b/ports-mgmt/poudriere-dsh2dsh/pkg-plist
@@ -21,6 +21,7 @@ libexec/poudriere/sh
 libexec/poudriere/timeout
 libexec/poudriere/timestamp
 %%BASH%%share/bash-completion/completions/poudriere
+share/man/man8/poudriere-audit.8.gz
 share/man/man8/poudriere-bulk.8.gz
 share/man/man8/poudriere-distclean.8.gz
 share/man/man8/poudriere-image.8.gz
@@ -39,8 +40,10 @@ share/man/man8/poudriere.8.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample
 %%DATADIR%%/MANIFESTS
 %%DATADIR%%/api.sh
+%%DATADIR%%/audit.sh
 %%DATADIR%%/awk/dependency_loop.awk
 %%DATADIR%%/awk/file_cmp_reg.awk
+%%DATADIR%%/awk/git_dirty.awk
 %%DATADIR%%/awk/humanize.awk
 %%DATADIR%%/awk/json.awk
 %%DATADIR%%/awk/json_jail.awk


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510080125.5981P68i095137>