From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUTIL-0001l3-CN for garchives@archives.gentoo.org; Sun, 27 Nov 2011 01:12:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3778D21C207; Sun, 27 Nov 2011 01:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CADD21C1FF for ; Sun, 27 Nov 2011 01:12:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88DE51B4004 for ; Sun, 27 Nov 2011 01:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9EDA680042 for ; Sun, 27 Nov 2011 01:12:23 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog TODO X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f1bbdf670aa74d0b42273856e828cac9f5fc3c79 Date: Sun, 27 Nov 2011 01:12:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4a5f9e7b-b1d8-4cca-ad84-748d08ad15ef X-Archives-Hash: bfabd7d0367b614091225268e9696107 commit: f1bbdf670aa74d0b42273856e828cac9f5fc3c79 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Nov 27 01:12:18 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Nov 27 01:12:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3Df1bbdf67 Update ChangeLog and TODO --- ChangeLog | 8 ++++++++ TODO | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c3e57a..6ccf866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ =20 +2011-11-26 + + * src/paxctl-ng.c: made verbosity more consistant + * src/paxctl-ng.c: build with/without xattr support + * scripts/{setup.py,paxmodule.c}: build with/without xattr support + * configure.ac: added --enable-xattr switch + * scripts/revdep-pax: add -e switch to only mark (-m) or to + only report on (-v) binaries that are in the shell's PATH * tests/pxtpax: compare pax flags on binary and process * fix-gnustack and paxctl-ng: fix exit code on success * paxctl-ng: add file globbing diff --git a/TODO b/TODO index e69de29..ae0b570 100644 --- a/TODO +++ b/TODO @@ -0,0 +1,3 @@ + + src/paxctl-ng.c: add verbose error reporting for xattr (like for set/ge= t phdr) +