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 D93BC138B32 for ; Sat, 25 Jan 2014 15:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C08E09AD; Sat, 25 Jan 2014 15:58:17 +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 30291E09AD for ; Sat, 25 Jan 2014 15:58:17 +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 2EB1733F23A for ; Sat, 25 Jan 2014 15:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C78B918082 for ; Sat, 25 Jan 2014 15:58:14 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1390661316.f7e6317411b1453aa4876c69985c7a21e9186ced.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/24.3/, emacs/23.4/ X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs/23.4/15_all_pax-xattr.patch emacs/24.3/04_all_pax-xattr.patch X-VCS-Directories: emacs/24.3/ emacs/23.4/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f7e6317411b1453aa4876c69985c7a21e9186ced X-VCS-Branch: patchsets Date: Sat, 25 Jan 2014 15:58:14 +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: 9620461b-1da7-4814-9ef4-a761b7e5220c X-Archives-Hash: ac2abe9a83867782c685ab2674f50260 commit: f7e6317411b1453aa4876c69985c7a21e9186ced Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 25 14:48:36 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 25 14:48:36 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=f7e63174 Update PaX/xattr patch, bug 497498. --- emacs/23.4/15_all_pax-xattr.patch | 3 ++- emacs/24.3/04_all_pax-xattr.patch | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs/23.4/15_all_pax-xattr.patch b/emacs/23.4/15_all_pax-xattr.patch index 53d97c3..040dacf 100644 --- a/emacs/23.4/15_all_pax-xattr.patch +++ b/emacs/23.4/15_all_pax-xattr.patch @@ -1,5 +1,6 @@ Fix failure in unexec with hardened Linux kernel and XATTR_PAX_FLAGS=y. https://bugs.gentoo.org/456970 +https://bugs.gentoo.org/497498 --- emacs-23.4-orig/configure.in +++ emacs-23.4/configure.in @@ -39,7 +40,7 @@ https://bugs.gentoo.org/456970 #ifndef CANNOT_DUMP test "X$(PAXCTL)" = X || $(PAXCTL) -r temacs$(EXEEXT) + test "X$(SETFATTR)" = X \ -+ || $(SETFATTR) -n user.pax.flags -v r temacs$(EXEEXT) ++ || $(SETFATTR) -n user.pax.flags -v er temacs$(EXEEXT) #endif /* We do not use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE diff --git a/emacs/24.3/04_all_pax-xattr.patch b/emacs/24.3/04_all_pax-xattr.patch index 90346ba..06396c3 100644 --- a/emacs/24.3/04_all_pax-xattr.patch +++ b/emacs/24.3/04_all_pax-xattr.patch @@ -1,5 +1,6 @@ Fix failure in unexec with hardened Linux kernel and XATTR_PAX_FLAGS=y. https://bugs.gentoo.org/456970 +https://bugs.gentoo.org/497498 --- emacs-24.3-orig/configure.ac +++ emacs-24.3/configure.ac @@ -39,7 +40,7 @@ https://bugs.gentoo.org/456970 test "$(CANNOT_DUMP)" = "yes" || \ test "X$(PAXCTL)" = X || $(PAXCTL) -r temacs$(EXEEXT) + test "$(CANNOT_DUMP)" = "yes" || test "X$(SETFATTR)" = X || \ -+ $(SETFATTR) -n user.pax.flags -v r temacs$(EXEEXT) ++ $(SETFATTR) -n user.pax.flags -v er temacs$(EXEEXT) ## The following oldxmenu-related rules are only (possibly) used if ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them