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 1RQOvl-0005WH-Af for garchives@archives.gentoo.org; Tue, 15 Nov 2011 19:44:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA8921C120; Tue, 15 Nov 2011 19:44:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0106321C120 for ; Tue, 15 Nov 2011 19:44:16 +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 688261B4029 for ; Tue, 15 Nov 2011 19:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D0D4180042 for ; Tue, 15 Nov 2011 19:44:15 +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: <941ebe55498aa12052bad87638271801b29e010b.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.3.x commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog README X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 941ebe55498aa12052bad87638271801b29e010b Date: Tue, 15 Nov 2011 19:44: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2ce6571f-4ec5-4503-ac2f-780c9cf9c245 X-Archives-Hash: ff1cd30f93894b70cd8d9213b354ff40 commit: 941ebe55498aa12052bad87638271801b29e010b Author: Anthony G. Basile gentoo org> AuthorDate: Tue Nov 15 19:37:39 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Nov 15 19:43:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D941ebe55 Update ChangeLog --- ChangeLog | 2 ++ README | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4acad74..f8cc7b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ =20 + * tests/pxtpax: compare pax flags on binary and process + * fix-gnustack and paxctl-ng: fix exit code on success * paxctl-ng: add file globbing * paxctl-ng: if a file fails to open O_RDWR then don't do PT_PAX markings but continue with XT_PAX diff --git a/README b/README index d7a018e..84ee7b9 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ =20 -Miscellaneous utilities to query and fix Elf binaries -with an emphasis on hardening. +Utilities to query and fix Elf binaries with an emphasis on hardening. =20