About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
robbat2 07/09/18 23:25:20 Modified: ChangeLog Added: pam_ldap-184.ebuild Log: Bug #173384, version bump. (Portage version: 2.1.3.7) Revision Changes Path 1.38 sys-auth/pam_ldap/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 17 Dec 2006 21:57:50 -0000 1.37 +++ ChangeLog 18 Sep 2007 23:25:19 -0000 1.38 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam_ldap -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.37 2006/12/17 21:57:50 killerfox Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.38 2007/09/18 23:25:19 robbat2 Exp $ + +*pam_ldap-184 (18 Sep 2007) + + 18 Sep 2007; Robin H. Johnson <robbat2@g.o> +pam_ldap-184.ebuild: + Bug #173384, version bump. 17 Dec 2006; René Nussbaumer <killerfox@g.o> pam_ldap-183.ebuild: Stable on hppa. See bug #153916. 1.1 sys-auth/pam_ldap/pam_ldap-184.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild?rev=1.1&content-type=text/plain Index: pam_ldap-184.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild,v 1.1 2007/09/18 23:25:19 robbat2 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/* } -- gentoo-commits@g.o mailing list
Updated Jul 17, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.