aboutsummaryrefslogtreecommitdiffstats
path: root/testing/podman
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-03-11 20:40:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-12 14:01:05 -0300
commit7fb916db260f07fb2b74761d8713230431ab2f77 (patch)
tree8493f430f1feedfc3bfc83caef291fa28e3b4c09 /testing/podman
parent48b1d2b1ad1c8fa543dd99e750076256342d31c0 (diff)
downloadaports-7fb916db260f07fb2b74761d8713230431ab2f77.tar.bz2
aports-7fb916db260f07fb2b74761d8713230431ab2f77.tar.xz
testing/podman: upgrade to 1.8.1
Diffstat (limited to 'testing/podman')
-rw-r--r--testing/podman/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/testing/podman/APKBUILD b/testing/podman/APKBUILD
index 6d970a25e7..e76c7347ff 100644
--- a/testing/podman/APKBUILD
+++ b/testing/podman/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=podman
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=0
pkgdesc="Simple management tool for pods, containers, and images"
url="https://podman.io/"
options="!check" # TODO: enable tests
@@ -17,6 +17,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/containers/libpod/archive/v$
libpod-config.patch"
builddir="$srcdir/libpod-$pkgver"
+# secfixes:
+# 1.8.1-r0:
+# - CVE-2020-1726
+
build() {
export BUILDTAGS="exclude_graphdriver_devicemapper seccomp"
make podman PREFIX=/usr
@@ -45,5 +49,5 @@ zshcomp() {
"$subpkgdir"/usr/share/zsh/site-functions/_$pkgname
}
-sha512sums="8e46633742e7dda1b9f6b641051009485331a3a95fcc8ff4c59c46a66f86ce1b79c832c5775d825aa54b885edaf533be2f864257137277a5265509026d0a8b87 podman-1.8.0.tar.gz
+sha512sums="48b5f9f67f3a5b9b0d91c24ac87a1a62146661bbcab385e63cf09ac56f85e384b4acae91d8e887557c4e87a37f56b10f90b3bb22278a2cfcc4f1da42ad4e5027 podman-1.8.1.tar.gz
fb0997502e996ed0b1e99b11970380d4e7a61ab1aa0bf54ec925edd7defbbe2fec67f4cb28ab4a6f0de4ba770ca11c952893a35a0c71f10bd2c3d19f3c836803 libpod-config.patch"