Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:master commit in: /
Date: Sun, 27 Nov 2011 01:12:37
Message-Id: f1bbdf670aa74d0b42273856e828cac9f5fc3c79.blueness@gentoo
1 commit: f1bbdf670aa74d0b42273856e828cac9f5fc3c79
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 01:12:18 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 01:12:18 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=f1bbdf67
7
8 Update ChangeLog and TODO
9
10 ---
11 ChangeLog | 8 ++++++++
12 TODO | 3 +++
13 2 files changed, 11 insertions(+), 0 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index 5c3e57a..6ccf866 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,4 +1,12 @@
20
21 +2011-11-26
22 +
23 + * src/paxctl-ng.c: made verbosity more consistant
24 + * src/paxctl-ng.c: build with/without xattr support
25 + * scripts/{setup.py,paxmodule.c}: build with/without xattr support
26 + * configure.ac: added --enable-xattr switch
27 + * scripts/revdep-pax: add -e switch to only mark (-m) or to
28 + only report on (-v) binaries that are in the shell's PATH
29 * tests/pxtpax: compare pax flags on binary and process
30 * fix-gnustack and paxctl-ng: fix exit code on success
31 * paxctl-ng: add file globbing
32
33 diff --git a/TODO b/TODO
34 index e69de29..ae0b570 100644
35 --- a/TODO
36 +++ b/TODO
37 @@ -0,0 +1,3 @@
38 +
39 + src/paxctl-ng.c: add verbose error reporting for xattr (like for set/get phdr)
40 +