diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:21:54 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:21:54 +0000 |
commit | 32d429b39bee4f6e6f18bd282286088c576b27ec (patch) | |
tree | 68088cf36b495314f9fa590378cf536fcc0e2991 /libseccomp | |
parent | c8aebc6a9656ed0d97d33bb00b19f7326e55a734 (diff) | |
download | opt-32d429b39bee4f6e6f18bd282286088c576b27ec.tar.gz opt-32d429b39bee4f6e6f18bd282286088c576b27ec.tar.xz |
libseccomp: adopted port
Diffstat (limited to 'libseccomp')
-rw-r--r-- | libseccomp/.signature | 6 | ||||
-rw-r--r-- | libseccomp/Pkgfile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libseccomp/.signature b/libseccomp/.signature index fa0314247..5a20d05ef 100644 --- a/libseccomp/.signature +++ b/libseccomp/.signature @@ -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 diff --git a/libseccomp/Pkgfile b/libseccomp/Pkgfile index f4437cb16..41901d0dd 100644 --- a/libseccomp/Pkgfile +++ b/libseccomp/Pkgfile @@ -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 |