diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 4bdd442b0870..75b4f2b7bfa5 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,29 +1,29 @@ PORTNAME= buildah DISTVERSIONPREFIX= v -DISTVERSION= 1.41.4 +DISTVERSION= 1.41.5 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Manage Pods, Containers and Container Images WWW= https://buildah.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= as:devel/binutils \ bash:shells/bash \ go-md2man:textproc/go-md2man \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme 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 USE_GITHUB= yes GH_ACCOUNT= containers GH_PROJECT= buildah INSTALL_TARGET= install install.completions .include diff --git a/sysutils/buildah/distinfo b/sysutils/buildah/distinfo index 4522b3df1e4e..42fd51f5d49f 100644 --- a/sysutils/buildah/distinfo +++ b/sysutils/buildah/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758542688 -SHA256 (containers-buildah-v1.41.4_GH0.tar.gz) = 70803ee34350d9cce905b9b6af9300231145885a20bb21f08daa764af914139d -SIZE (containers-buildah-v1.41.4_GH0.tar.gz) = 11974019 +TIMESTAMP = 1759417144 +SHA256 (containers-buildah-v1.41.5_GH0.tar.gz) = 4bd94a16c612f493ce57557e21a58cb7e6427311e6e758484c18cd7e44276c43 +SIZE (containers-buildah-v1.41.5_GH0.tar.gz) = 11979196 diff --git a/sysutils/containers-common/Makefile b/sysutils/containers-common/Makefile index dc71c2f02384..2575753505f7 100644 --- a/sysutils/containers-common/Makefile +++ b/sysutils/containers-common/Makefile @@ -1,56 +1,55 @@ PORTNAME= containers-common DISTVERSIONPREFIX= v -DISTVERSION= 0.64.1 -PORTREVISION= 1 +DISTVERSION= 0.64.2 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Common manpages and config files for podman and buildah WWW= https://github.com/containers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC_common}/LICENSE BUILD_DEPENDS= bash:shells/bash \ curl:ftp/curl \ go-md2man:textproc/go-md2man USES= gmake USE_GITHUB= nodefault GH_ACCOUNT= containers:common containers:image containers:skopeo \ containers:storage GH_PROJECT= common:common image:image skopeo:skopeo storage:storage GH_TAGNAME= v${DISTVERSION}:common v${IMAGEVERSION}:image \ v${SKOPEOVERSION}:skopeo v${STORAGEVERSION}:storage NO_ARCH= yes IMAGEVERSION= 5.36.2 SKOPEOVERSION= 1.20.0 STORAGEVERSION= 1.59.1 do-build: ${GMAKE} -C ${WRKSRC_common}/docs ${GMAKE} -C ${WRKSRC_storage} install.tools do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/containers/certs.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/containers/hooks.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/containers/registries.d ${INSTALL_DATA} ${WRKSRC_skopeo}/default-policy.json \ ${STAGEDIR}${PREFIX}/etc/containers/policy.json.sample # Temporary until https://github.com/containers/common/pull/1199 propagates to podman and buildah ${INSTALL_DATA} ${PATCHDIR}/containers.conf \ ${STAGEDIR}${PREFIX}/etc/containers/containers.conf.sample ${INSTALL_DATA} ${WRKSRC_storage}/storage.conf-freebsd \ ${STAGEDIR}${PREFIX}/etc/containers/storage.conf.sample ${INSTALL_DATA} ${WRKSRC_image}/registries.conf \ ${STAGEDIR}${PREFIX}/etc/containers/registries.conf.sample ${GMAKE} -C ${WRKSRC_common}/docs DESTDIR=${STAGEDIR} install ${GMAKE} -C ${WRKSRC_image} PREFIX=${STAGEDIR}${PREFIX} install-docs ${GMAKE} -C ${WRKSRC_storage}/docs GOMD2MAN=${LOCALBASE}/bin/go-md2man \ containers-storage.conf.5 ${INSTALL_MAN} ${WRKSRC_storage}/docs/containers-storage.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 .include diff --git a/sysutils/containers-common/distinfo b/sysutils/containers-common/distinfo index cb65c9ee6b38..d525595c6d53 100644 --- a/sysutils/containers-common/distinfo +++ b/sysutils/containers-common/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1757115688 -SHA256 (containers-common-v0.64.1_GH0.tar.gz) = 414def665a172a4d79366dc594e5313d43d672ba19009aa2a3dd78272e277506 -SIZE (containers-common-v0.64.1_GH0.tar.gz) = 13132186 +TIMESTAMP = 1759417314 +SHA256 (containers-common-v0.64.2_GH0.tar.gz) = 12fdb97803ee428d6ad66d66c6b582598b23ded4c8476f30dab6b4e9582d4f67 +SIZE (containers-common-v0.64.2_GH0.tar.gz) = 13131015 SHA256 (containers-image-v5.36.2_GH0.tar.gz) = 2002eac26c5818437a069173ed9b3550655098ce4b08464782a0c2e896c2e41e SIZE (containers-image-v5.36.2_GH0.tar.gz) = 764570 SHA256 (containers-skopeo-v1.20.0_GH0.tar.gz) = 0c19fe51b2cd8d1bd5e38c03b97421e318fc08153bdf5ef2f816a29889eacdef SIZE (containers-skopeo-v1.20.0_GH0.tar.gz) = 10449131 SHA256 (containers-storage-v1.59.1_GH0.tar.gz) = 2d4b0e5f66c83c776c6dab81fd52bee2aac72832ef3af4e6a1e081aaf1f87f30 SIZE (containers-storage-v1.59.1_GH0.tar.gz) = 4606021 diff --git a/sysutils/podman-suite/Makefile b/sysutils/podman-suite/Makefile index 45e1e90282ad..f99c097ae841 100644 --- a/sysutils/podman-suite/Makefile +++ b/sysutils/podman-suite/Makefile @@ -1,22 +1,22 @@ PORTNAME= podman-suite -PORTVERSION= 20250905 +PORTVERSION= 20251001 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Metaport of Podman and Buildah toolkit WWW= https://podman.io/ USES= metaport RUN_DEPENDS= buildah>=0:sysutils/buildah \ catatonit>=0:sysutils/catatonit \ podman>=0:sysutils/podman \ skopeo>=0:sysutils/skopeo .include .if ${OPSYS} != FreeBSD IGNORE= not supported for this configuration .endif .include diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile index 980ccd019c0e..70553226b1bb 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,35 +1,35 @@ PORTNAME= podman DISTVERSIONPREFIX= v -DISTVERSION= 5.6.1 +DISTVERSION= 5.6.2 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Manage Pods, Containers and Container Images WWW= https://podman.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ ggrep:textproc/gnugrep \ go-md2man:textproc/go-md2man \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= conmon:sysutils/conmon \ containernetworking-plugins>=0:net/containernetworking-plugins \ containers-common>=0:sysutils/containers-common \ ocijail:sysutils/ocijail USES= gmake go:no_targets,1.23 pkgconfig python:build shebangfix USE_RC_SUBR= podman podman_service SHEBANG_FILES= ${WRKSRC}/hack/markdown-preprocess MAKE_ARGS= SHELL=${LOCALBASE}/bin/bash USE_GITHUB= yes GH_ACCOUNT= containers GH_PROJECT= podman INSTALL_TARGET= install install.completions .include diff --git a/sysutils/podman/distinfo b/sysutils/podman/distinfo index 07f098828884..7a9e313a3a9d 100644 --- a/sysutils/podman/distinfo +++ b/sysutils/podman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757115544 -SHA256 (containers-podman-v5.6.1_GH0.tar.gz) = e4fccc003dac77bae9127968c93388b6bf59d6b9ef8ffbdda21696613f729f3c -SIZE (containers-podman-v5.6.1_GH0.tar.gz) = 20918659 +TIMESTAMP = 1759417077 +SHA256 (containers-podman-v5.6.2_GH0.tar.gz) = c6de8f347ee93e4626d7c82e3adcb1b34e64175b5ca9959e790e52a0b4bbf2a1 +SIZE (containers-podman-v5.6.2_GH0.tar.gz) = 20916839