From 32d429b39bee4f6e6f18bd282286088c576b27ec Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 29 Jan 2021 12:21:54 +0000 Subject: [PATCH] libseccomp: adopted port --- libseccomp/.signature | 6 +++--- 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