summaryrefslogtreecommitdiffstats
path: root/recipes-networking
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-26 13:52:09 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-26 13:52:09 +0000
commit8c3735d0022dde4650b01f449cd4acf55b8d294b (patch)
treec47e4c4fbf5e3656f89ea0c0dfc400709b8ab0c5 /recipes-networking
parent802806ed5f36b908d10cd7a74d93e137401c9a8a (diff)
downloadmeta-virtualization-8c3735d0022dde4650b01f449cd4acf55b8d294b.tar.gz
slip4netns: update to v1.3.3
Bumping slirp4netns to version v1.3.3-6-g6be0d53, which comprises the following commits: b02e000 Revert "CI: temporarily disable release check for PRs" b0c346d CI: temporarily disable release check for PRs 3d01dce v1.3.3+dev 944fa94 v1.3.3 0422b01 CI: bump up deps 019cd5a bump libslirp to v4.9.1 bf1c767 CI: Enable actions/attest-build-provenance@v2 4523924 v1.3.2+dev 0f13345 v1.3.2 ead6f78 CI: update deps e859823 bump libslirp to v4.9.0 d1a900b v1.3.1+dev e5e368c v1.3.1 036c206 CI: bump libslirp to v4.8.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking')
-rw-r--r--recipes-networking/slirp4netns/slirp4netns_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/slirp4netns/slirp4netns_git.bb b/recipes-networking/slirp4netns/slirp4netns_git.bb
index d245324c..8b086d12 100644
--- a/recipes-networking/slirp4netns/slirp4netns_git.bb
+++ b/recipes-networking/slirp4netns/slirp4netns_git.bb
@@ -6,10 +6,10 @@ network namespace to the usermode TCP/IP stack ("slirp")."
6LICENSE = "GPL-2.0-or-later" 6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26" 7LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
8 8
9SRCREV = "ee1542e1532e6a7f266b8b6118973ab3b10a8bb5" 9SRCREV = "6be0d5313870eaa12f6e9f7fede09bbe742796b6"
10SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https" 10SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https"
11 11
12PV = "1.3.1+git" 12PV = "1.3.3+git"
13 13
14inherit features_check 14inherit features_check
15REQUIRED_DISTRO_FEATURES ?= "seccomp" 15REQUIRED_DISTRO_FEATURES ?= "seccomp"