T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / pax-utils
Commits: 7d95da22 by T.J. Townsend at 2024-06-30T19:22:46-04:00 upgpkg: 1.3.7-2: rebuild for .srcinfo - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = pax-utils + pkgdesc = ELF utils that can check files for security relevant properties + pkgver = 1.3.7 + pkgrel = 2 + url = https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities + arch = x86_64 + license = GPL2 + makedepends = docbook-xml + makedepends = docbook-xsl + makedepends = git + makedepends = linux-headers + makedepends = meson + makedepends = xmlto + depends = bash + depends = libcap + depends = libcap.so + depends = libseccomp + depends = python + depends = python-pyelftools + source = git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v1.3.7 + validpgpkeys = 5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2 + sha512sums = 0e688cc498503aa5dccc3e7ecff1097efe9f5049c6b13205aaae34ec6d3b151ed6d7d7a25393695105c4acdc1125a178ef22906a54f56cbbaf3d7bdb29e3a991 + +pkgname = pax-utils ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=pax-utils pkgver=1.3.7 -pkgrel=1 +pkgrel=2 pkgdesc='ELF utils that can check files for security relevant properties' url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities' arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pax-utils/-/commit/7d95da2205e045b0ab159ad0f37bff96b2b1410a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pax-utils/-/commit/7d95da2205e045b0ab159ad0f37bff96b2b1410a You're receiving this email because of your account on gitlab.archlinux.org.
