summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-11-08 20:56:36 +0000
committerArmin Kuster <akuster808@gmail.com>2022-11-19 14:01:41 -0500
commitf991b20f56de8cdf40556681e0e9276ae6b81cfa (patch)
tree235e4c5d44c3283d20afe4b9a5d70019195319d0
parent2893be10d0aec5bfcb221aeff2352eb2aeb8d634 (diff)
downloadmeta-security-f991b20f56de8cdf40556681e0e9276ae6b81cfa.tar.gz
bubblewrap: Update 0.6.2 -> 0.7.0
Inherit github-releases so that `devtool upgrade` can identify new versions correctly. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/bubblewrap/bubblewrap_0.7.0.bb (renamed from recipes-security/bubblewrap/bubblewrap_0.6.2.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-security/bubblewrap/bubblewrap_0.6.2.bb b/recipes-security/bubblewrap/bubblewrap_0.7.0.bb
index 921defd..a48b012 100644
--- a/recipes-security/bubblewrap/bubblewrap_0.6.2.bb
+++ b/recipes-security/bubblewrap/bubblewrap_0.7.0.bb
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
6DEPENDS = "libcap" 6DEPENDS = "libcap"
7 7
8SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz" 8SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz"
9SRC_URI[sha256sum] = "8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b" 9SRC_URI[sha256sum] = "764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc"
10 10
11UPSTREAM_CHECK_URI = "https://github.com/containers/bubblewrap/releases" 11inherit autotools bash-completion github-releases manpages pkgconfig
12UPSTREAM_CHECK_REGEX = "bubblewrap-(?P<pver>\d+(\.\d+)+)\.tar"
13 12
14inherit autotools bash-completion manpages pkgconfig 13GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/"
15 14
16PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" 15PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
17PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native" 16PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native"