* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ldap: ChangeLog pam_ldap-184.ebuild
@ 2007-09-18 23:25 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2007-09-18 23:25 UTC (permalink / raw
To: gentoo-commits
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@gentoo.org> +pam_ldap-184.ebuild:
+ Bug #173384, version bump.
17 Dec 2006; René Nussbaumer <killerfox@gentoo.org> 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@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ldap: ChangeLog pam_ldap-184.ebuild
@ 2007-11-07 17:52 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-07 17:52 UTC (permalink / raw
To: gentoo-commits
armin76 07/11/07 17:52:54
Modified: ChangeLog pam_ldap-184.ebuild
Log:
Add ~ia64 wrt #198265
(Portage version: 2.1.3.16)
Revision Changes Path
1.39 sys-auth/pam_ldap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 18 Sep 2007 23:25:19 -0000 1.38
+++ ChangeLog 7 Nov 2007 17:52:53 -0000 1.39
@@ -1,6 +1,9 @@
# 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.38 2007/09/18 23:25:19 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.39 2007/11/07 17:52:53 armin76 Exp $
+
+ 07 Nov 2007; Raúl Porcel <armin76@gentoo.org> pam_ldap-184.ebuild:
+ Add ~ia64 wrt #198265
*pam_ldap-184 (18 Sep 2007)
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild?r1=1.1&r2=1.2
Index: pam_ldap-184.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_ldap-184.ebuild 18 Sep 2007 23:25:19 -0000 1.1
+++ pam_ldap-184.ebuild 7 Nov 2007 17:52:53 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild,v 1.2 2007/11/07 17:52:53 armin76 Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -13,7 +13,7 @@
LICENSE="|| ( GPL-2 LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="ssl sasl"
DEPEND=">=sys-libs/glibc-2.1.3
>=sys-libs/pam-0.72
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-07 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 23:25 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ldap: ChangeLog pam_ldap-184.ebuild Robin H. Johnson (robbat2)
-- strict thread matches above, loose matches on Subject: below --
2007-11-07 17:52 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox