pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

act: Add references to upstream PR



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Sep 24 23:03:15 2023 +0200
Changeset:	7b7ad047d9e2f2e21d5e9153d0732f9e11d5a3f9

Modified Files:
	act/distinfo
	act/patches/patch-pkg_container_docker__auth.go
	act/patches/patch-pkg_container_docker__build.go
	act/patches/patch-pkg_container_docker__cli.go
	act/patches/patch-pkg_container_docker__images.go
	act/patches/patch-pkg_container_docker__logger.go
	act/patches/patch-pkg_container_docker__pull.go
	act/patches/patch-pkg_container_docker__run.go
	act/patches/patch-pkg_container_docker__stub.go
	act/patches/patch-pkg_container_docker__volume.go

Log Message:
act: Add references to upstream PR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b7ad047d9e2f2e21d5e9153d0732f9e11d5a3f9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 act/distinfo                                      | 18 +++++++++---------
 act/patches/patch-pkg_container_docker__auth.go   |  2 ++
 act/patches/patch-pkg_container_docker__build.go  |  2 ++
 act/patches/patch-pkg_container_docker__cli.go    |  2 ++
 act/patches/patch-pkg_container_docker__images.go |  2 ++
 act/patches/patch-pkg_container_docker__logger.go |  2 ++
 act/patches/patch-pkg_container_docker__pull.go   |  2 ++
 act/patches/patch-pkg_container_docker__run.go    |  2 ++
 act/patches/patch-pkg_container_docker__stub.go   |  2 ++
 act/patches/patch-pkg_container_docker__volume.go |  2 ++
 10 files changed, 27 insertions(+), 9 deletions(-)

diffs:
diff --git a/act/distinfo b/act/distinfo
index 17397889d2..21fed9ed80 100644
--- a/act/distinfo
+++ b/act/distinfo
@@ -843,12 +843,12 @@ Size (gotest.tools_v3_@v_v3.5.1.mod) = 192 bytes
 BLAKE2s (gotest.tools_v3_@v_v3.5.1.zip) = ede2eaae1c0823c82bce7be33f9a4d32862730bd157dba5abebe9da3aed10595
 SHA512 (gotest.tools_v3_@v_v3.5.1.zip) = ccac9209c4ff06a3ec99009abebf3951e526c3d979fffb690543c34c1269211677e1c1b2de09cb5b30233ddb128d483119f204ad69122448311a5a7ea3e384b2
 Size (gotest.tools_v3_@v_v3.5.1.zip) = 99388 bytes
-SHA1 (patch-pkg_container_docker__auth.go) = 71c0c4e79d953cc0e184dab7500d629f34a96b33
-SHA1 (patch-pkg_container_docker__build.go) = bddc4e0a0ae453b8cd662625350c7e0be5267ff0
-SHA1 (patch-pkg_container_docker__cli.go) = 1b7401684b1c756a5502b31b968f7b42d08698b3
-SHA1 (patch-pkg_container_docker__images.go) = be2eaf3819e093438a4bf611fa27788ed2394e42
-SHA1 (patch-pkg_container_docker__logger.go) = cd678fd13696f3c7db7ec9c51a7e1545b0c4b652
-SHA1 (patch-pkg_container_docker__pull.go) = 7f8de020481001153cca5e6efb017dddbb28349e
-SHA1 (patch-pkg_container_docker__run.go) = 3604a16f964fe09860892588b7e57158f9e07681
-SHA1 (patch-pkg_container_docker__stub.go) = 77692829f39d758521e36d77d428b621e110828c
-SHA1 (patch-pkg_container_docker__volume.go) = f8d09c1322f299a3d14173fee584f6c102ff77fa
+SHA1 (patch-pkg_container_docker__auth.go) = 68bd1dff83fc7dce66f41ba111527f510fd50a2b
+SHA1 (patch-pkg_container_docker__build.go) = 0bdf7227572a32aab344913852cf015f37ce8449
+SHA1 (patch-pkg_container_docker__cli.go) = 12a35cc2545971c210bb9e410c6f1c79c0f8a0e4
+SHA1 (patch-pkg_container_docker__images.go) = cd787213a8d52501364320000af2755e9e65629d
+SHA1 (patch-pkg_container_docker__logger.go) = e1c439f15c8cf0a14d3f693fdab61eb1aa9ab7e2
+SHA1 (patch-pkg_container_docker__pull.go) = 36f47c08d87b486dc1afe2e514e59e252707369f
+SHA1 (patch-pkg_container_docker__run.go) = fc555f9b816c6bb32227e409c292d3a9c07d412b
+SHA1 (patch-pkg_container_docker__stub.go) = 690d403a5609475278f29cf5ff458e18fb8c0347
+SHA1 (patch-pkg_container_docker__volume.go) = 765b68cecf66a6874062907291647a83cadf5db1
diff --git a/act/patches/patch-pkg_container_docker__auth.go b/act/patches/patch-pkg_container_docker__auth.go
index 44eddef73b..95161a9bf1 100644
--- a/act/patches/patch-pkg_container_docker__auth.go
+++ b/act/patches/patch-pkg_container_docker__auth.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_auth.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_auth.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__build.go b/act/patches/patch-pkg_container_docker__build.go
index de028399f7..ebce545806 100644
--- a/act/patches/patch-pkg_container_docker__build.go
+++ b/act/patches/patch-pkg_container_docker__build.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_build.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_build.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__cli.go b/act/patches/patch-pkg_container_docker__cli.go
index 32bf76d170..9046adc7fe 100644
--- a/act/patches/patch-pkg_container_docker__cli.go
+++ b/act/patches/patch-pkg_container_docker__cli.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_cli.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_cli.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__images.go b/act/patches/patch-pkg_container_docker__images.go
index caf6a14e65..54bb534fc5 100644
--- a/act/patches/patch-pkg_container_docker__images.go
+++ b/act/patches/patch-pkg_container_docker__images.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_images.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_images.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__logger.go b/act/patches/patch-pkg_container_docker__logger.go
index eed70a05fd..43ea5248c3 100644
--- a/act/patches/patch-pkg_container_docker__logger.go
+++ b/act/patches/patch-pkg_container_docker__logger.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_logger.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_logger.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__pull.go b/act/patches/patch-pkg_container_docker__pull.go
index 2b6450cf63..ef67b83b65 100644
--- a/act/patches/patch-pkg_container_docker__pull.go
+++ b/act/patches/patch-pkg_container_docker__pull.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_pull.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_pull.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__run.go b/act/patches/patch-pkg_container_docker__run.go
index c724a243da..c1894eee5d 100644
--- a/act/patches/patch-pkg_container_docker__run.go
+++ b/act/patches/patch-pkg_container_docker__run.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_run.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_run.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__stub.go b/act/patches/patch-pkg_container_docker__stub.go
index fa26b22ef9..43cb3b5467 100644
--- a/act/patches/patch-pkg_container_docker__stub.go
+++ b/act/patches/patch-pkg_container_docker__stub.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_stub.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_stub.go
 @@ -1,4 +1,4 @@
diff --git a/act/patches/patch-pkg_container_docker__volume.go b/act/patches/patch-pkg_container_docker__volume.go
index 749c779288..aba1539422 100644
--- a/act/patches/patch-pkg_container_docker__volume.go
+++ b/act/patches/patch-pkg_container_docker__volume.go
@@ -2,6 +2,8 @@ $NetBSD$
 
 Add support for NetBSD.
 
+Shared via <https://github.com/nektos/act/pull/2023>.
+
 --- pkg/container/docker_volume.go.orig	2023-09-23 11:36:33.000000000 +0000
 +++ pkg/container/docker_volume.go
 @@ -1,4 +1,4 @@


Home | Main Index | Thread Index | Old Index