Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
Date: Wed, 30 Jul 2014 16:43:03
Message-Id: 1406738626.d4bc45f98b6f1839a695751a99cccc7a1a39a7ba.blueness@gentoo
1 commit: d4bc45f98b6f1839a695751a99cccc7a1a39a7ba
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 30 16:41:54 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 30 16:43:46 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=d4bc45f9
7
8 ChangeLog, TODO: updated
9
10 ---
11 ChangeLog | 7 +++++++
12 TODO | 1 +
13 2 files changed, 8 insertions(+)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index f12f272..3b53794 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,3 +1,10 @@
20 +2014-07-30
21 +
22 + * Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
23 + on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
24 + The future solution will be break out fix-gnustack.
25 + See: https://bugs.gentoo.org/518524
26 +
27 2014-06-07
28
29 * Prepare release 0.8.5
30
31 diff --git a/TODO b/TODO
32 index 3a16c66..a61aa2c 100644
33 --- a/TODO
34 +++ b/TODO
35 @@ -1,4 +1,5 @@
36
37 * src/paxctl-ng.c, scripts/paxmodule.c: reduce the shared code to a convenience library
38 * misc/revdep-pax-np: (non-gentoo) use $PATH to find all exe's and ldd for libraries
39 + * Break out fix-gnustack into its own package. See: https://bugs.gentoo.org/518524