Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.0.0_alpha11.ebuild samba-3.6.0.ebuild ChangeLog
Date: Fri, 30 Sep 2011 14:51:57
Message-Id: 20110930145147.BBF8920036@flycatcher.gentoo.org
1 vostorga 11/09/30 14:51:47
2
3 Modified: samba-4.0.0_alpha11.ebuild samba-3.6.0.ebuild
4 ChangeLog
5 Log:
6 Updating elog entry in 3.6.0, updating DEPEND on tevent in samba-4
7
8 (Portage version: 2.1.10.11/cvs/Linux i686)
9
10 Revision Changes Path
11 1.6 net-fs/samba/samba-4.0.0_alpha11.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild?r1=1.5&r2=1.6
16
17 Index: samba-4.0.0_alpha11.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- samba-4.0.0_alpha11.ebuild 15 Jul 2010 12:34:43 -0000 1.5
24 +++ samba-4.0.0_alpha11.ebuild 30 Sep 2011 14:51:47 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI="2"
32
33 @@ -28,7 +28,7 @@
34 sqlite? ( >=dev-db/sqlite-3 )
35 >=sys-libs/talloc-2.0.1
36 >=sys-libs/tdb-1.2.0
37 - =sys-libs/tevent-0.9.8"
38 + >=sys-libs/tevent-0.9.8"
39 #=sys-libs/ldb-0.9.10 No release yet
40 # See source4/min_versions.m4 for the minimal versions
41 RDEPEND="${DEPEND}"
42
43
44
45 1.2 net-fs/samba/samba-3.6.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild?r1=1.1&r2=1.2
50
51 Index: samba-3.6.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- samba-3.6.0.ebuild 9 Aug 2011 13:22:46 -0000 1.1
58 +++ samba-3.6.0.ebuild 30 Sep 2011 14:51:47 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild,v 1.1 2011/08/09 13:22:46 dagger Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.0.ebuild,v 1.2 2011/09/30 14:51:47 vostorga Exp $
64
65 EAPI=4
66
67 @@ -408,16 +408,17 @@
68 }
69
70 pkg_postinst() {
71 - elog "The default value of 'wide links' has been changed to 'no' in samba 3.5"
72 - elog "to avoid an insecure default configuration"
73 - elog "('wide links = yes' and 'unix extensions = yes'). For more details,"
74 - elog "please see http://www.samba.org/samba/news/symlink_attack.html ."
75 + elog "Samba 3.6 has adopted a number of improved security defaults that"
76 + elog "will impact on existing users of Samba."
77 + elog " client ntlmv2 auth = yes"
78 + elog " client use spnego principal = no"
79 + elog " send spnego principal = no"
80 elog ""
81 - elog "An EXPERIMENTAL implementation of the SMB2 protocol has been added."
82 - elog "SMB2 can be enabled by setting 'max protocol = smb2'. SMB2 is a new "
83 + elog "SMB2 protocol support in 3.6.0 is fully functional and can be "
84 + elog "enabled by setting 'max protocol = smb2'. SMB2 is a new "
85 elog "implementation of the SMB protocol used by Windows Vista and higher"
86 elog ""
87 elog "For further information make sure to read the release notes at"
88 elog "http://samba.org/samba/history/${P}.html and "
89 - elog "http://samba.org/samba/history/${PN}-3.5.0.html"
90 + elog "http://samba.org/samba/history/${PN}-3.6.0.html"
91 }
92
93
94
95 1.490 net-fs/samba/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.490&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.490&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.489&r2=1.490
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
104 retrieving revision 1.489
105 retrieving revision 1.490
106 diff -u -r1.489 -r1.490
107 --- ChangeLog 14 Sep 2011 22:52:32 -0000 1.489
108 +++ ChangeLog 30 Sep 2011 14:51:47 -0000 1.490
109 @@ -1,6 +1,9 @@
110 # ChangeLog for net-fs/samba
111 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.489 2011/09/14 22:52:32 polynomial-c Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.490 2011/09/30 14:51:47 vostorga Exp $
114 +
115 + 30 Sep 2011; VĂ­ctor Ostorga <vostorga@g.o> samba-3.6.0.ebuild:
116 + Updating elog entry, fixind DEPEND on tevent in samba-4
117
118 14 Sep 2011; Lars Wendler <polynomial-c@g.o> files/3.5/samba.initd,
119 files/3.6/samba.initd, files/samba4.initd: