From 68b16b24c5870294f7ec41187c3c6bb39da4dc2e Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 30 Nov 2023 12:57:13 +0100 Subject: [PATCH] patchelf: Update to version 0.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - IPFire-3.x - Update from version 0.17.2 to 0.18.0 - Changelog 0.18.0 Add options to print, clear and set executable stack state by @cgzones in #456 Modernizations and strictness improvements by @cgzones in #464 Add feature to rename dynamic symbols by @brenoguim in #459 Adjust roundUp for 0 as input by @cgzones in #466 Avoid overlapping program header table with section header table #457 by @brenoguim in #460 Other switches might set changed as true. Use extraStrings size. #416 by @brenoguim in #473 Use the largest segment alignment for libraries requiring non-standard alignments #474 by @brenoguim in #475 Add one extra page to avoid overlapping with next page if its rounded… by @brenoguim in #469 Add zsh completion by @Freed-Wu in #490 Do not let modifyRPath taint shared strings in strtab. Fix #315 by @brenoguim in #481 Resize segment mapping rewritten sections if needed #482 by @brenoguim in #485 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- patchelf/patchelf.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchelf/patchelf.nm b/patchelf/patchelf.nm index f33c5721f..a86e22ce0 100644 --- a/patchelf/patchelf.nm +++ b/patchelf/patchelf.nm @@ -4,8 +4,8 @@ ############################################################################### name = patchelf -version = 0.17.2 -release = 2 +version = 0.18.0 +release = 1 groups = Development/Tools url = http://nixos.org/patchelf.html -- 2.47.3