Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2025 16:34:06 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d3cefdaee60 - main - sysutils/buildah: update 1.41.5 -> 1.42.0
Message-ID:  <202510281634.59SGY6xQ029203@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by osa:

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

commit 7d3cefdaee6089e37f0e1a69e5a2df248bfbee41
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-10-28 16:31:42 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-10-28 16:33:59 +0000

    sysutils/buildah: update 1.41.5 -> 1.42.0
    
    Approved by:    dfr (maintainer, private email)
---
 sysutils/buildah/Makefile                             |  4 ++--
 sysutils/buildah/distinfo                             |  6 +++---
 sysutils/buildah/files/patch-tests_wait_wait__unix.go | 13 +++++++++++++
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile
index 75b4f2b7bfa5..e274a92ac328 100644
--- a/sysutils/buildah/Makefile
+++ b/sysutils/buildah/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	buildah
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.41.5
+DISTVERSION=	1.42.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
@@ -19,7 +19,7 @@ RUN_DEPENDS=	containernetworking-plugins>=0:net/containernetworking-plugins \
 		containers-common>=0:sysutils/containers-common \
 		ocijail:sysutils/ocijail
 
-USES=		gmake go:no_targets,1.23 pkgconfig
+USES=		gmake go:no_targets,1.24 pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	containers
diff --git a/sysutils/buildah/distinfo b/sysutils/buildah/distinfo
index 42fd51f5d49f..018d5350f970 100644
--- a/sysutils/buildah/distinfo
+++ b/sysutils/buildah/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759417144
-SHA256 (containers-buildah-v1.41.5_GH0.tar.gz) = 4bd94a16c612f493ce57557e21a58cb7e6427311e6e758484c18cd7e44276c43
-SIZE (containers-buildah-v1.41.5_GH0.tar.gz) = 11979196
+TIMESTAMP = 1761214350
+SHA256 (containers-buildah-v1.42.0_GH0.tar.gz) = d048349f671f09a34b368a8a3c7882f9f66af3e875be9245037ed734a6a73fd3
+SIZE (containers-buildah-v1.42.0_GH0.tar.gz) = 11789033
diff --git a/sysutils/buildah/files/patch-tests_wait_wait__unix.go b/sysutils/buildah/files/patch-tests_wait_wait__unix.go
new file mode 100644
index 000000000000..881fe756abdf
--- /dev/null
+++ b/sysutils/buildah/files/patch-tests_wait_wait__unix.go
@@ -0,0 +1,13 @@
+--- tests/wait/wait_unix.go.orig	2025-10-17 18:57:49 UTC
++++ tests/wait/wait_unix.go
+@@ -12,10 +12,6 @@ func main() {
+ )
+ 
+ func main() {
+-	if err := unix.Prctl(unix.PR_SET_CHILD_SUBREAPER, uintptr(1), 0, 0, 0); err != nil {
+-		fmt.Fprintf(os.Stderr, "%v", err)
+-		os.Exit(1)
+-	}
+ 	if len(os.Args) < 2 {
+ 		fmt.Fprintf(os.Stderr, "usage: %s [CMD ...]\n", filepath.Base(os.Args[0]))
+ 		os.Exit(1)


home | help

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