diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-08-25 22:31:51 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-08-25 22:31:51 +0000 |
commit | bcce0401ae854c60619cbbec539eb2f3c06363e9 (patch) | |
tree | b9cc734ad8f5dcebfa24bd1e5cd433791e0f5622 /www-apache/mod_auth_openid | |
parent | old (diff) | |
download | gentoo-2-bcce0401ae854c60619cbbec539eb2f3c06363e9.tar.gz gentoo-2-bcce0401ae854c60619cbbec539eb2f3c06363e9.tar.bz2 gentoo-2-bcce0401ae854c60619cbbec539eb2f3c06363e9.zip |
Security cleanup wrt bug 417267
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-apache/mod_auth_openid')
-rw-r--r-- | www-apache/mod_auth_openid/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/www-apache/mod_auth_openid/ChangeLog b/www-apache/mod_auth_openid/ChangeLog index 42d6076527e8..8a1f25df8b53 100644 --- a/www-apache/mod_auth_openid/ChangeLog +++ b/www-apache/mod_auth_openid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_openid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.9 2014/05/26 05:27:45 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.10 2014/08/25 22:31:51 creffett Exp $ + + 25 Aug 2014; Christopher Reffett <2011creffett@gentoo.org> + -mod_auth_openid-0.6.ebuild: + Security cleanup wrt bug 417267 *mod_auth_openid-0.8 (26 May 2014) diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild deleted file mode 100644 index 2b06433347a4..000000000000 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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_openid/mod_auth_openid-0.6.ebuild,v 1.4 2012/12/09 16:49:44 ulm Exp $ - -EAPI="4" - -inherit apache-module - -DESCRIPTION="An OpenID authentication module for the apache webserver" -HOMEPAGE="http://trac.butterfat.net/public/mod_auth_openid" -SRC_URI="http://butterfat.net/releases/mod_auth_openid/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-db/sqlite-3 - dev-libs/libpcre - >=net-libs/libopkele-2.0 - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTH_OPENID" - -need_apache2_2 - -src_configure() { - econf --with-apxs="${APXS}" \ - --with-sqlite3=/usr \ - --with-apr-config=/usr/bin/apr-1-config -} - -src_compile() { - # default src_compile fails - emake -} |