repo/gentoo:master commit in: app-misc/pax-utils/
"Sam James" <[email protected]> Sun, 02 Aug 2026 14:11:53 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785679683.7b57b72b52b2f592873e207f40b374763545fd07.sam@gentoo> |
commit: 7b57b72b52b2f592873e207f40b374763545fd07
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 14:08:03 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 14:08:03 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b57b72b
app-misc/pax-utils: add 1.3.11
Lukas Schmelting (1):
scanelf: recognize .note.GNU-stack with SHT_NOTE type
Sam James (1):
meson.build: version 1.3.11
Scott Moser (1):
symtree.sh: add definition for missing function 'error'
Bug: https://bugs.gentoo.org/980108
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/pax-utils/Manifest | 1 +
.../pax-utils/{pax-utils-9999.ebuild => pax-utils-1.3.11.ebuild} | 9 +++++----
app-misc/pax-utils/pax-utils-9999.ebuild | 9 +++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 042f8e5c7ca1..5c3560b246af 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1 +1,2 @@
DIST pax-utils-1.3.10.tar.xz 123576 BLAKE2B d0d68d12bbbe3771da6a22d04b246593952e39ad5233fbb36c4283800431c707015477192d6e3225985016828189280662cda642b161322d3eb19bea5f4bdc86 SHA512 06be65f1ad954427cc666e53e1aaa45dda04c43f26d9e4c9ded9e4dc33e4fd2827acd0c7cbb5cbf4a169a19f5c356d59a5dfb2d2e63a037fe62c26394648ee4d
+DIST pax-utils-1.3.11.tar.xz 123608 BLAKE2B d53dc6b7792045d4092f970423091040f1ad73663c9f8962d40d4e135184c7ebb0ff7233211cb1c6a6cfcfdf7774b5d4ad9bcbd3ca78b59ec1dafda0759ef6cd SHA512 c4c437c89735bacb7a81581eb73b04507c12b62bcf4c3508fe8a5b31ef78718b79028788bfedd3426d36285fe9fa7a94555c590a21b5eb65b1187e33c7384754
diff --git a/app-misc/pax-utils/pax-utils-9999.ebuild b/app-misc/pax-utils/pax-utils-1.3.11.ebuild
similarity index 96%
copy from app-misc/pax-utils/pax-utils-9999.ebuild
copy to app-misc/pax-utils/pax-utils-1.3.11.ebuild
index 50135d2a449d..b2a4dd69497d 100644
--- a/app-misc/pax-utils/pax-utils-9999.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.11.ebuild
@@ -6,15 +6,12 @@ EAPI=8
# Note: if bumping pax-utils because of syscall changes in glibc, please
# revbump glibc and update the dependency in its ebuild for the affected
# versions.
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit meson python-single-r1
DESCRIPTION="ELF utils that can check files for security relevant properties"
HOMEPAGE="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="caps python seccomp test"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pax-utils.git"
@@ -28,6 +25,10 @@ else
IUSE+=" man"
fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE+=" caps python seccomp test"
+
REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )
diff --git a/app-misc/pax-utils/pax-utils-9999.ebuild b/app-misc/pax-utils/pax-utils-9999.ebuild
index 50135d2a449d..b2a4dd69497d 100644
--- a/app-misc/pax-utils/pax-utils-9999.ebuild
+++ b/app-misc/pax-utils/pax-utils-9999.ebuild
@@ -6,15 +6,12 @@ EAPI=8
# Note: if bumping pax-utils because of syscall changes in glibc, please
# revbump glibc and update the dependency in its ebuild for the affected
# versions.
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit meson python-single-r1
DESCRIPTION="ELF utils that can check files for security relevant properties"
HOMEPAGE="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="caps python seccomp test"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pax-utils.git"
@@ -28,6 +25,10 @@ else
IUSE+=" man"
fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE+=" caps python seccomp test"
+
REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )