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

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 23:29:21 UTC 2021


    Date: Wednesday, September 8, 2021 @ 23:29:20
  Author: anthraxx
Revision: 1012991

upgpkg: pax-utils 1.3.3-1

Modified:
  pax-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 23:11:05 UTC (rev 1012990)
+++ PKGBUILD	2021-09-08 23:29:20 UTC (rev 1012991)
@@ -4,17 +4,17 @@
 # Contributor: Maxwel <msg.maxwel at gmail.com>
 
 pkgname=pax-utils
-pkgver=1.2.5
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='ELF utils that can check files for security relevant properties'
 url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
 arch=('x86_64')
 license=('GPL2')
-depends=('bash' 'libcap.so' 'libseccomp.so' 'python' 'python-pyelftools')
-makedepends=('libcap' 'libseccomp')
-source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9')
-b2sums=('348c6ab52a5e950f346115802d596fd33142fe2d93a83d686fbec917d3f74c53c332f2fcbd197c5bdd38b545f48568c7b461143fa328433ce3ee931901012601')
+depends=('bash' 'libcap' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
+makedepends=('linux-headers')
+source=(https://distfiles.gentoo.org/distfiles//${pkgname}-${pkgver}.tar.xz)
+sha512sums=('bb0d03371cf8f0cc26a83cbee888a6d91e70416dedc740476cd5549ddaef67048c6802e30e469ab1aced0fd7f63f84e9644744602b2d483ef7af37191505f72e')
+b2sums=('17004a4fe57f05e80e0c51a156931975cbaf73e20d96fa50dedf6bd1538ff3f8383591f4b5fd0df926a6a6b75cb083724aaf92b1a4d4ebc67290500520919c29')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -28,7 +28,7 @@
     --with-caps \
     --with-seccomp \
     --with-python
-  make
+  make USE_SECCOMP=yes USE_CAP=yes USE_PYTHON=yes
 }
 
 check() {



More information about the arch-commits mailing list