diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-21 00:53:49 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-21 16:14:55 +0000 |
commit | 6fa79e94d5322e109dd60ff45ab62bf057f061c8 (patch) | |
tree | 618362b1e25dfbda1fc67fca95f9fc3956291898 | |
parent | 6bd0afa8f48f3b7cd13ad6bbe34220b3dae14006 (diff) | |
download | aports-6fa79e94d5322e109dd60ff45ab62bf057f061c8.tar.gz aports-6fa79e94d5322e109dd60ff45ab62bf057f061c8.tar.bz2 aports-6fa79e94d5322e109dd60ff45ab62bf057f061c8.tar.xz |
main/libseccomp: upgrade to 2.5.1
-rw-r--r-- | main/libseccomp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libseccomp/APKBUILD b/main/libseccomp/APKBUILD index 2652ed3902..87be208f8c 100644 --- a/main/libseccomp/APKBUILD +++ b/main/libseccomp/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Contributor: Dan Williams <dan@ma.ssive.co> pkgname=libseccomp -pkgver=2.5.0 -pkgrel=1 +pkgver=2.5.1 +pkgrel=0 pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism" url="https://github.com/seccomp/libseccomp" arch="all" @@ -51,5 +51,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="00ef5aeb4db8dafb546ae680b2d6d9b6aeed008df805d0f28f9dd15c074ff6ea7a5e5131ab503825b8011c59aa23046baedd5849ca040aa73352f43ab2d602ae libseccomp-2.5.0.tar.gz +sha512sums="2be80a6323f9282dbeae8791724e5778b32e2382b2a3d1b0f77366371ec4072ea28128204f675cce101c091c0420d12c497e1a9ccbb7dc5bcbf61bfd777160af libseccomp-2.5.1.tar.gz f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch" |