aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-04 05:36:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-04 08:51:44 +0000
commit24c223cde62dd5274bc3b720a91cc2b2cbdd6681 (patch)
tree86f86b5e2daf2ea326a62c362c7d3ad46d73fd9c
parent7c957c41625c408c47ca8aa93fd986ac6fec39a2 (diff)
main/bubblewrap: security upgrade to 0.4.1
-rw-r--r--main/bubblewrap/APKBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/main/bubblewrap/APKBUILD b/main/bubblewrap/APKBUILD
index d4c951c85e4..123f77dde17 100644
--- a/main/bubblewrap/APKBUILD
+++ b/main/bubblewrap/APKBUILD
@@ -1,18 +1,20 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=bubblewrap
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=0
pkgdesc="Unprivileged sandboxing tool"
-url="https://github.com/projectatomic/bubblewrap"
+url="https://github.com/containers/bubblewrap"
arch="all"
license="LGPL-2.0-or-later"
options="!check suid" # Testsuite with suid requires sudo binary and some socket operations fail
makedepends="autoconf automake libcap-dev docbook-xsl"
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
-source="bubblewrap-$pkgver.tar.gz::https://github.com/projectatomic/bubblewrap/archive/v$pkgver.tar.gz
- realpath-workaround.patch
- "
+source="bubblewrap-$pkgver.tar.gz::https://github.com/containers/bubblewrap/archive/v$pkgver.tar.gz"
+
+# secfixes:
+# 0.4.1-r0:
+# - CVE-2020-5291
prepare() {
NOCONFIGURE=1 ./autogen.sh
@@ -44,5 +46,4 @@ bashcomp() {
mv "$pkgdir"/usr/share/bash-completion/ "$subpkgdir"/usr/share/
}
-sha512sums="1957126e13900bbb1c9c885802f513006313836826938555899a8ad0e6c3ba47478eae0cc90f4aceff228663379b45203dce4fa57d6bfc489984670571232b97 bubblewrap-0.4.0.tar.gz
-7e8395aa7801263056b0c072194240f0ae1ee1a3b0acd874baf112a7b7b5e53ac5f688ece9099067bfc1e28e52e81f107964a3288a615cc1eedb1af5f82bbd8e realpath-workaround.patch"
+sha512sums="83e036e242503e1364b2d0052bba5127175891203c57bd22ba47a1b1e934fdca64ca620cd0e48c903fa2bc7cdcf92339b8a7fcb8716b54c2e28034b6d6f86adc bubblewrap-0.4.1.tar.gz"