From 1505ee5e193691b472cb22ab53ae3bfe872732e8 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 21 Jun 2020 11:17:30 +1000 Subject: [PATCH] libseccomp: 2.4.2 -> 2.4.3 --- libseccomp/.footprint | 6 +++--- libseccomp/.signature | 8 ++++---- libseccomp/Pkgfile | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libseccomp/.footprint b/libseccomp/.footprint index c2bf97522..59acc3e7e 100644 --- a/libseccomp/.footprint +++ b/libseccomp/.footprint @@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libseccomp.a -rwxr-xr-x root/root usr/lib/libseccomp.la -lrwxrwxrwx root/root usr/lib/libseccomp.so -> libseccomp.so.2.4.2 -lrwxrwxrwx root/root usr/lib/libseccomp.so.2 -> libseccomp.so.2.4.2 --rwxr-xr-x root/root usr/lib/libseccomp.so.2.4.2 +lrwxrwxrwx root/root usr/lib/libseccomp.so -> libseccomp.so.2.4.3 +lrwxrwxrwx root/root usr/lib/libseccomp.so.2 -> libseccomp.so.2.4.3 +-rwxr-xr-x root/root usr/lib/libseccomp.so.2.4.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libseccomp.pc drwxr-xr-x root/root usr/share/ diff --git a/libseccomp/.signature b/libseccomp/.signature index 0b4309875..9f75a5aa2 100644 --- a/libseccomp/.signature +++ b/libseccomp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VDngp29AqMkSg6O3Qg8BwFKXj+YPepeeNzw1Rn8PMOxytCF98NN/Z6uL2X4lUtYj7ObkYwHyEpU5Uiwy+rESQI= -SHA256 (Pkgfile) = 6a7242a89c9997c111625029785d32e02fda83ede60d018eaa446ad9ab5ce4a3 -SHA256 (.footprint) = da9502a786665af69fedcacfbd4b35ab709e09af897bde86e56247fb3a2a468b -SHA256 (libseccomp-v2.4.2.tar.gz) = c988dc3f6c641e12c68285afb57d69361f3bfd5b7235d067b3991bf9a57cca7e +RWSE3ohX2g5d/Z7aB8RkTuoTbFhn0Sf2u3sr3RKPYatWLYYUKK/BP82UcrJadlCpzSSrZHREHnNhfFF3BudX8qVgpsJWwchpBwQ= +SHA256 (Pkgfile) = 4fd4b069ef18cfa69e1c2613eb64ba564439e65b025f94e8ec0c62139c7823b0 +SHA256 (.footprint) = 62c16516683a6893d8efd645e843d0a258fedd3ec77a12adf1e8884f77549ce7 +SHA256 (libseccomp-v2.4.3.tar.gz) = 4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6 diff --git a/libseccomp/Pkgfile b/libseccomp/Pkgfile index e6470013b..d918ea2f5 100644 --- a/libseccomp/Pkgfile +++ b/libseccomp/Pkgfile @@ -1,9 +1,9 @@ -# Description: library for Linux' syscall filtering mechanism seccomp +# Description: Library for Linux Kernel's syscall filtering mechanism # URL: https://github.com/seccomp/libseccomp # Maintainer: Thomas Penteker, tek at serverop dot de name=libseccomp -version=2.4.2 +version=2.4.3 release=1 source=(https://github.com/seccomp/libseccomp/archive/v${version}/libseccomp-v${version}.tar.gz)