diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-08-28 12:11:04 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-08-28 12:11:04 +0000 |
commit | 16eca744ac24e636be883c5464ec1d7948431b57 (patch) | |
tree | e9d7336a349098d8189a1ad367d315b34661def2 /sys-auth | |
parent | Version bump. (diff) | |
download | historical-16eca744ac24e636be883c5464ec1d7948431b57.tar.gz historical-16eca744ac24e636be883c5464ec1d7948431b57.tar.bz2 historical-16eca744ac24e636be883c5464ec1d7948431b57.zip |
stable on amd64 wrt bug 103659
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/Manifest | 4 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 33b0c6369f78..dd52f85b6703 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2005/08/27 17:54:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.16 2005/08/28 12:11:04 blubb Exp $ + + 28 Aug 2005; Simon Stelling <blubb@gentoo.org> pam_ldap-180.ebuild: + stable on amd64 wrt bug 103659 27 Aug 2005; Markus Rothe <corsair@gentoo.org> pam_ldap-180.ebuild: Stable on ppc64 diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest index 9434a3213954..813322a312a2 100644 --- a/sys-auth/pam_ldap/Manifest +++ b/sys-auth/pam_ldap/Manifest @@ -1,4 +1,4 @@ -MD5 defd6c4c162561209b03ad4aeb860a10 ChangeLog 4991 +MD5 53803114bd8cb0a34dcbea7aae9b317d ChangeLog 5093 MD5 1d05f0436f1c273d7862099f309afe4d metadata.xml 156 MD5 4b023670a3fda1682f07b431782f0982 pam_ldap-156.ebuild 795 MD5 8d79b755dad3224b3299639b1b29f92e pam_ldap-161.ebuild 787 @@ -9,7 +9,7 @@ MD5 e4d4592b21f5043e86c060c5e2d9b238 pam_ldap-176-r1.ebuild 1128 MD5 5bbc539df75bd714f7edc0a204fba3fe pam_ldap-176.ebuild 905 MD5 19484f8cae5c130b09e5c5dcbeed92c4 pam_ldap-178-r1.ebuild 1138 MD5 35d27202dc788579d73b378aff38c077 pam_ldap-178.ebuild 916 -MD5 367ad9dad93148cc0f3ac18ae2879399 pam_ldap-180.ebuild 1137 +MD5 d38131b7ac9f8d793cfac009a6db08cd pam_ldap-180.ebuild 1134 MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64 MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64 MD5 58a43c49c9c6fac27d940fccdbfd5cf3 files/digest-pam_ldap-164 64 diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index f556b2bbd1c4..7527e7cf2501 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.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-180.ebuild,v 1.5 2005/08/27 17:54:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.6 2005/08/28 12:11:04 blubb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |