Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.3.x commit in: /
Date: Tue, 15 Nov 2011 19:44:29
Message-Id: 941ebe55498aa12052bad87638271801b29e010b.blueness@gentoo
1 commit: 941ebe55498aa12052bad87638271801b29e010b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 15 19:37:39 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 15 19:43:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=941ebe55
7
8 Update ChangeLog
9
10 ---
11 ChangeLog | 2 ++
12 README | 3 +--
13 2 files changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index 4acad74..f8cc7b9 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,4 +1,6 @@
20
21 + * tests/pxtpax: compare pax flags on binary and process
22 + * fix-gnustack and paxctl-ng: fix exit code on success
23 * paxctl-ng: add file globbing
24 * paxctl-ng: if a file fails to open O_RDWR then
25 don't do PT_PAX markings but continue with XT_PAX
26
27 diff --git a/README b/README
28 index d7a018e..84ee7b9 100644
29 --- a/README
30 +++ b/README
31 @@ -1,4 +1,3 @@
32
33 -Miscellaneous utilities to query and fix Elf binaries
34 -with an emphasis on hardening.
35 +Utilities to query and fix Elf binaries with an emphasis on hardening.