diff options
author | Steve Dibb <beandog@gentoo.org> | 2011-10-14 17:31:23 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2011-10-14 17:31:23 +0000 |
commit | 8deb37bec8bf955ecd9ff4222ffbdb3fe18c77af (patch) | |
tree | bf674dc732c22a542cdfae5c79e4c677071a795a /www-apache/mod_authnz_external | |
parent | Version bump (diff) | |
download | gentoo-2-8deb37bec8bf955ecd9ff4222ffbdb3fe18c77af.tar.gz gentoo-2-8deb37bec8bf955ecd9ff4222ffbdb3fe18c77af.tar.bz2 gentoo-2-8deb37bec8bf955ecd9ff4222ffbdb3fe18c77af.zip |
Version bump, security bug 386165
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_authnz_external')
-rw-r--r-- | www-apache/mod_authnz_external/ChangeLog | 10 | ||||
-rw-r--r-- | www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
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 <beandog@gentoo.org> + +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 |