[arch-commits] Commit in pax-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Wednesday, September 8, 2021 @ 23:29:24
  Author: anthraxx
Revision: 1012992

archrelease: copy trunk to community-x86_64

Added:
  pax-utils/repos/community-x86_64/PKGBUILD
    (from rev 1012991, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 23:29:20 UTC (rev 1012991)
+++ PKGBUILD	2021-09-08 23:29:24 UTC (rev 1012992)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: sh0 <mee at sh0.org>
-# Contributor: Maxwel <msg.maxwel at gmail.com>
-
-pkgname=pax-utils
-pkgver=1.2.5
-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')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --with-caps \
-    --with-seccomp \
-    --with-python
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 1012991, pax-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 23:29:24 UTC (rev 1012992)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: sh0 <mee at sh0.org>
+# Contributor: Maxwel <msg.maxwel at gmail.com>
+
+pkgname=pax-utils
+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' '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}
+  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --with-caps \
+    --with-seccomp \
+    --with-python
+  make USE_SECCOMP=yes USE_CAP=yes USE_PYTHON=yes
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  LD_LIBRARY_PATH=/usr/lib make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list