diff options
author | Olivier Crête <tester@gentoo.org> | 2004-11-10 19:40:37 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-11-10 19:40:37 +0000 |
commit | 076cca9567df8e77c6c8a1e40719a8b159bf2466 (patch) | |
tree | d7e7b5f1b86876821ed68ce28d7f330121828bdc /net-fs | |
parent | Minor fix (Manifest recommit) (diff) | |
download | gentoo-2-076cca9567df8e77c6c8a1e40719a8b159bf2466.tar.gz gentoo-2-076cca9567df8e77c6c8a1e40719a8b159bf2466.tar.bz2 gentoo-2-076cca9567df8e77c6c8a1e40719a8b159bf2466.zip |
samba-3.0.8 stable on x86 per security bug 70429
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 5b8219b3ecc4..a86d3b2eee32 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.127 2004/11/10 10:59:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.128 2004/11/10 19:40:37 tester Exp $ + + 10 Nov 2004; Olivier Crete <tester@gentoo.org> samba-3.0.8.ebuild: + Stable on x86 see 70429 10 Nov 2004; Joshua Kinard <kumba@gentoo.org> samba-3.0.8.ebuild: Marked stable on mips. diff --git a/net-fs/samba/samba-3.0.8.ebuild b/net-fs/samba/samba-3.0.8.ebuild index d0a54173c987..571230c03c08 100644 --- a/net-fs/samba/samba-3.0.8.ebuild +++ b/net-fs/samba/samba-3.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.8.ebuild,v 1.9 2004/11/10 10:59:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.8.ebuild,v 1.10 2004/11/10 19:40:37 tester Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -47,7 +47,7 @@ RDEPEND="ldap? dev-perl/perl-ldap ${_COMMON_DEPS} #--------------------------------------------------------------------------- LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" #=========================================================================== pkg_setup() { ewarn "2004-11: new ebuild flags:" |