From 384e2b9616d51482b046e13bd7a108dda0c5995b Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 14:28:39 +1000 Subject: [PATCH] =?UTF-8?q?updater-pax=5Futils-1.3.8=20=E2=80=94=20pax=5Fu?= =?UTF-8?q?tils=20=E2=86=92=201.3.8=20(#12508)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt pax_utils to updater-pax_utils-1.3.8 * updater-pax_utils-1.3.8: Build Run on linux/amd64. * updater-pax_utils-1.3.8: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu Co-authored-by: chromebrew-actions[bot] --- packages/pax_utils.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/pax_utils.rb b/packages/pax_utils.rb index 8e44111d26..2324f2ea64 100644 --- a/packages/pax_utils.rb +++ b/packages/pax_utils.rb @@ -3,7 +3,7 @@ require 'package' class Pax_utils < Package description 'ELF utils that can check files for security relevant properties' homepage 'https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities' - version '1.3.7' + version '1.3.8' license 'GPL-2' compatibility 'all' source_url 'https://anongit.gentoo.org/git/proj/pax-utils.git' @@ -11,16 +11,15 @@ class Pax_utils < Package binary_compression 'tar.zst' binary_sha256({ - aarch64: 'f05733d181ad32f5bd3795f592d1b30d1f46edb7c65a64c7cf1da8201bd44e02', - armv7l: 'f05733d181ad32f5bd3795f592d1b30d1f46edb7c65a64c7cf1da8201bd44e02', - i686: '98955a80c1b4a04ca942740663c6fb86bdae5f26505017c6b97f8fa6b9997fc4', - x86_64: 'a2eec1aef128e76f8d22182bb97fad5b993930836a4e7ddc06a7b12acb9c67f8' + aarch64: 'b244ed7adbbfa83c6a8353d29a5dc7759e04f305792bf453e1076f1046759579', + armv7l: 'b244ed7adbbfa83c6a8353d29a5dc7759e04f305792bf453e1076f1046759579', + i686: 'c4452f9fcea91e1d070848dcbcac595fd40e137cdcd232e6425d8c6e40356085', + x86_64: '0e2e3923dd86ea4931ded5d0679b07e1c6e4bd0fc14d38ffc289a973d5d1d21d' }) depends_on 'glibc' # R depends_on 'libcap' # R depends_on 'libseccomp' => :build - depends_on 'py3_pyelftools' # R depends_on 'python3' # L depends_on 'xmlto' => :build