diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-23 15:29:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-23 15:31:25 +0000 |
commit | 9d67c32ea232c56ebe4ea9b62207222a94e898a3 (patch) | |
tree | 5f51d478276944da7c99a70c77e942d8808e34f8 /main/libseccomp/APKBUILD | |
parent | a3220c6385f40577d7103920de521603fc64c915 (diff) | |
download | aports-9d67c32ea232c56ebe4ea9b62207222a94e898a3.tar.bz2 aports-9d67c32ea232c56ebe4ea9b62207222a94e898a3.tar.xz |
main/libseccomp: backport fix for performance regression
libseccomp 2.4 introduced a serious performance regression. Backport the
fix.
https://github.com/seccomp/libseccomp/issues/153
https://github.com/seccomp/libseccomp/pull/180
Diffstat (limited to 'main/libseccomp/APKBUILD')
-rw-r--r-- | main/libseccomp/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/libseccomp/APKBUILD b/main/libseccomp/APKBUILD index 8be0cbfcd7..8bdec46131 100644 --- a/main/libseccomp/APKBUILD +++ b/main/libseccomp/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Dan Williams <dan@ma.ssive.co> pkgname=libseccomp pkgver=2.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism" url="https://github.com/seccomp/libseccomp" arch="all" @@ -15,6 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz remove-redefinition-prctl.patch tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-syscalls.patch + fix-performace-regression.patch " # secfixes: @@ -52,4 +53,5 @@ package() { sha512sums="375a3c7c658be6a08b9bb30963e10bb49e8e066119e0be6d3d97faac3db18b8e2c6938d8b5d3874b2f5331ec8295170112fbae83b5a3b5a5bebc0d6705bdfdbb libseccomp-2.4.2.tar.gz f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch -e9c6adbc424c310802851ec486df23aedd8121397a9742f3a5ed4754a5eee7ec1701a6f5e220bb37911b8c48626ba00d70943fad43e489d740d0295e6e9b0dff tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-syscalls.patch" +e9c6adbc424c310802851ec486df23aedd8121397a9742f3a5ed4754a5eee7ec1701a6f5e220bb37911b8c48626ba00d70943fad43e489d740d0295e6e9b0dff tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-syscalls.patch +c9dd939552089b006e03b94a323c9932806b0681b493b3365c291273cff4485b1066a73919a85dff238fc10e33cd4f67c99645049b0696ba0d6f229aac8d8b81 fix-performace-regression.patch" |