]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
patchelf: Update to version 0.18.0
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 30 Nov 2023 11:57:13 +0000 (12:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Nov 2023 16:52:55 +0000 (16:52 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
patchelf/patchelf.nm

index f33c5721fa3aa97e43c08b119cc3564a739f732b..a86e22ce04041591016bbf2488ec75d7dab15d6c 100644 (file)
@@ -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