diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-29 13:26:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-29 13:26:11 +0000 |
commit | 7eb77dfbfbe7857012249ce02fc9b947f3ca66ef (patch) | |
tree | e6d971b4bef51df0065651565e83e3cf212fa0ef /sys-auth | |
parent | Remove ebuilds that are vulnerable to GLSA 200701-09, fix repoman warnings. (diff) | |
download | gentoo-2-7eb77dfbfbe7857012249ce02fc9b947f3ca66ef.tar.gz gentoo-2-7eb77dfbfbe7857012249ce02fc9b947f3ca66ef.tar.bz2 gentoo-2-7eb77dfbfbe7857012249ce02fc9b947f3ca66ef.zip |
Remove vulnerable ebuilds as per bug #271676. If you needed one of these, then I don't care, you could have helped maintaining this.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 44 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-182.ebuild | 45 |
3 files changed, 7 insertions, 91 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 1eb828115edb..8fb391390856 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam_ldap -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.39 2007/11/07 17:52:53 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.40 2009/05/29 13:26:11 flameeyes Exp $ + + 29 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -pam_ldap-180.ebuild, -pam_ldap-182.ebuild: + Remove vulnerable ebuilds as per bug #271676. If you needed one of these, + then I don't care, you could have helped maintaining this. 07 Nov 2007; Raúl Porcel <armin76@gentoo.org> pam_ldap-184.ebuild: Add ~ia64 wrt #198265 diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild deleted file mode 100644 index 9d92ce61a366..000000000000 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.14 2006/10/12 16:30:36 flameeyes Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils pam autotools - -DESCRIPTION="PAM LDAP Module" -HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" -SRC_URI="http://www.padl.com/download/${P}.tar.gz" - -LICENSE="|| ( GPL-2 LGPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86" -IUSE="ssl" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=net-nds/openldap-2.1.30-r5" - -src_unpack() { - unpack ${A} - #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch - - cd "${S}" - eautoreconf -} - -src_compile() { - econf --with-ldap-lib=openldap `use_enable ssl` || die - emake || die -} - -src_install() { - dopammod pam_ldap.so - - dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil - dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema - doman pam_ldap.5 - - docinto pam.d - dodoc pam.d/* -} diff --git a/sys-auth/pam_ldap/pam_ldap-182.ebuild b/sys-auth/pam_ldap/pam_ldap-182.ebuild deleted file mode 100644 index cfe293330e1b..000000000000 --- a/sys-auth/pam_ldap/pam_ldap-182.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-182.ebuild,v 1.3 2006/10/12 16:30:36 flameeyes Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils pam autotools - -DESCRIPTION="PAM LDAP Module" -HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" -SRC_URI="http://www.padl.com/download/${P}.tar.gz" - -LICENSE="|| ( GPL-2 LGPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="ssl sasl" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=net-nds/openldap-2.1.30-r5 - sasl? ( dev-libs/cyrus-sasl )" - -src_unpack() { - unpack ${A} - #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch - - cd "${S}" - eautoreconf -} - -src_compile() { - econf --with-ldap-lib=openldap `use_enable ssl` || die - emake || die -} - -src_install() { - dopammod pam_ldap.so - - dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil - dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema - doman pam_ldap.5 - - docinto pam.d - dodoc pam.d/* -} |