aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2023-08-17 10:43:18 +0000
committerDoug Rabson <dfr@FreeBSD.org>2023-08-24 15:23:06 +0000
commit3f569b3f02c3724c5208ecc9de8614c0ed945077 (patch)
treea258882ccbe3888042c7ef87d35166f3c8aa02fd
parente16f4bd702106b7f8a720575fa9718574f9dfd85 (diff)
downloadports-3f569b3f02c3724c5208ecc9de8614c0ed945077.tar.gz
ports-3f569b3f02c3724c5208ecc9de8614c0ed945077.zip
sysutils/podman: update to 4.6.1
-rw-r--r--sysutils/podman/Makefile3
-rw-r--r--sysutils/podman/distinfo6
-rw-r--r--sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_config.go11
-rw-r--r--sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_default.go11
4 files changed, 4 insertions, 27 deletions
diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile
index 026fe23f68e9..06c620719424 100644
--- a/sysutils/podman/Makefile
+++ b/sysutils/podman/Makefile
@@ -1,7 +1,6 @@
PORTNAME= podman
DISTVERSIONPREFIX= v
-DISTVERSION= 4.6.0
-PORTREVISION= 1
+DISTVERSION= 4.6.1
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
diff --git a/sysutils/podman/distinfo b/sysutils/podman/distinfo
index b49edcc0e33b..ca02879e1b06 100644
--- a/sysutils/podman/distinfo
+++ b/sysutils/podman/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689924226
-SHA256 (containers-podman-v4.6.0_GH0.tar.gz) = a1b4fd7c3a9b850ab4b405f8d03115248a780c89b11e7d8ffbba2d1f668f678e
-SIZE (containers-podman-v4.6.0_GH0.tar.gz) = 17458408
+TIMESTAMP = 1692268708
+SHA256 (containers-podman-v4.6.1_GH0.tar.gz) = 6b3bfdc5ea9ca91f19b569d5a0763403823bde64be895060ec81dde4df692745
+SIZE (containers-podman-v4.6.1_GH0.tar.gz) = 17643650
diff --git a/sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_config.go b/sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_config.go
deleted file mode 100644
index cb249eba1969..000000000000
--- a/sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_config.go
+++ /dev/null
@@ -1,11 +0,0 @@
---- vendor/github.com/containers/common/pkg/config/config.go.orig 2023-07-21 12:24:32 UTC
-+++ vendor/github.com/containers/common/pkg/config/config.go
-@@ -51,7 +51,7 @@ const (
- BoltDBStateStore RuntimeStateStore = iota
- )
-
--var validImageVolumeModes = []string{"bind", "tmpfs", "ignore"}
-+var validImageVolumeModes = []string{"nullfs", "tmpfs", "ignore"}
-
- // ProxyEnv is a list of Proxy Environment variables
- var ProxyEnv = []string{
diff --git a/sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_default.go b/sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_default.go
deleted file mode 100644
index 22dc4f54d2b8..000000000000
--- a/sysutils/podman/files/patch-vendor_github.com_containers_common_pkg_config_default.go
+++ /dev/null
@@ -1,11 +0,0 @@
---- vendor/github.com/containers/common/pkg/config/default.go.orig 2023-07-21 12:24:39 UTC
-+++ vendor/github.com/containers/common/pkg/config/default.go
-@@ -28,7 +28,7 @@ const (
- _defaultTransport = "docker://"
-
- // _defaultImageVolumeMode is a mode to handle built-in image volumes.
-- _defaultImageVolumeMode = "bind"
-+ _defaultImageVolumeMode = "nullfs"
- )
-
- var (