diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-16 20:09:45 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-17 19:17:09 +0000 |
commit | 9f4d93e2256ee682945fb3f8d12e2398f36b229e (patch) | |
tree | 9084ee9e4c004f82db14e59655b8b7880b8dd9e2 | |
parent | 8ba45b9434c2efda4ac1757517edf373921810aa (diff) | |
download | meta-virtualization-9f4d93e2256ee682945fb3f8d12e2398f36b229e.tar.gz |
rootlesskit: update to v2.3.1
Bumping rootlesskit to version v2.3.1-28-g0b4ed7b, which comprises the following commits:
b4fe9a7 go fmt
a1beb23 Build(deps): Bump golang.org/x/net from 0.28.0 to 0.33.0
9546d0d Build(deps): Bump golang.org/x/sys from 0.28.0 to 0.29.0
2363620 fix: allow to propagate the address specified in -p option
a710d84 Build(deps): Bump golang.org/x/sys from 0.27.0 to 0.28.0
7c52d16 Build(deps): Bump golang.org/x/sys from 0.25.0 to 0.27.0
16c6608 Build(deps): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
19fab4c Build(deps): Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5
b26bc59 Build(deps): Bump golang.org/x/sys from 0.24.0 to 0.25.0
f11b0e6 port/builtin: return proper error for sctp
f98e27e Build(deps): Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
3bb2efa docs/network: Mention that pasta won't work with some Ubuntu package versions
baec6fd docs/network: Don't suggest removing AppArmor rules for pasta
ae0c97d pasta: Update comment about issue with AppArmor and creation of user namespace
3c35024 v2.3.1+dev
fcc67fe v2.3.1
56337e7 CI: attest-build-provenance: fix a subject-path issue (461)
2c2a107 v2.3.0+dev
5bf364f v2.3.0
f3948fd Enable actions/attest-build-provenance
e403655 CI: update Docker (27.1.2)
169edeb CI: update pasta (2024_08_14.61c0b0d)
d5a270f go.mod: golang.org/x/net v0.28.0
5e81602 go.mod: github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
8751f26 Deprecate rootlesskit-docker-proxy (no longer needed since Docker v28)
36ceb0e child, pasta: Allow drivers to configure their own interface, let pasta do that
ade4c86 pasta: Let it run in background, and wait until it forks
8cbb3ae CI: update Go to 1.23
1139aed Build(deps): Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
fba675b Build(deps): Bump golang.org/x/sys from 0.22.0 to 0.24.0
926c6aa Build(deps): Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
90ad956 Build(deps): Bump github.com/gofrs/flock from 0.12.0 to 0.12.1
1899165 Build(deps): Bump github.com/moby/sys/mountinfo from 0.7.1 to 0.7.2
c5a4fbf v2.2.0+dev
17a2cd4 v2.2.0
b8197ef go.mod: update
d6a8962 CI: update dependencies
a631a8c Build(deps): Bump github.com/gofrs/flock from 0.8.1 to 0.12.0
ca26493 Add reexec branch for socket activation to correct LISTEN_PID
c202896 Build(deps): Bump golang.org/x/sys from 0.21.0 to 0.22.0
8ce63fd Build(deps): Bump github.com/containernetworking/plugins
f68acb9 Build(deps): Bump golang.org/x/sys from 0.20.0 to 0.21.0
c784875 Build(deps): Bump github.com/containernetworking/plugins
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/rootlesskit/relocation.inc | 1 | ||||
-rw-r--r-- | recipes-extended/rootlesskit/rootlesskit/modules.txt | 26 | ||||
-rw-r--r-- | recipes-extended/rootlesskit/rootlesskit_git.bb | 4 | ||||
-rw-r--r-- | recipes-extended/rootlesskit/src_uri.inc | 80 |
4 files changed, 51 insertions, 60 deletions
diff --git a/recipes-extended/rootlesskit/relocation.inc b/recipes-extended/rootlesskit/relocation.inc index 02c5c85c..14ff0645 100644 --- a/recipes-extended/rootlesskit/relocation.inc +++ b/recipes-extended/rootlesskit/relocation.inc | |||
@@ -12,7 +12,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
12 | github.com/pierrec/lz4/v4:github.com/pierrec/lz4/v4:force \ | 12 | github.com/pierrec/lz4/v4:github.com/pierrec/lz4/v4:force \ |
13 | github.com/xrash/smetrics:github.com/xrash/smetrics:force \ | 13 | github.com/xrash/smetrics:github.com/xrash/smetrics:force \ |
14 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 14 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
15 | github.com/josharian/native:github.com/josharian/native:force \ | ||
16 | github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp:force \ | 15 | github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp:force \ |
17 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ | 16 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ |
18 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ | 17 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ |
diff --git a/recipes-extended/rootlesskit/rootlesskit/modules.txt b/recipes-extended/rootlesskit/rootlesskit/modules.txt index b38f0371..641d0996 100644 --- a/recipes-extended/rootlesskit/rootlesskit/modules.txt +++ b/recipes-extended/rootlesskit/rootlesskit/modules.txt | |||
@@ -1,16 +1,16 @@ | |||
1 | # github.com/Masterminds/semver/v3 v3.2.1 | 1 | # github.com/Masterminds/semver/v3 v3.3.1 |
2 | ## explicit | 2 | ## explicit |
3 | # github.com/containernetworking/plugins v1.5.0 | 3 | # github.com/containernetworking/plugins v1.5.1 |
4 | ## explicit | 4 | ## explicit |
5 | # github.com/gofrs/flock v0.8.1 | 5 | # github.com/gofrs/flock v0.12.1 |
6 | ## explicit | 6 | ## explicit |
7 | # github.com/google/uuid v1.6.0 | 7 | # github.com/google/uuid v1.6.0 |
8 | ## explicit | 8 | ## explicit |
9 | # github.com/gorilla/mux v1.8.1 | 9 | # github.com/gorilla/mux v1.8.1 |
10 | ## explicit | 10 | ## explicit |
11 | # github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb | 11 | # github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5 |
12 | ## explicit | 12 | ## explicit |
13 | # github.com/moby/sys/mountinfo v0.7.1 | 13 | # github.com/moby/sys/mountinfo v0.7.2 |
14 | ## explicit | 14 | ## explicit |
15 | # github.com/moby/vpnkit v0.5.0 | 15 | # github.com/moby/vpnkit v0.5.0 |
16 | ## explicit | 16 | ## explicit |
@@ -18,25 +18,23 @@ | |||
18 | ## explicit | 18 | ## explicit |
19 | # github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 | 19 | # github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 |
20 | ## explicit | 20 | ## explicit |
21 | # github.com/urfave/cli/v2 v2.27.2 | 21 | # github.com/urfave/cli/v2 v2.27.5 |
22 | ## explicit | 22 | ## explicit |
23 | # golang.org/x/sys v0.20.0 | 23 | # golang.org/x/sys v0.29.0 |
24 | ## explicit | 24 | ## explicit |
25 | # gotest.tools/v3 v3.5.1 | 25 | # gotest.tools/v3 v3.5.1 |
26 | ## explicit | 26 | ## explicit |
27 | # github.com/cpuguy83/go-md2man/v2 v2.0.4 | 27 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 |
28 | ## explicit | 28 | ## explicit |
29 | # github.com/google/go-cmp v0.6.0 | 29 | # github.com/google/go-cmp v0.6.0 |
30 | ## explicit | 30 | ## explicit |
31 | # github.com/josharian/native v1.1.0 | 31 | # github.com/pierrec/lz4/v4 v4.1.21 |
32 | ## explicit | ||
33 | # github.com/pierrec/lz4/v4 v4.1.17 | ||
34 | ## explicit | 32 | ## explicit |
35 | # github.com/russross/blackfriday/v2 v2.1.0 | 33 | # github.com/russross/blackfriday/v2 v2.1.0 |
36 | ## explicit | 34 | ## explicit |
37 | # github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 | 35 | # github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 |
38 | ## explicit | 36 | ## explicit |
39 | # github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 | 37 | # github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 |
40 | ## explicit | 38 | ## explicit |
41 | # golang.org/x/net v0.24.0 | 39 | # golang.org/x/net v0.33.0 |
42 | ## explicit | 40 | ## explicit |
diff --git a/recipes-extended/rootlesskit/rootlesskit_git.bb b/recipes-extended/rootlesskit/rootlesskit_git.bb index 26b4c57c..0f66c64f 100644 --- a/recipes-extended/rootlesskit/rootlesskit_git.bb +++ b/recipes-extended/rootlesskit/rootlesskit_git.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = " \ | |||
14 | " | 14 | " |
15 | # Specify the first two important SRCREVs as the format | 15 | # Specify the first two important SRCREVs as the format |
16 | SRCREV_FORMAT="rootless" | 16 | SRCREV_FORMAT="rootless" |
17 | SRCREV_rootless = "d942cd5880099d8ce0fddeef051cad4894eba25e" | 17 | SRCREV_rootless = "0b4ed7b5ca2e6b7cd2b9fb003cc7f6913bd76abf" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" | 19 | SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
20 | 20 | ||
@@ -31,7 +31,7 @@ GO_IMPORT = "import" | |||
31 | 31 | ||
32 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
33 | 33 | ||
34 | PV = "v2.1.0+git" | 34 | PV = "v2.3.1+git" |
35 | 35 | ||
36 | ROOTLESS_PKG = "github.com/rootless-containers/rootlesskit" | 36 | ROOTLESS_PKG = "github.com/rootless-containers/rootlesskit" |
37 | 37 | ||
diff --git a/recipes-extended/rootlesskit/src_uri.inc b/recipes-extended/rootlesskit/src_uri.inc index 91385f1f..a21bf05c 100644 --- a/recipes-extended/rootlesskit/src_uri.inc +++ b/recipes-extended/rootlesskit/src_uri.inc | |||
@@ -3,25 +3,24 @@ | |||
3 | SRCREV_gotest.tools-v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" | 3 | SRCREV_gotest.tools-v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" |
4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" | 4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" |
5 | 5 | ||
6 | # golang.org/x/sys v0.20.0 | 6 | # golang.org/x/sys v0.29.0 |
7 | # [1] git ls-remote https://go.googlesource.com/sys 7d69d983c4522784860c781a0d7b80408fdc0cd1 | 7 | # [1] git ls-remote https://github.com/golang/sys d4ac05dc8c4c953ec29cae3df56c0833f4010763 |
8 | SRCREV_sys="7d69d983c4522784860c781a0d7b80408fdc0cd1" | 8 | SRCREV_sys="d4ac05dc8c4c953ec29cae3df56c0833f4010763" |
9 | SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 9 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
10 | 10 | ||
11 | # golang.org/x/net v0.24.0 | 11 | # golang.org/x/net v0.33.0 |
12 | # [1] git ls-remote https://go.googlesource.com/net 7bbe32058aba7159e4d273710e6f4f1c16c627fb | 12 | # [1] git ls-remote https://go.googlesource.com/net dfc720dfe0cfc125116068c20efcdcb5e4eab464 |
13 | SRCREV_net="7bbe32058aba7159e4d273710e6f4f1c16c627fb" | 13 | SRCREV_net="dfc720dfe0cfc125116068c20efcdcb5e4eab464" |
14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
15 | 15 | ||
16 | # github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 | 16 | # github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 |
17 | # [1] git ls-remote https://github.com/u-root/uio 3e8cd9d6bf6310d57e3e1e95ffda926a4be34cce | 17 | # [1] git ls-remote https://github.com/u-root/uio d2acac8f37018c514adec45c51f58eace3795df4 |
18 | #SRCREV_uio="3e8cd9d6bf6310d57e3e1e95ffda926a4be34cce" | ||
19 | SRCREV_uio="d2acac8f37018c514adec45c51f58eace3795df4" | 18 | SRCREV_uio="d2acac8f37018c514adec45c51f58eace3795df4" |
20 | SRC_URI += "git://github.com/u-root/uio;name=uio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/u-root/uio" | 19 | SRC_URI += "git://github.com/u-root/uio;name=uio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/u-root/uio" |
21 | 20 | ||
22 | # github.com/gofrs/flock v0.8.1 | 21 | # github.com/gofrs/flock v0.12.1 |
23 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 | 22 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 |
24 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" | 23 | SRCREV_flock="9de625d921bf362f81e0760056fdff11c8542435" |
25 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" | 24 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
26 | 25 | ||
27 | # github.com/google/uuid v1.6.0 | 26 | # github.com/google/uuid v1.6.0 |
@@ -44,9 +43,9 @@ SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;d | |||
44 | SRCREV_water="2b4b6d7c09d80835e5f13f6b040d69f00a158b24" | 43 | SRCREV_water="2b4b6d7c09d80835e5f13f6b040d69f00a158b24" |
45 | SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/songgao/water" | 44 | SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/songgao/water" |
46 | 45 | ||
47 | # github.com/urfave/cli/v2 v2.27.2 | 46 | # github.com/urfave/cli/v2 v2.27.5 |
48 | # [1] git ls-remote https://github.com/urfave/cli a1a099bd1c28a2a6beac29123308e87b9606fcc0 | 47 | # [1] git ls-remote https://github.com/urfave/cli f035ffaa3749afda2cd26fb824aa940747297ef1 |
49 | SRCREV_v2="a1a099bd1c28a2a6beac29123308e87b9606fcc0" | 48 | SRCREV_v2="f035ffaa3749afda2cd26fb824aa940747297ef1" |
50 | SRC_URI += "git://github.com/urfave/cli;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2" | 49 | SRC_URI += "git://github.com/urfave/cli;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2" |
51 | 50 | ||
52 | # github.com/google/go-cmp v0.6.0 | 51 | # github.com/google/go-cmp v0.6.0 |
@@ -54,14 +53,14 @@ SRC_URI += "git://github.com/urfave/cli;name=v2;protocol=https;nobranch=1;destsu | |||
54 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 53 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
55 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp" | 54 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp" |
56 | 55 | ||
57 | # github.com/pierrec/lz4/v4 v4.1.17 | 56 | # github.com/pierrec/lz4/v4 v4.1.21 |
58 | # [1] git ls-remote https://github.com/pierrec/lz4 d2b3f5d3e4659cc4fd720d1649c39b5627187261 | 57 | # [1] git ls-remote https://github.com/pierrec/lz4 294e7659e17723306ebf3a44cd7ad2c11f456c37 |
59 | SRCREV_v4="d2b3f5d3e4659cc4fd720d1649c39b5627187261" | 58 | SRCREV_v4="294e7659e17723306ebf3a44cd7ad2c11f456c37" |
60 | SRC_URI += "git://github.com/pierrec/lz4;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4/v4" | 59 | SRC_URI += "git://github.com/pierrec/lz4;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4/v4" |
61 | 60 | ||
62 | # github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 | 61 | # github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 |
63 | # [1] git ls-remote https://github.com/xrash/smetrics 5f08fbb34913bc8ab95bb4f2a89a0637ca922666 | 62 | # [1] git ls-remote https://github.com/xrash/smetrics 686a1a2994c11fac124829fadcb683a24ab8d25f |
64 | SRCREV_smetrics="5f08fbb34913bc8ab95bb4f2a89a0637ca922666" | 63 | SRCREV_smetrics="686a1a2994c11fac124829fadcb683a24ab8d25f" |
65 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics" | 64 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics" |
66 | 65 | ||
67 | # github.com/sirupsen/logrus v1.9.3 | 66 | # github.com/sirupsen/logrus v1.9.3 |
@@ -69,29 +68,24 @@ SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranc | |||
69 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 68 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
70 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" | 69 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
71 | 70 | ||
72 | # github.com/josharian/native v1.1.0 | 71 | # github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5 |
73 | # [1] git ls-remote https://github.com/josharian/native c1e37c09b531b14ae12a501eb6fd529b31cecdaa | 72 | # [1] git ls-remote https://github.com/insomniacslk/dhcp b105c29bd1b57548c9b51874f2e43bcbc261860e |
74 | SRCREV_native="c1e37c09b531b14ae12a501eb6fd529b31cecdaa" | 73 | SRCREV_dhcp="b105c29bd1b57548c9b51874f2e43bcbc261860e" |
75 | SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/native" | ||
76 | |||
77 | # github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb | ||
78 | # [1] git ls-remote https://github.com/insomniacslk/dhcp 49801966e6cb2cfc58a2bd98f69a9c182c1d4c18 | ||
79 | SRCREV_dhcp="49801966e6cb2cfc58a2bd98f69a9c182c1d4c18" | ||
80 | SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/insomniacslk/dhcp" | 74 | SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/insomniacslk/dhcp" |
81 | 75 | ||
82 | # github.com/moby/sys/mountinfo v0.7.1 | 76 | # github.com/moby/sys/mountinfo v0.7.2 |
83 | # [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 | 77 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
84 | SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" | 78 | SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" |
85 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" | 79 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
86 | 80 | ||
87 | # github.com/Masterminds/semver/v3 v3.2.1 | 81 | # github.com/Masterminds/semver/v3 v3.3.1 |
88 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 | 82 | # [1] git ls-remote https://github.com/Masterminds/semver 1558ca3488226e3490894a145e831ad58a5ff958 |
89 | SRCREV_v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" | 83 | SRCREV_v3="1558ca3488226e3490894a145e831ad58a5ff958" |
90 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" | 84 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
91 | 85 | ||
92 | # github.com/cpuguy83/go-md2man/v2 v2.0.4 | 86 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 |
93 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man d6816bfbea7506064a28119f805fb79f9bc5aeec | 87 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991 |
94 | SRCREV_go-md2man-v2="d6816bfbea7506064a28119f805fb79f9bc5aeec" | 88 | SRCREV_go-md2man-v2="b14773d4db11046c50d0d1c05955839604aae991" |
95 | SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cpuguy83/go-md2man/v2" | 89 | SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cpuguy83/go-md2man/v2" |
96 | 90 | ||
97 | # github.com/russross/blackfriday/v2 v2.1.0 | 91 | # github.com/russross/blackfriday/v2 v2.1.0 |
@@ -99,8 +93,8 @@ SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https | |||
99 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" | 93 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" |
100 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" | 94 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" |
101 | 95 | ||
102 | # github.com/containernetworking/plugins v1.5.0 | 96 | # github.com/containernetworking/plugins v1.5.1 |
103 | # [1] git ls-remote https://github.com/containernetworking/plugins 0259301ae2eab8cb4f5755d790c29cb869765f8a | 97 | # [1] git ls-remote https://github.com/containernetworking/plugins c29dc79f96cd50452a247a4591443d2aac033429 |
104 | SRCREV_plugins="0259301ae2eab8cb4f5755d790c29cb869765f8a" | 98 | SRCREV_plugins="c29dc79f96cd50452a247a4591443d2aac033429" |
105 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" | 99 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" |
106 | 100 | ||