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: Tue, 21 May 2013 02:21:35
Message-Id: 1369102854.a497deb56c60ebc1d60e4c4352e432e107692808.blueness@gentoo
1 commit: a497deb56c60ebc1d60e4c4352e432e107692808
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 21 02:20:54 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue May 21 02:20:54 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=a497deb5
7
8 ChangeLog: updated
9
10 ---
11 ChangeLog | 10 ++++++++++
12 1 files changed, 10 insertions(+), 0 deletions(-)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index dc7b00f..03ee71e 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,3 +1,13 @@
19 +2013-05-20
20 +
21 + * Bump to automake 1.12
22 + * Add check if ELF_C_RDWR_MMAP is declared in libelf.h. This distinguishes
23 + elfutils from libelf. The former will not build on uclibc, but the laster
24 + does not provide ELF_C_RDWR_MMAP.
25 + * Clean up the tests so they work for all combinations of --{en,dis}able-{pt,xt}pax
26 + * Add a bash utility which does pax-marking like the eclass. This is for
27 + build systems that do pax-marking during the build.
28 +
29 2012-12-28
30
31 * src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supported.