dev-util/patchelf: git snapshot version bump to 0.9_p20180129
authorNikos Chantziaras <realnc@gmail.com>
Mon, 26 Mar 2018 15:36:23 +0000 (18:36 +0300)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 26 Mar 2018 20:59:43 +0000 (21:59 +0100)
commitf10514362218c557f2cb0aff2c1790094c8ae655
treeaa555366ed9c0d54f5e96809b4e2a3e6db08308d
parent1140df46c2c02089d5ea4776d97847a466e7972a
dev-util/patchelf: git snapshot version bump to 0.9_p20180129

Current (0.9) version of patchelf fails to update the .gnu.version_r section of
binary executables when patching them, resulting in the executable being unable
to run:

    $ patchelf --replace-needed "libcurl-gnutls.so.4" "libcurl.so.4" my_binary
    $ ./my_binary
    Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions:
    Assertion `needed != ((void *)0)' failed!

This has been fixed by upstream a couple years ago, but patchelf has not done a
new release since then. This version bump grabs a Git snapshot.

Closes: https://bugs.gentoo.org/651600
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7625
dev-util/patchelf/Manifest
dev-util/patchelf/patchelf-0.9_p20180129.ebuild [new file with mode: 0644]