summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/patchelf: git snapshot version bump to 0.9_p20180129Nikos Chantziaras2018-03-261-0/+26
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