diff options
author | 2008-01-29 11:32:17 +0000 | |
---|---|---|
committer | 2008-01-29 11:32:17 +0000 | |
commit | 99824b31f95b33ed1eb5160ad2b6355c5dfa7468 (patch) | |
tree | fa6ea23d9f12f29ad0fc6280b5dbb4a98302dc85 | |
parent | stable x86, security bug 205195 (diff) | |
download | gentoo-2-99824b31f95b33ed1eb5160ad2b6355c5dfa7468.tar.gz gentoo-2-99824b31f95b33ed1eb5160ad2b6355c5dfa7468.tar.bz2 gentoo-2-99824b31f95b33ed1eb5160ad2b6355c5dfa7468.zip |
stable x86, security bug 206502
(Portage version: 2.1.3.19)
-rw-r--r-- | net-fs/mount-cifs/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/mount-cifs/mount-cifs-3.0.28.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-fs/mount-cifs/ChangeLog b/net-fs/mount-cifs/ChangeLog index a9ca42bbd5e0..25611f6cf474 100644 --- a/net-fs/mount-cifs/ChangeLog +++ b/net-fs/mount-cifs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/mount-cifs # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.8 2008/01/21 09:21:33 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.9 2008/01/29 11:32:17 opfer Exp $ + + 29 Jan 2008; Christian Faulhammer <opfer@gentoo.org> + mount-cifs-3.0.28.ebuild: + stable x86, security bug 206502 *mount-cifs-3.0.28 (21 Jan 2008) diff --git a/net-fs/mount-cifs/mount-cifs-3.0.28.ebuild b/net-fs/mount-cifs/mount-cifs-3.0.28.ebuild index 0c0f0b861348..c747f66d20b0 100644 --- a/net-fs/mount-cifs/mount-cifs-3.0.28.ebuild +++ b/net-fs/mount-cifs/mount-cifs-3.0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.28.ebuild,v 1.1 2008/01/21 09:21:33 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.28.ebuild,v 1.2 2008/01/29 11:32:17 opfer Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentooexperimental.org/~jakub/distfiles/${P}.tar.bz2 mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" DEPEND="!<net-fs/samba-3.0.25" |