summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-07-04 21:07:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-07-04 21:07:13 +0000
commit0e12d3575a4665222557f8f44db3155b99cda836 (patch)
tree43eeeed5f1abbdd1fb989a74a4079bb56aa5d1ef /sys-auth
parentCannot have shadow in depend, else we get bug #96209. (diff)
downloadhistorical-0e12d3575a4665222557f8f44db3155b99cda836.tar.gz
historical-0e12d3575a4665222557f8f44db3155b99cda836.tar.bz2
historical-0e12d3575a4665222557f8f44db3155b99cda836.zip
Change DEP on openldap to ensure fixed version is used.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_ldap/ChangeLog6
-rw-r--r--sys-auth/pam_ldap/Manifest6
-rw-r--r--sys-auth/pam_ldap/pam_ldap-176-r1.ebuild4
-rw-r--r--sys-auth/pam_ldap/pam_ldap-178-r1.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog
index c897464f477e..d3503bb51f7d 100644
--- a/sys-auth/pam_ldap/ChangeLog
+++ b/sys-auth/pam_ldap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_ldap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.2 2005/07/03 19:09:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.3 2005/07/04 21:07:13 robbat2 Exp $
+
+ 04 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-176-r1.ebuild,
+ pam_ldap-178-r1.ebuild:
+ Change DEP on openldap to ensure fixed version is used.
*pam_ldap-178-r1 (03 Jul 2005)
*pam_ldap-176-r1 (03 Jul 2005)
diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest
index bababeba8d7d..21104b3a85e8 100644
--- a/sys-auth/pam_ldap/Manifest
+++ b/sys-auth/pam_ldap/Manifest
@@ -3,10 +3,10 @@ MD5 c440eed4ae209f40c014491f59b67abc pam_ldap-171.ebuild 888
MD5 bb30ee3ecc04f56295c52355c62c9b9e pam_ldap-167.ebuild 870
MD5 35d27202dc788579d73b378aff38c077 pam_ldap-178.ebuild 916
MD5 b4163ed88541904ea1f9cca28305a9ce pam_ldap-164.ebuild 787
-MD5 5e15f1d00510bc1f8527dafc478d9322 pam_ldap-176-r1.ebuild 1127
+MD5 2df68069a8a6998e48efdb443bea1c0d pam_ldap-176-r1.ebuild 1130
MD5 8d79b755dad3224b3299639b1b29f92e pam_ldap-161.ebuild 787
-MD5 63300731f7bd62174c46d33b409d7278 pam_ldap-178-r1.ebuild 1127
-MD5 63b9613f13c9d5531bfa0dc4be17d488 ChangeLog 3531
+MD5 0c7ca6d12da254d0a979b9f49e1abc15 pam_ldap-178-r1.ebuild 1130
+MD5 af57b53dfb9f64049fb0d2d3cf25a9eb ChangeLog 3693
MD5 4b023670a3fda1682f07b431782f0982 pam_ldap-156.ebuild 795
MD5 1d05f0436f1c273d7862099f309afe4d metadata.xml 156
MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64
diff --git a/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild
index fc87bfd3c139..dfa2b1bd9059 100644
--- a/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild,v 1.2 2005/07/03 19:15:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-176-r1.ebuild,v 1.3 2005/07/04 21:07:13 robbat2 Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86"
IUSE="ssl"
DEPEND=">=sys-libs/glibc-2.1.3
>=sys-libs/pam-0.72
- >=net-nds/openldap-1.2.11"
+ >=net-nds/openldap-2.1.30-r5"
src_unpack() {
unpack ${A}
diff --git a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild
index 8bd0af81bde9..25ee603de284 100644
--- a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild,v 1.1 2005/07/03 19:09:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild,v 1.2 2005/07/04 21:07:13 robbat2 Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha"
IUSE="ssl"
DEPEND=">=sys-libs/glibc-2.1.3
>=sys-libs/pam-0.72
- >=net-nds/openldap-1.2.11"
+ >=net-nds/openldap-2.1.30-r5"
src_unpack() {
unpack ${A}