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 D038C1381FE for ; Sat, 21 Jul 2012 22:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B66E04AB for ; Sat, 21 Jul 2012 22:55:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C832B21C052 for ; Sat, 21 Jul 2012 19:04:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D1CC1B4135 for ; Sat, 21 Jul 2012 19:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EB233E5434 for ; Sat, 21 Jul 2012 19:04:51 +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: <1342897484.3a0547b9b8d038a1c909a7a99f1780305125cb1e.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: 3a0547b9b8d038a1c909a7a99f1780305125cb1e X-VCS-Branch: master Date: Sat, 21 Jul 2012 19:04:51 +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: 0e2a67c3-db09-4c31-bab8-7c876394d2d7 X-Archives-Hash: dffbb35f3a3da31592c491b89e346ed5 commit: 3a0547b9b8d038a1c909a7a99f1780305125cb1e Author: Anthony G. Basile gentoo org> AuthorDate: Sat Jul 21 19:04:44 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jul 21 19:04:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=3a0547b9 ChangeLog: updated --- ChangeLog | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9fc1b5c..52c8749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2012-07-21 + + * scripts/revdep-pax: add option to only print out executables, + not libraries + * scripts/revdep-pax: allow for a more complex logic in migrating + flags from source to target. When the source says nothing about a + flag, the target's options survive + * misc/test-revdep-pax: add revdep-pax test code + * src/paxctl-ng.c: remove RANDEXEC completely. Its completely missing + from XT_PAX so remove it from PT_APX as well. + * src/paxctl-ng.c: switch to string implementation of XT_PAX following + upstreams implementation in the kernel + * scripts/paxmodule.c: switch to string implementation of XT_PAX + * scripts/pypaxctl: a (too?) simple front end to test python module + * src/paxctl-ng.c, scripts/paxmodule.c: create xattr user.pax.flags when + trying to set XT_PAX flags when the field doesn't already exit + 2011-12-28 * misc/test-revdep-pax: added a test package for revdep-pax