diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-24 08:38:22 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-24 08:38:22 -0400 |
commit | 9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8 (patch) | |
tree | dced4dd4bbeb31fae2696480ab2b236087363db4 | |
parent | scripts/revdep-pax: simplify map reversal using setdefault (diff) | |
download | elfix-9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8.tar.gz elfix-9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8.tar.bz2 elfix-9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8.zip |
ChangeLog, THANKS: updated
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | THANKS | 3 |
2 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2012-07-24 + + * scripts/{revdep-pax,paxmodule.c,pypaxctl}: python2/3 compat + * src/{fix-gnustack.c,paxctl-ng.c}, scripts/paxmodule.c: + switch from ELF_C_RDWR_MMAP to ELF_C_RDWR to link again libelf + for uclibc systems + * scripts/revdep-pax: remove bare exception handling, catch only + exceptions which are well understood, eg pax.error + * scripts/revdep-pax: switch from subprocess.check_output to + subprocess.Popen for better behavior + * scripts/revdep-pax: add sanity checks for missing OBJECT, SONAME, + and LIBRARY passed on the command line + * scripts/revdep-pax: simplify map reversal using setdefault to + avoid a double loop + + Thanks to Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + and Brian Dolbec <dolsen@gentoo.org> + 2012-07-21 * scripts/revdep-pax: add option to only print out executables, @@ -1,3 +1,6 @@ Kudos to * pipacs <pageexec@freemail.hu> + * Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + * Brian Dolbec <dolsen@gentoo.org> + |