From 5ab2a167a654ad865a2eafc95090e062c2a7c0ea Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Tue, 26 Apr 2022 00:48:02 -0700 Subject: [PATCH] libseccomp: update to 2.5.4 --- srcpkgs/libseccomp/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template index 6dc73feaee05..a7f2c58bb33d 100644 --- a/srcpkgs/libseccomp/template +++ b/srcpkgs/libseccomp/template @@ -1,22 +1,24 @@ # Template file for 'libseccomp' pkgname=libseccomp -reverts="2.5.0_1" -version=2.4.3 -revision=2 +version=2.5.4 +revision=1 build_style=gnu-configure -hostmakedepends="automake libtool" +hostmakedepends="automake libtool gperf" +checkdepends="which" short_desc="High level interface to the Linux Kernel's seccomp filter" maintainer="Anthony Iliopoulos " license="LGPL-2.1-or-later" homepage="https://github.com/seccomp/libseccomp/" +changelog="https://raw.githubusercontent.com/seccomp/libseccomp/main/CHANGELOG" distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz" -checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6 +checksum=96bbadb4384716272a6d2be82801dc564f7aab345febfe9b698b70fc606e3f75 post_extract() { case "$XBPS_TARGET_MACHINE" in - *-musl) sed -i '//d' src/system.h;; + *-musl) vsed -i '//d' src/system.h;; esac } + pre_configure() { NOCONFIGURE=1 ./autogen.sh }