From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 027511387FD for ; Sat, 7 Jun 2014 14:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0243EE0960; Sat, 7 Jun 2014 14:20:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92A8BE0960 for ; Sat, 7 Jun 2014 14:20:18 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABDC033F7EE for ; Sat, 7 Jun 2014 14:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B49ED181A9 for ; Sat, 7 Jun 2014 14:20:15 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1402150876.af948a41b803123973e262ed27c2ebfc431285e9.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: af948a41b803123973e262ed27c2ebfc431285e9 X-VCS-Branch: master Date: Sat, 7 Jun 2014 14:20:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bc2fc26-40fa-48ab-bba5-73a38e6e8789 X-Archives-Hash: d6ef8bae8cb0513c77f78125cbfad4ad commit: af948a41b803123973e262ed27c2ebfc431285e9 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Jun 7 14:19:48 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jun 7 14:21:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=af948a41 ChangeLog: updated --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6511d94..8119307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2014-06-07 + + * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to + make the code portable to musl (and BSD). + +2014-05-31 + + * Remove check from install-xattr which is messing up portage's install + wrapper. See https://bugs.gentoo.org/511984 + +2014-05-27 + + * Added ldd.py, a clone of ldd built on top of pyelftools + 2014-01-08 * Added install.wrapper.c for https://bugs.gentoo.org/465000