T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
pax-utils
Commits:
574495d3 by T.J. Townsend at 2025-11-12T12:02:54-05:00
upgpkg: 1.3.9-1: update to 1.3.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pax-utils
pkgdesc = ELF utils that can check files for security relevant
properties
- pkgver = 1.3.8
+ pkgver = 1.3.9
pkgrel = 1
url = https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = pax-utils
depends = libseccomp
depends = python
depends = python-pyelftools
- source =
git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v1.3.8
+ source =
git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v1.3.9
validpgpkeys = 5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2
- sha512sums =
49fcacaa60e9b430606ac7635cf730202b0c3f21116b8dfa611aaf96073e48135f64da91cea246383e41cbd9bb6869d1fee3c243d643729bfbd0afa269034e01
+ sha512sums =
ec0183075b84a41471ed9ef73f28f561926d6c2b9bd93c5a9707ef6b5569ecb2b19186dba5b895f367c2a58ef77cb90db1adb17f67b457bc7b1778f3a9a559b1
pkgname = pax-utils
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Maxwel <[email protected]>
pkgname=pax-utils
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc='ELF utils that can check files for security relevant properties'
url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
@@ -14,7 +14,7 @@ license=('GPL2')
depends=('bash' 'libcap' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
makedepends=('docbook-xml' 'docbook-xsl' 'git' 'linux-headers' 'meson' 'xmlto')
source=(git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v$pkgver)
-sha512sums=('49fcacaa60e9b430606ac7635cf730202b0c3f21116b8dfa611aaf96073e48135f64da91cea246383e41cbd9bb6869d1fee3c243d643729bfbd0afa269034e01')
+sha512sums=('ec0183075b84a41471ed9ef73f28f561926d6c2b9bd93c5a9707ef6b5569ecb2b19186dba5b895f367c2a58ef77cb90db1adb17f67b457bc7b1778f3a9a559b1')
validpgpkeys=('5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pax-utils/-/commit/574495d35ab00fe67dbd2b009d73c356f7939c78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pax-utils/-/commit/574495d35ab00fe67dbd2b009d73c356f7939c78
You're receiving this email because of your account on gitlab.archlinux.org.