summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-14 07:32:19 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-14 07:32:19 +0000
commit1bd528520c36feaffeb5f27a2b9c7f87d8f12291 (patch)
treeb32639acb6e9537f503611720a6c847dd6ecdf31 /sys-fs/aufs3
parentBump (diff)
downloadgentoo-2-1bd528520c36feaffeb5f27a2b9c7f87d8f12291.tar.gz
gentoo-2-1bd528520c36feaffeb5f27a2b9c7f87d8f12291.tar.bz2
gentoo-2-1bd528520c36feaffeb5f27a2b9c7f87d8f12291.zip
sys-fs/aufs3: Do not apply the old hardened patch
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sys-fs/aufs3')
-rw-r--r--sys-fs/aufs3/ChangeLog6
-rw-r--r--sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild4
-rw-r--r--sys-fs/aufs3/aufs3-3_p20121112.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/aufs3/ChangeLog b/sys-fs/aufs3/ChangeLog
index 7b00c75a1978..42ae22aa5acc 100644
--- a/sys-fs/aufs3/ChangeLog
+++ b/sys-fs/aufs3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/aufs3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.30 2012/11/12 08:25:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.31 2012/11/14 07:32:19 jlec Exp $
+
+ 14 Nov 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121015-r1.ebuild,
+ aufs3-3_p20121112.ebuild:
+ Do not apply the old hardened patch
*aufs3-3_p20121112 (12 Nov 2012)
diff --git a/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild b/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild
index 9ec1082df9cb..b193559eb097 100644
--- a/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild
+++ b/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild,v 1.1 2012/10/25 06:04:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild,v 1.2 2012/11/14 07:32:19 jlec Exp $
EAPI=4
@@ -110,7 +110,7 @@ src_prepare() {
use nfs && ( use amd64 || use ppc64 ) && set_config INO_T_64
use ramfs && set_config BR_RAMFS
- use pax_kernel && epatch "${FILESDIR}"/pax.patch "${FILESDIR}"/pax-2.patch
+ use pax_kernel && epatch "${FILESDIR}"/pax-2.patch
sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die
sed -i "s:__user::g" include/linux/aufs_type.h || die
diff --git a/sys-fs/aufs3/aufs3-3_p20121112.ebuild b/sys-fs/aufs3/aufs3-3_p20121112.ebuild
index 3468fc2e37d1..681e204c3d80 100644
--- a/sys-fs/aufs3/aufs3-3_p20121112.ebuild
+++ b/sys-fs/aufs3/aufs3-3_p20121112.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121112.ebuild,v 1.1 2012/11/12 08:25:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121112.ebuild,v 1.2 2012/11/14 07:32:19 jlec Exp $
EAPI=4
@@ -110,7 +110,7 @@ src_prepare() {
use nfs && ( use amd64 || use ppc64 ) && set_config INO_T_64
use ramfs && set_config BR_RAMFS
- use pax_kernel && epatch "${FILESDIR}"/pax.patch "${FILESDIR}"/pax-2.patch
+ use pax_kernel && epatch "${FILESDIR}"/pax-2.patch
sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die
sed -i "s:__user::g" include/linux/aufs_type.h || die