diff options
Diffstat (limited to 'sysutils/skopeo')
-rw-r--r-- | sysutils/skopeo/Makefile | 5 | ||||
-rw-r--r-- | sysutils/skopeo/distinfo | 6 | ||||
-rw-r--r-- | sysutils/skopeo/files/patch-vendor_github.com_containers_storage_pkg_chunked_storage__unsupported.go | 9 |
3 files changed, 5 insertions, 15 deletions
diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile index 0dfe23142843..70228d2a56d8 100644 --- a/sysutils/skopeo/Makefile +++ b/sysutils/skopeo/Makefile @@ -1,7 +1,6 @@ PORTNAME= skopeo DISTVERSIONPREFIX= v -DISTVERSION= 1.17.0 -PORTREVISION= 2 +DISTVERSION= 1.20.0 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -17,7 +16,7 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= ${LOCALBASE}/etc/containers/containers.conf.sample:sysutils/containers-common -USES= gmake go:modules,no_targets,1.22 pkgconfig +USES= gmake go:modules,no_targets,1.23 pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers diff --git a/sysutils/skopeo/distinfo b/sysutils/skopeo/distinfo index 9d4508ce79a5..4e07122cc4cd 100644 --- a/sysutils/skopeo/distinfo +++ b/sysutils/skopeo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738598110 -SHA256 (containers-skopeo-v1.17.0_GH0.tar.gz) = e548c044c7b644ba455f482df387ec90aceea432b9c61a0bab0ec8534970eb69 -SIZE (containers-skopeo-v1.17.0_GH0.tar.gz) = 10682765 +TIMESTAMP = 1755745937 +SHA256 (containers-skopeo-v1.20.0_GH0.tar.gz) = 0c19fe51b2cd8d1bd5e38c03b97421e318fc08153bdf5ef2f816a29889eacdef +SIZE (containers-skopeo-v1.20.0_GH0.tar.gz) = 10449131 diff --git a/sysutils/skopeo/files/patch-vendor_github.com_containers_storage_pkg_chunked_storage__unsupported.go b/sysutils/skopeo/files/patch-vendor_github.com_containers_storage_pkg_chunked_storage__unsupported.go deleted file mode 100644 index d17e29d695ee..000000000000 --- a/sysutils/skopeo/files/patch-vendor_github.com_containers_storage_pkg_chunked_storage__unsupported.go +++ /dev/null @@ -1,9 +0,0 @@ ---- vendor/github.com/containers/storage/pkg/chunked/storage_unsupported.go.orig 2025-02-04 11:32:21 UTC -+++ vendor/github.com/containers/storage/pkg/chunked/storage_unsupported.go -@@ -13,5 +13,5 @@ func GetDiffer(ctx context.Context, store storage.Stor - - // GetDiffer returns a differ than can be used with ApplyDiffWithDiffer. - func GetDiffer(ctx context.Context, store storage.Store, blobDigest digest.Digest, blobSize int64, annotations map[string]string, iss ImageSourceSeekable) (graphdriver.Differ, error) { -- return nil, errors.New("format not supported on this system") -+ return nil, newErrFallbackToOrdinaryLayerDownload(errors.New("format not supported on this system")) - } |