From: Steve Dibb Date: Fri, 14 Oct 2011 17:31:23 +0000 (+0000) Subject: Version bump, security bug 386165 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=084ceda91ed3b5b2f269404aa7221c92faeee12e;p=gentoo.git Version bump, security bug 386165 Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- diff --git a/www-apache/mod_authnz_external/ChangeLog b/www-apache/mod_authnz_external/ChangeLog index cf993b5b4e76..32d0acf2491d 100644 --- a/www-apache/mod_authnz_external/ChangeLog +++ b/www-apache/mod_authnz_external/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apache/mod_authnz_external -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/ChangeLog,v 1.7 2009/09/18 12:11:09 hollow Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/ChangeLog,v 1.8 2011/10/14 17:31:23 beandog Exp $ + +*mod_authnz_external-3.2.6 (14 Oct 2011) + + 14 Oct 2011; Steve Dibb + +mod_authnz_external-3.2.6.ebuild: + Version bump, security bug 386165 *mod_authnz_external-3.2.4 (18 Sep 2009) diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild new file mode 100644 index 000000000000..c89b6e465940 --- /dev/null +++ b/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild,v 1.1 2011/10/14 17:31:23 beandog Exp $ + +inherit eutils apache-module + +DESCRIPTION="An Apache2 authentication DSO using external programs" +HOMEPAGE="http://code.google.com/p/mod-auth-external/" +SRC_URI="http://mod-auth-external.googlecode.com/files/${P}.tar.gz" + +LICENSE="Apache-1.1" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" + +APACHE2_MOD_CONF="10_${PN}" +APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" + +need_apache2_2