Revert "libseccomp: update to 2.5.0."

This reverts commit aa21e5a7c0.

According to https://github.com/seccomp/libseccomp/issues/273 libseccomp
v2.5.0 unintentionally refuses to allow multiple calls to seccomp_load,
which is a regression.

As a result, xwallpaper is inoperable:
https://github.com/stoeckmann/xwallpaper/issues/23
This commit is contained in:
Andrew J. Hesford 2020-07-24 01:21:41 -04:00 committed by Andrew J. Hesford
parent 434492f33d
commit 1b75586147

View file

@ -1,15 +1,16 @@
# Template file for 'libseccomp' # Template file for 'libseccomp'
pkgname=libseccomp pkgname=libseccomp
version=2.5.0 reverts="2.5.0_1"
revision=1 version=2.4.3
revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake gperf libtool" hostmakedepends="automake libtool"
short_desc="High level interface to the Linux Kernel's seccomp filter" short_desc="High level interface to the Linux Kernel's seccomp filter"
maintainer="Anthony Iliopoulos <ailiop@altatus.com>" maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/seccomp/libseccomp/" homepage="https://github.com/seccomp/libseccomp/"
distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
checksum=7720d01bb154afcc4e623434a577f181ea2a72585ef51a311ef56220e26723e6 checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
post_extract() { post_extract() {
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in