diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-04-29 23:01:17 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-04-29 23:01:17 +0000 |
commit | 94dd14040d3f092bb2d4139336bfa19d4972bd30 (patch) | |
tree | d434d2895d6982b7e880db33168a5c3e7becbf77 /sys-auth/pam_ldap | |
parent | Stable on hppa, mips, ppc, sparc, x86. Removed old versions. (diff) | |
download | gentoo-2-94dd14040d3f092bb2d4139336bfa19d4972bd30.tar.gz gentoo-2-94dd14040d3f092bb2d4139336bfa19d4972bd30.tar.bz2 gentoo-2-94dd14040d3f092bb2d4139336bfa19d4972bd30.zip |
Stable on mips.
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/files/digest-pam_ldap-180 | 6 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 734e42d70aac..508509965585 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.24 2006/03/18 08:40:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.25 2006/04/29 23:01:17 hansmi Exp $ + + 29 Apr 2006; Michael Hanselmann <hansmi@gentoo.org> pam_ldap-180.ebuild: + Stable on mips. 18 Mar 2006; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-180.ebuild: Bug #105748, include manpage. diff --git a/sys-auth/pam_ldap/files/digest-pam_ldap-180 b/sys-auth/pam_ldap/files/digest-pam_ldap-180 index 4d1004afbff0..da6901a2423c 100644 --- a/sys-auth/pam_ldap/files/digest-pam_ldap-180 +++ b/sys-auth/pam_ldap/files/digest-pam_ldap-180 @@ -1,3 +1,3 @@ -MD5 b940ac25a3efdcd87894a37507e49300 pam_ldap-180.tar.gz 127341 -RMD160 c1cadfc12b5cc9e0256a26aa6d571fabdcb2b4b5 pam_ldap-180.tar.gz 127341 -SHA256 5b2a3ce5b8ea21dfa6cc8794a4083b6f5281f3972d4287ac25a32b45db97fd16 pam_ldap-180.tar.gz 127341 +MD5 627f053fdffb8267ba73261394e0ecde pam_ldap-180.tar.gz 127337 +RMD160 e5a59d7a49cd958ce9e4e34ef2652614d8512a3f pam_ldap-180.tar.gz 127337 +SHA256 0b97b2b11ae19503d112a620829fceaf8c6a10907f8d8e4a45c0c7146a4ea64b pam_ldap-180.tar.gz 127337 diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index 8d2146fac627..e1ff4d026bce 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-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.12 2006/03/18 08:40:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.13 2006/04/29 23:01:17 hansmi Exp $ inherit eutils pam @@ -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 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |