summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2025-10-06 07:36:59 -0700
committerBryan Drewery <bdrewery@FreeBSD.org>2025-10-06 07:48:07 -0700
commite9b99929d9aa253048cb0c99e9f99bb1673e8d3d (patch)
tree55183ae3f8aa16b4a8533cf22b1bcd003219c66c
parentmisc/codex: update to 0.44.0 (diff)
ports-mgmt/poudriere-devel: Update to 3.3.0-2083-g6484fd634
We are working on stabilizing for a 3.5.0 release. 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
-rw-r--r--ports-mgmt/poudriere-devel/Makefile4
-rw-r--r--ports-mgmt/poudriere-devel/distinfo6
-rw-r--r--ports-mgmt/poudriere-devel/pkg-plist3
3 files changed, 8 insertions, 5 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index ee630dee9105..53c3018fe6f3 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= poudriere
-DISTVERSION= 3.4.99.20250724
+DISTVERSION= 3.4.99.20251006
PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL= poudriere
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= 3.3.0-1975-g544d112e9
+GH_TAGNAME= 3.3.0-2083-g6484fd634
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index b854f1d39e21..17cea50de4f6 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753377532
-SHA256 (freebsd-poudriere-3.4.99.20250724-3.3.0-1975-g544d112e9_GH0.tar.gz) = f401e2cf15cb96a0e73df15b7dd58e4a8f9954b0bcf8addc5f14299dd0e8d8b9
-SIZE (freebsd-poudriere-3.4.99.20250724-3.3.0-1975-g544d112e9_GH0.tar.gz) = 5770778
+TIMESTAMP = 1759761330
+SHA256 (freebsd-poudriere-3.4.99.20251006-3.3.0-2083-g6484fd634_GH0.tar.gz) = d29a2b0bb0a1b420e10fc1dc821f75d5ca797ba7c8f5686263ba7ab488a82a23
+SIZE (freebsd-poudriere-3.4.99.20251006-3.3.0-2083-g6484fd634_GH0.tar.gz) = 5779603
diff --git a/ports-mgmt/poudriere-devel/pkg-plist b/ports-mgmt/poudriere-devel/pkg-plist
index 50311b55a168..f024cc384f39 100644
--- a/ports-mgmt/poudriere-devel/pkg-plist
+++ b/ports-mgmt/poudriere-devel/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