summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2011-10-14 17:31:23 +0000
committerSteve Dibb <beandog@gentoo.org>2011-10-14 17:31:23 +0000
commit084ceda91ed3b5b2f269404aa7221c92faeee12e (patch)
tree061a4e996ad941251c7ab917dea811d03f4693a0 /www-apache
parentVersion bump (diff)
downloadhistorical-084ceda91ed3b5b2f269404aa7221c92faeee12e.tar.gz
historical-084ceda91ed3b5b2f269404aa7221c92faeee12e.tar.bz2
historical-084ceda91ed3b5b2f269404aa7221c92faeee12e.zip
Version bump, security bug 386165
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_authnz_external/ChangeLog10
-rw-r--r--www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild24
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