summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2011-09-30 14:51:47 +0000
committerVictor Ostorga <vostorga@gentoo.org>2011-09-30 14:51:47 +0000
commit528a895173e10071fc39a709cc29932a18532a5f (patch)
tree3aa4bc119cd08e82d3aacb9bbf10a6cdec368d2d /net-fs
parentBump to 1.30.0, from gnome-next, make it spidermonkey-only (diff)
downloadgentoo-2-528a895173e10071fc39a709cc29932a18532a5f.tar.gz
gentoo-2-528a895173e10071fc39a709cc29932a18532a5f.tar.bz2
gentoo-2-528a895173e10071fc39a709cc29932a18532a5f.zip
Updating elog entry in 3.6.0, updating DEPEND on tevent in samba-4
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog5
-rw-r--r--net-fs/samba/samba-3.6.0.ebuild17
-rw-r--r--net-fs/samba/samba-4.0.0_alpha11.ebuild4
3 files changed, 15 insertions, 11 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 81e39899be27..34c20ac0fdbb 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/samba
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.489 2011/09/14 22:52:32 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.490 2011/09/30 14:51:47 vostorga Exp $
+
+ 30 Sep 2011; Víctor Ostorga <vostorga@gentoo.org> samba-3.6.0.ebuild:
+ Updating elog entry, fixind DEPEND on tevent in samba-4
14 Sep 2011; Lars Wendler <polynomial-c@gentoo.org> files/3.5/samba.initd,
files/3.6/samba.initd, files/samba4.initd:
diff --git a/net-fs/samba/samba-3.6.0.ebuild b/net-fs/samba/samba-3.6.0.ebuild
index a4d12cbbef5c..6af9abf9764e 100644
--- a/net-fs/samba/samba-3.6.0.ebuild
+++ b/net-fs/samba/samba-3.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild,v 1.1 2011/08/09 13:22:46 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild,v 1.2 2011/09/30 14:51:47 vostorga Exp $
EAPI=4
@@ -408,16 +408,17 @@ src_install() {
}
pkg_postinst() {
- elog "The default value of 'wide links' has been changed to 'no' in samba 3.5"
- elog "to avoid an insecure default configuration"
- elog "('wide links = yes' and 'unix extensions = yes'). For more details,"
- elog "please see http://www.samba.org/samba/news/symlink_attack.html ."
+ elog "Samba 3.6 has adopted a number of improved security defaults that"
+ elog "will impact on existing users of Samba."
+ elog " client ntlmv2 auth = yes"
+ elog " client use spnego principal = no"
+ elog " send spnego principal = no"
elog ""
- elog "An EXPERIMENTAL implementation of the SMB2 protocol has been added."
- elog "SMB2 can be enabled by setting 'max protocol = smb2'. SMB2 is a new "
+ elog "SMB2 protocol support in 3.6.0 is fully functional and can be "
+ elog "enabled by setting 'max protocol = smb2'. SMB2 is a new "
elog "implementation of the SMB protocol used by Windows Vista and higher"
elog ""
elog "For further information make sure to read the release notes at"
elog "http://samba.org/samba/history/${P}.html and "
- elog "http://samba.org/samba/history/${PN}-3.5.0.html"
+ elog "http://samba.org/samba/history/${PN}-3.6.0.html"
}
diff --git a/net-fs/samba/samba-4.0.0_alpha11.ebuild b/net-fs/samba/samba-4.0.0_alpha11.ebuild
index 8bf93cf68ecd..269c7117499a 100644
--- a/net-fs/samba/samba-4.0.0_alpha11.ebuild
+++ b/net-fs/samba/samba-4.0.0_alpha11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild,v 1.5 2010/07/15 12:34:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild,v 1.6 2011/09/30 14:51:47 vostorga Exp $
EAPI="2"
@@ -28,7 +28,7 @@ DEPEND="!net-fs/samba-libs
sqlite? ( >=dev-db/sqlite-3 )
>=sys-libs/talloc-2.0.1
>=sys-libs/tdb-1.2.0
- =sys-libs/tevent-0.9.8"
+ >=sys-libs/tevent-0.9.8"
#=sys-libs/ldb-0.9.10 No release yet
# See source4/min_versions.m4 for the minimal versions
RDEPEND="${DEPEND}"