[arch-commits] Commit in pax-utils/repos (4 files)

Daniel Micay thestinger at archlinux.org
Thu Dec 10 23:51:31 UTC 2015


    Date: Friday, December 11, 2015 @ 00:51:31
  Author: thestinger
Revision: 152774

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-10 23:50:57 UTC (rev 152773)
+++ community-i686/PKGBUILD	2015-12-10 23:51:31 UTC (rev 152774)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 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.0.5
-pkgrel=1
-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' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('f69a9938e4af7912d26d585094bc0203e43571a990fdd048319088a8b8ad906f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
-}
-
-check() {
-  # FIXME
-  return
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # FIXME lddpath.py uses /lib64 before /usr/lib
-  LD_LIBRARY_PATH="/usr/lib" make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 152773, pax-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-10 23:51:31 UTC (rev 152774)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 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.1.4
+pkgrel=1
+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' 'python-pyelftools')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_CAP='yes'
+}
+
+check() {
+  # FIXME
+  return
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # FIXME lddpath.py uses /lib64 before /usr/lib
+  LD_LIBRARY_PATH="/usr/lib" make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-10 23:50:57 UTC (rev 152773)
+++ community-x86_64/PKGBUILD	2015-12-10 23:51:31 UTC (rev 152774)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 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.0.5
-pkgrel=1
-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' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('f69a9938e4af7912d26d585094bc0203e43571a990fdd048319088a8b8ad906f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
-}
-
-check() {
-  # FIXME
-  return
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # FIXME lddpath.py uses /lib64 before /usr/lib
-  LD_LIBRARY_PATH="/usr/lib" make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 152773, pax-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-10 23:51:31 UTC (rev 152774)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 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.1.4
+pkgrel=1
+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' 'python-pyelftools')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_CAP='yes'
+}
+
+check() {
+  # FIXME
+  return
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # FIXME lddpath.py uses /lib64 before /usr/lib
+  LD_LIBRARY_PATH="/usr/lib" make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list