Skip to content

Commit

Permalink
main/libseccomp: upgrade to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxice8 authored and ncopa committed Nov 14, 2019
1 parent b6d605f commit 5da50e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main/libseccomp/APKBUILD
Expand Up @@ -2,7 +2,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Contributor: Dan Williams <dan@ma.ssive.co>
pkgname=libseccomp
pkgver=2.4.1
pkgver=2.4.2
pkgrel=0
pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
url="https://github.com/seccomp/libseccomp"
Expand All @@ -14,7 +14,6 @@ checkdepends="bash"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz
remove-redefinition-prctl.patch"
builddir="$srcdir/libseccomp-$pkgver"

# secfixes:
# 2.4.0-r0:
Expand Down Expand Up @@ -43,5 +42,5 @@ package() {
make DESTDIR="$pkgdir" install
}

sha512sums="1fe47ebb032635ba1b1cbefb505a0c103bae659844d1bf106d03e7f28b3c470726f7b0dbbe76d10ab89501630dc4f20b162c2eeefa22394eb632f803ae62ccc5 libseccomp-2.4.1.tar.gz
sha512sums="375a3c7c658be6a08b9bb30963e10bb49e8e066119e0be6d3d97faac3db18b8e2c6938d8b5d3874b2f5331ec8295170112fbae83b5a3b5a5bebc0d6705bdfdbb libseccomp-2.4.2.tar.gz
f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch"

0 comments on commit 5da50e0

Please sign in to comment.