[arch-commits] Commit in pax-utils/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Tue Mar 7 14:44:53 UTC 2017


    Date: Tuesday, March 7, 2017 @ 14:44:53
  Author: tredaelli
Revision: 215244

upgpkg: pax-utils 1.2.2-2

Disable seccomp for FS#53175

Modified:
  pax-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-07 12:20:20 UTC (rev 215243)
+++ PKGBUILD	2017-03-07 14:44:53 UTC (rev 215244)
@@ -5,17 +5,17 @@
 
 pkgname=pax-utils
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
+depends=('bash' 'libcap' 'python-pyelftools')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
 sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
 
 _make() {
-  make USE_CAP='yes' USE_PYTHON='yes' USE_SECCOMP='yes' "$@"
+  make USE_CAP='yes' USE_PYTHON='yes' "$@"
 }
 
 build() {



More information about the arch-commits mailing list