summaryrefslogtreecommitdiffstats
path: root/recipes-networking/slirp4netns
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-08 10:11:36 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-21 17:31:29 -0400
commit8cd1584a01093491539368dd4eabc7068bc25a7b (patch)
treea8287803ae928d3884b0046a5571057bbd3642dc /recipes-networking/slirp4netns
parent0f7a2e57d6230e0422d51061dac2d4015f0e1a87 (diff)
downloadmeta-virtualization-8cd1584a01093491539368dd4eabc7068bc25a7b.tar.gz
slip4netns: update to 1.2.0
Bumping slirp4netns to version v1.2.0-beta.0-5-g323aa69, which comprises the following commits: 2365e85 configure: remove inet_ntoa check 2b607f2 Replace deprecated inet_ntoa with safer inet_ntop Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/slirp4netns')
-rw-r--r--recipes-networking/slirp4netns/slirp4netns_git.bb (renamed from recipes-networking/slirp4netns/slirp4netns_0.4.1.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb b/recipes-networking/slirp4netns/slirp4netns_git.bb
index c7a48eb2..a63871c9 100644
--- a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb
+++ b/recipes-networking/slirp4netns/slirp4netns_git.bb
@@ -6,13 +6,15 @@ 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 = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27" 9SRCREV = "323aa69a68362a432f15d5e8050e74a0637aaf1e"
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.2.0+git${SRCPV}"
13
12inherit features_check 14inherit features_check
13REQUIRED_DISTRO_FEATURES ?= "seccomp" 15REQUIRED_DISTRO_FEATURES ?= "seccomp"
14 16
15DEPENDS = "glib-2.0 libcap libseccomp" 17DEPENDS = "glib-2.0 libcap libseccomp libslirp"
16 18
17S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
18 20