diff options
author | Jason Wever <weeve@gentoo.org> | 2005-07-04 22:39:18 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-07-04 22:39:18 +0000 |
commit | bd9739a2fba4adb897ad4c4826f1281c68f9eba5 (patch) | |
tree | 3cb55d54ea29f60e173e2d91b7f36328ccc01e03 /sys-auth | |
parent | Add ~alpha keyword. (diff) | |
download | gentoo-2-bd9739a2fba4adb897ad4c4826f1281c68f9eba5.tar.gz gentoo-2-bd9739a2fba4adb897ad4c4826f1281c68f9eba5.tar.bz2 gentoo-2-bd9739a2fba4adb897ad4c4826f1281c68f9eba5.zip |
Stable on SPARC wrt security bug #96767.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-178-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index d3503bb51f7d..099bb2749467 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.3 2005/07/04 21:07:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.4 2005/07/04 22:39:18 weeve Exp $ + + 04 Jul 2005; Jason Wever <weeve@gentoo.org> pam_ldap-178-r1.ebuild: + Stable on SPARC wrt security bug #96767. 04 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-176-r1.ebuild, pam_ldap-178-r1.ebuild: diff --git a/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild index 25ee603de284..15c9454c9a1c 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.2 2005/07/04 21:07:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-178-r1.ebuild,v 1.3 2005/07/04 22:39:18 weeve 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="~x86 ~sparc ~ppc ~hppa ~alpha" +KEYWORDS="~alpha ~hppa ~ppc sparc ~x86" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 |