pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
docker-cli: Update to 28.4.0
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Sep 18 18:59:44 2025 +0200
Changeset: c36127b9660e682c580c4c1493ef8f3f681575d3
Modified Files:
docker-cli/Makefile
docker-cli/distinfo
docker-cli/patches/patch-cli-plugins_manager_manager__unix.go
Log Message:
docker-cli: Update to 28.4.0
No changelog available.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c36127b9660e682c580c4c1493ef8f3f681575d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
docker-cli/Makefile | 2 +-
docker-cli/distinfo | 8 ++++----
.../patches/patch-cli-plugins_manager_manager__unix.go | 14 +++++++-------
3 files changed, 12 insertions(+), 12 deletions(-)
diffs:
diff --git a/docker-cli/Makefile b/docker-cli/Makefile
index 0b7d5f1ec4..a149a0cb0c 100644
--- a/docker-cli/Makefile
+++ b/docker-cli/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= docker-cli-24.0.6
+DISTNAME= docker-cli-28.4.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=docker/}
GITHUB_PROJECT= cli
diff --git a/docker-cli/distinfo b/docker-cli/distinfo
index 8e27e6f8b3..034294cbff 100644
--- a/docker-cli/distinfo
+++ b/docker-cli/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-BLAKE2s (docker-cli-24.0.6.tar.gz) = 347bf06e59bdab352a4b3a4b1c61d0bc1a103f8e275d8e8dfc6cb80d38248aef
-SHA512 (docker-cli-24.0.6.tar.gz) = 55c56ae08eb314cce5f4c93544c6748586eadb3abe502d39d4d297e14d274af37346b38695a20a91dcfe51d3d35a77ddd7aa69d170b525e5e6ba345161869cd8
-Size (docker-cli-24.0.6.tar.gz) = 6244014 bytes
-SHA1 (patch-cli-plugins_manager_manager__unix.go) = 2d17cd8c7dc958e14d23cef6e619c4d798cad5a7
+BLAKE2s (docker-cli-28.4.0.tar.gz) = 63660cba186a396a778f28a194b3a3ee029ad76ac53f4407f210531f591ecc49
+SHA512 (docker-cli-28.4.0.tar.gz) = ab35867bdcaa07909cfd24e9bc4f5cde10b6930fa42e87d61d4544bb20b365fff146713239483169ef989cacfae7d7493d7f42d269b0f37f86c0c14a9373b445
+Size (docker-cli-28.4.0.tar.gz) = 7612765 bytes
+SHA1 (patch-cli-plugins_manager_manager__unix.go) = 8b76699ad3a0d107e2a30f6da8e73af51b671593
diff --git a/docker-cli/patches/patch-cli-plugins_manager_manager__unix.go b/docker-cli/patches/patch-cli-plugins_manager_manager__unix.go
index 3e659d401c..e5346b084d 100644
--- a/docker-cli/patches/patch-cli-plugins_manager_manager__unix.go
+++ b/docker-cli/patches/patch-cli-plugins_manager_manager__unix.go
@@ -2,13 +2,13 @@ $NetBSD$
Honors cli plugins under pkgsrc PREFIX.
---- cli-plugins/manager/manager_unix.go.orig 2022-06-06 21:36:39.000000000 +0000
+--- cli-plugins/manager/manager_unix.go.orig 2025-09-03 20:52:20.000000000 +0000
+++ cli-plugins/manager/manager_unix.go
-@@ -4,6 +4,7 @@
- package manager
-
+@@ -13,6 +13,7 @@ package manager
+ //
+ // [ConfigFile.CLIPluginsExtraDirs]: https://pkg.go.dev/github.com/docker/cli@v26.1.4+incompatible/cli/config/configfile#ConfigFile.CLIPluginsExtraDirs
var defaultSystemPluginDirs = []string{
+ "@PREFIX@/lib/docker/cli-plugins",
- "/usr/local/lib/docker/cli-plugins", "/usr/local/libexec/docker/cli-plugins",
- "/usr/lib/docker/cli-plugins", "/usr/libexec/docker/cli-plugins",
- }
+ "/usr/local/lib/docker/cli-plugins",
+ "/usr/local/libexec/docker/cli-plugins",
+ "/usr/lib/docker/cli-plugins",
Home |
Main Index |
Thread Index |
Old Index