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: Sat, 07 Jun 2014 14:18:48
Message-Id: 1402150788.6dfc8511b21f2806ab510fa2c63c45900a8702f0.blueness@gentoo
1 commit: 6dfc8511b21f2806ab510fa2c63c45900a8702f0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 7 14:19:48 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 7 14:19:48 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=6dfc8511
7
8 Update ChangeLog
9
10 ---
11 ChangeLog | 14 ++++++++++++++
12 1 file changed, 14 insertions(+)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index 6511d94..8119307 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,3 +1,17 @@
19 +2014-06-07
20 +
21 + * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to
22 + make the code portable to musl (and BSD).
23 +
24 +2014-05-31
25 +
26 + * Remove check from install-xattr which is messing up portage's install
27 + wrapper. See https://bugs.gentoo.org/511984
28 +
29 +2014-05-27
30 +
31 + * Added ldd.py, a clone of ldd built on top of pyelftools
32 +
33 2014-01-08
34
35 * Added install.wrapper.c for https://bugs.gentoo.org/465000