diff --git a/sysutils/containers-common/Makefile b/sysutils/containers-common/Makefile index fb39cff157f5..dc71c2f02384 100644 --- a/sysutils/containers-common/Makefile +++ b/sysutils/containers-common/Makefile @@ -1,55 +1,56 @@ PORTNAME= containers-common DISTVERSIONPREFIX= v DISTVERSION= 0.64.1 +PORTREVISION= 1 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.1 +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 5966761f7878..cb65c9ee6b38 100644 --- a/sysutils/containers-common/distinfo +++ b/sysutils/containers-common/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1755745871 +TIMESTAMP = 1757115688 SHA256 (containers-common-v0.64.1_GH0.tar.gz) = 414def665a172a4d79366dc594e5313d43d672ba19009aa2a3dd78272e277506 SIZE (containers-common-v0.64.1_GH0.tar.gz) = 13132186 -SHA256 (containers-image-v5.36.1_GH0.tar.gz) = 8ea547fe0f2dcfaa458f9e2d584eaacd504572bdb33ce0e98e70fffbc851c519 -SIZE (containers-image-v5.36.1_GH0.tar.gz) = 764595 +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 ba8d31aa7981..45e1e90282ad 100644 --- a/sysutils/podman-suite/Makefile +++ b/sysutils/podman-suite/Makefile @@ -1,22 +1,22 @@ PORTNAME= podman-suite -PORTVERSION= 20250820 +PORTVERSION= 20250905 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 62d57dec5219..980ccd019c0e 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,35 +1,35 @@ PORTNAME= podman DISTVERSIONPREFIX= v -DISTVERSION= 5.6.0 +DISTVERSION= 5.6.1 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 cc536b0a9cd3..07f098828884 100644 --- a/sysutils/podman/distinfo +++ b/sysutils/podman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755745260 -SHA256 (containers-podman-v5.6.0_GH0.tar.gz) = 8d1cbab138506749c55bd0ca5a7e437ebdfc7f8c4eda100bf2642b2b231bbe1f -SIZE (containers-podman-v5.6.0_GH0.tar.gz) = 20916402 +TIMESTAMP = 1757115544 +SHA256 (containers-podman-v5.6.1_GH0.tar.gz) = e4fccc003dac77bae9127968c93388b6bf59d6b9ef8ffbdda21696613f729f3c +SIZE (containers-podman-v5.6.1_GH0.tar.gz) = 20918659