aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 11:08:35 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-14 14:42:34 +0000
commit5da50e031c421e03362cca15053cfd8535237380 (patch)
tree863104565f3b7d297775eba085544b7eca6064e8
parentb6d605fbcab8b81c5cf1844964c5d351025900eb (diff)
downloadalpine_aports-5da50e031c421e03362cca15053cfd8535237380.tar.bz2
alpine_aports-5da50e031c421e03362cca15053cfd8535237380.tar.xz
alpine_aports-5da50e031c421e03362cca15053cfd8535237380.zip
main/libseccomp: upgrade to 2.4.2
-rw-r--r--main/libseccomp/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/libseccomp/APKBUILD b/main/libseccomp/APKBUILD
index 2860b5c345..3f5c5db0e7 100644
--- a/main/libseccomp/APKBUILD
+++ b/main/libseccomp/APKBUILD
@@ -2,7 +2,7 @@
2# Contributor: Carlo Landmeter <clandmeter@gmail.com> 2# Contributor: Carlo Landmeter <clandmeter@gmail.com>
3# Contributor: Dan Williams <dan@ma.ssive.co> 3# Contributor: Dan Williams <dan@ma.ssive.co>
4pkgname=libseccomp 4pkgname=libseccomp
5pkgver=2.4.1 5pkgver=2.4.2
6pkgrel=0 6pkgrel=0
7pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism" 7pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
8url="https://github.com/seccomp/libseccomp" 8url="https://github.com/seccomp/libseccomp"
@@ -14,7 +14,6 @@ checkdepends="bash"
14subpackages="$pkgname-dev $pkgname-doc" 14subpackages="$pkgname-dev $pkgname-doc"
15source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz 15source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz
16 remove-redefinition-prctl.patch" 16 remove-redefinition-prctl.patch"
17builddir="$srcdir/libseccomp-$pkgver"
18 17
19# secfixes: 18# secfixes:
20# 2.4.0-r0: 19# 2.4.0-r0:
@@ -43,5 +42,5 @@ package() {
43 make DESTDIR="$pkgdir" install 42 make DESTDIR="$pkgdir" install
44} 43}
45 44
46sha512sums="1fe47ebb032635ba1b1cbefb505a0c103bae659844d1bf106d03e7f28b3c470726f7b0dbbe76d10ab89501630dc4f20b162c2eeefa22394eb632f803ae62ccc5 libseccomp-2.4.1.tar.gz 45sha512sums="375a3c7c658be6a08b9bb30963e10bb49e8e066119e0be6d3d97faac3db18b8e2c6938d8b5d3874b2f5331ec8295170112fbae83b5a3b5a5bebc0d6705bdfdbb libseccomp-2.4.2.tar.gz
47f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch" 46f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch"