diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-19 02:33:30 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-19 02:33:30 +0000 |
commit | 158abba0c523f42e88c785147c7b4060c78c2972 (patch) | |
tree | 8efa0d4adca39555cea057f624cb494ddcc44480 | |
parent | Stable on alpha wrt Bug #133579. (diff) | |
download | gentoo-2-158abba0c523f42e88c785147c7b4060c78c2972.tar.gz gentoo-2-158abba0c523f42e88c785147c7b4060c78c2972.tar.bz2 gentoo-2-158abba0c523f42e88c785147c7b4060c78c2972.zip |
Stable on alpha wrt security Bug #120842.
(Portage version: 2.0.54-r2)
-rw-r--r-- | sys-auth/pam_mysql/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog index b93dec060d6c..2bd809f71a15 100644 --- a/sys-auth/pam_mysql/ChangeLog +++ b/sys-auth/pam_mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.5 2006/05/18 00:32:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.6 2006/05/19 02:33:30 tcort Exp $ + + 18 May 2006; Thomas Cort <tcort@gentoo.org> pam_mysql-0.7_rc1.ebuild: + Stable on alpha wrt security Bug #120842. 18 May 2006; Mark Loeser <halcy0n@gentoo.org> pam_mysql-0.7_rc1.ebuild: Stable on x86; bug #120842 diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild index 86816086ba25..01a5bf75743d 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1.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_mysql/pam_mysql-0.7_rc1.ebuild,v 1.2 2006/05/18 00:32:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild,v 1.3 2006/05/19 02:33:30 tcort Exp $ inherit libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-mysql/${P/_rc/RC}.tar.gz" DEPEND=">=sys-libs/pam-0.72 >=dev-db/mysql-3.23.38" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" IUSE="" S="${WORKDIR}/${P/_rc/RC}" |