diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-13 18:59:26 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-13 18:59:26 +0000 |
commit | d1af842da4689425cc838d3a7cceef02bd11c456 (patch) | |
tree | 8363f8b4ba67b6200c253eedaa1b4f00d4b1a1dd /net-www/mod_auth_kerb | |
parent | Cleanup old, redundant versions. (diff) | |
download | gentoo-2-d1af842da4689425cc838d3a7cceef02bd11c456.tar.gz gentoo-2-d1af842da4689425cc838d3a7cceef02bd11c456.tar.bz2 gentoo-2-d1af842da4689425cc838d3a7cceef02bd11c456.zip |
Removing mod_auth_kerb-5.0-cache.patch and mod_auth_kerb-5.0-axps1.patch from the patchlist for mod_auth_kerb-5.0-rc7-r1 (thanks to Andrej Kacian for reporting it), as UPSTREAM already included these fixes.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-www/mod_auth_kerb')
-rw-r--r-- | net-www/mod_auth_kerb/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-www/mod_auth_kerb/ChangeLog b/net-www/mod_auth_kerb/ChangeLog index 7e2d4f0e14e3..6fcf627a6b87 100644 --- a/net-www/mod_auth_kerb/ChangeLog +++ b/net-www/mod_auth_kerb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_auth_kerb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.17 2007/01/10 21:59:54 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.18 2007/01/13 18:59:26 phreak Exp $ + + 13 Jan 2007; Christian Heim <phreak@gentoo.org> + mod_auth_kerb-5.0_rc7-r1.ebuild: + Removing mod_auth_kerb-5.0-cache.patch and mod_auth_kerb-5.0-axps1.patch + from the patchlist for mod_auth_kerb-5.0-rc7-r1 (thanks to Andrej Kacian for + reporting it), as UPSTREAM already included these fixes. 10 Jan 2007; Christian Heim <phreak@gentoo.org> mod_auth_kerb-5.0_rc6-r1.ebuild, mod_auth_kerb-5.0_rc7-r1.ebuild: diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild index 5b8390042784..975cf3277c13 100644 --- a/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild +++ b/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild,v 1.2 2007/01/10 21:59:54 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild,v 1.3 2007/01/13 18:59:26 phreak Exp $ MY_PV="${PV/_rc/rc}" @@ -40,8 +40,6 @@ src_unpack() { epatch "${FILESDIR}/${PN}-5.0-CVE-2006-5989.patch" epatch "${FILESDIR}/${PN}-5.0-gcc4.patch" if use apache2 ; then - epatch "${FILESDIR}/${PN}-5.0-axps1.patch" - epatch "${FILESDIR}/${PN}-5.0-cache.patch" epatch "${FILESDIR}/${PN}-5.0-exports.patch" fi |