From de70c7f415b7b7d88d8b5d19b5c9abbfc2226bcc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 27 Feb 2020 14:07:56 +0100 Subject: core/libseccomp: removed local patching, 2.4.2 is available from upstream --- core/libseccomp/PKGBUILD | 64 ------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 core/libseccomp/PKGBUILD (limited to 'core/libseccomp/PKGBUILD') diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD deleted file mode 100644 index 99ccab09..00000000 --- a/core/libseccomp/PKGBUILD +++ /dev/null @@ -1,64 +0,0 @@ -#valgrind: fatal error: unsupported CPU. -# Supported CPUs are: -# * x86 (practically any; Pentium-I or above), AMD Athlon or above) -# * AMD Athlon64/Opteron -# * ARM (armv7) -# * MIPS (mips32 and above; mips64 and above) -# * PowerPC (most; ppc405 and above) -# * System z (64bit only - s390x; z990 and above) -# Test 49-sim-64b_comparisons%%011-00001 result: FAILURE 49-sim-64b_comparisons rc=1 -# -# On i486 we have to ignore valgrind tests, as we don't have i486 support -# for valgrind for now -if [ "${CARCH}" = "i486" ]; then - eval "$( - declare -f check | \ - sed ' - s/make check/make check || true/ - ' - )" -fi - -if [ "${pkgver}" = '2.4.1' ]; then - - # force 2.4.2 version as 2.4.1-4 version to make glibc 2.31 work and - # make it possible to do proper upgrades afterwards to 2.4.2-1 - source=(https://github.com/seccomp/${pkgname}/releases/download/v2.4.2/${pkgname}-2.4.2.tar.gz) - pkgrel=4 - sha256sums=(b54f27b53884caacc932e75e6b44304ac83586e2abe7a83eca6daecc5440585b) - - eval "$( - declare -f build | \ - sed ' - s/cd ${pkgname}-${pkgver}/cd libseccomp-2.4.2/ - ' - )" - - eval "$( - declare -f check | \ - sed ' - s/cd ${pkgname}-${pkgver}/cd libseccomp-2.4.2/ - ' - )" - - eval "$( - declare -f package | \ - sed ' - s/cd ${pkgname}-${pkgver}/cd libseccomp-2.4.2/ - ' - )" - - source+=('libseccomp-2.4.2-ppoll.patch') - sha256sums+=('2d6f638428bc7f9931d4e0a59b80f13327d6c3748e7049eba54b0be08f6620a9') - prepare() { - cd ${pkgbase}-2.4.2 - patch -Np1 -i "$srcdir/libseccomp-2.4.2-ppoll.patch" - } - - # XXX: do NOT trust this key as its not yet in the strong set, see linked issue - # XXX: https://github.com/seccomp/libseccomp/issues/187 - - # XXX: 47A68FCE37C7D7024FD65E11356CE62C2B524099 Tom Hromatka - # XXX: do NOT trust ^^ this key as its not yet in the strong set ^^ see linked issue - validpgpkeys=('7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A') # Paul Moore -fi -- cgit v1.2.3-54-g00ecf