diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-16 02:24:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-16 02:24:43 +0000 |
commit | f25f8a26e34989a6aad784dba11b0ae32b4675ee (patch) | |
tree | 833592dabda2d076909592a51367ce343255b6ed /www-apache | |
parent | Version bump; fixes a security flaw that allowed users to overwrite system fi... (diff) | |
download | gentoo-2-f25f8a26e34989a6aad784dba11b0ae32b4675ee.tar.gz gentoo-2-f25f8a26e34989a6aad784dba11b0ae32b4675ee.tar.bz2 gentoo-2-f25f8a26e34989a6aad784dba11b0ae32b4675ee.zip |
Restricting to apache 2.2, #438154
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_kerb/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog index e71d116810ae..09608f01bf9f 100644 --- a/www-apache/mod_auth_kerb/ChangeLog +++ b/www-apache/mod_auth_kerb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_kerb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.8 2009/09/17 06:50:34 hollow Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.9 2012/10/16 02:24:43 patrick Exp $ + + 16 Oct 2012; Patrick Lauer <patrick@gentoo.org> mod_auth_kerb-5.3.ebuild, + mod_auth_kerb-5.4.ebuild: + Restricting to apache 2.2, #438154 *mod_auth_kerb-5.4 (17 Sep 2009) diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild index bdac3f9132ff..ce25a72aa7cc 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.4 2008/08/29 12:27:53 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.5 2012/10/16 02:24:43 patrick Exp $ inherit apache-module @@ -21,7 +21,7 @@ APACHE2_MOD_DEFINE="AUTH_KERB" DOCFILES="INSTALL README" -need_apache +need_apache2_2 src_compile() { CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed" diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild index 583b58f5b797..269e6da71f2b 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild,v 1.1 2009/09/17 06:50:34 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild,v 1.2 2012/10/16 02:24:43 patrick Exp $ inherit apache-module @@ -21,7 +21,7 @@ APACHE2_MOD_DEFINE="AUTH_KERB" DOCFILES="INSTALL README" -need_apache +need_apache2_2 src_compile() { CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed" |