From: Adolf Belka Date: Thu, 30 Nov 2023 11:57:13 +0000 (+0100) Subject: patchelf: Update to version 0.18.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b16b24c5870294f7ec41187c3c6bb39da4dc2e;p=ipfire-3.x.git patchelf: Update to version 0.18.0 - 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 --- 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