From 8cd1584a01093491539368dd4eabc7068bc25a7b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 8 Mar 2022 10:11:36 -0500 Subject: 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 --- recipes-networking/slirp4netns/slirp4netns_0.4.1.bb | 19 ------------------- recipes-networking/slirp4netns/slirp4netns_git.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 recipes-networking/slirp4netns/slirp4netns_0.4.1.bb create mode 100644 recipes-networking/slirp4netns/slirp4netns_git.bb (limited to 'recipes-networking/slirp4netns') diff --git a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb deleted file mode 100644 index c7a48eb2..00000000 --- a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "User-mode networking for unprivileged network namespaces." -DESCRIPTION = "slirp4netns allows connecting a network namespace to the \ -Internet in a completely unprivileged way, by connecting a TAP device in a \ -network namespace to the usermode TCP/IP stack ("slirp")." - -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26" - -SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27" -SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https" - -inherit features_check -REQUIRED_DISTRO_FEATURES ?= "seccomp" - -DEPENDS = "glib-2.0 libcap libseccomp" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig diff --git a/recipes-networking/slirp4netns/slirp4netns_git.bb b/recipes-networking/slirp4netns/slirp4netns_git.bb new file mode 100644 index 00000000..a63871c9 --- /dev/null +++ b/recipes-networking/slirp4netns/slirp4netns_git.bb @@ -0,0 +1,21 @@ +SUMMARY = "User-mode networking for unprivileged network namespaces." +DESCRIPTION = "slirp4netns allows connecting a network namespace to the \ +Internet in a completely unprivileged way, by connecting a TAP device in a \ +network namespace to the usermode TCP/IP stack ("slirp")." + +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26" + +SRCREV = "323aa69a68362a432f15d5e8050e74a0637aaf1e" +SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https" + +PV = "1.2.0+git${SRCPV}" + +inherit features_check +REQUIRED_DISTRO_FEATURES ?= "seccomp" + +DEPENDS = "glib-2.0 libcap libseccomp libslirp" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf