libseccomp: adopted port

This commit is contained in:
Tim Biermann 2021-01-29 12:21:54 +00:00
parent c8aebc6a96
commit 32d429b39b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UmvgesF1VcgqGxmqgCw4iP2qdrrsU5qECwXyUwK+NRey4AnATINQnTs4EGG2hdE9NU5QKFJsUuwtOUZ2TaGJg0=
SHA256 (Pkgfile) = f035056d2691c2ee650ac67175c5156f58d55288d044ce74b6309b2abbc69f22
RWSE3ohX2g5d/QAvxArJmCMbz4sSUVhzlsVwHB5hA3LUptntfOTSvRN2pGkY3EsWRlU9SakH2bG/Ws5VLGUAEX5SPI4Fcp+rPgw=
SHA256 (Pkgfile) = 8cef1b32966eb0574639caae53c4a11bf482ddfa5b4e240ebde958739b8a1b57
SHA256 (.footprint) = 7d7b510745ce8f2f39b6c37566eb2e4d549bae567b6416f27172da8ea41cf289
SHA256 (libseccomp-v2.5.1.tar.gz) = 76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829
SHA256 (libseccomp-2.5.1.tar.gz) = 76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829

View File

@ -1,11 +1,11 @@
# Description: Library for Linux Kernel's syscall filtering mechanism
# URL: https://github.com/seccomp/libseccomp
# Maintainer: Thomas Penteker, tek at serverop dot de
# URL: https://github.com/seccomp/libseccomp
# Maintainer: Tim Biermann, tbier at posteo dot de
name=libseccomp
version=2.5.1
release=1
source=(https://github.com/seccomp/libseccomp/archive/v${version}/libseccomp-v${version}.tar.gz)
source=(https://github.com/seccomp/libseccomp/archive/v${version}/libseccomp-${version}.tar.gz)
build() {
cd $name-$version