1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141 | samba (2:4.6.5+dfsg-2ubuntu1) artful; urgency=medium
* Merge with Debian unstable. Remaining changes:
- Add apport hook:
+ Created debian/source_samba.py.
+ debian/rules, debian/samba-common-bin.install: install hook.
- d/p/krb_zero_cursor.patch - apply proposed-upstream fix for
pam_winbind krb5_ccache_type=FILE failure
- d/p/fix-1584485.patch: Make libnss-winbind and libpam-winbind
to be statically linked
- debian/patches/winbind_trusted_domains.patch: make sure domain
members can talk to trusted domains DCs.
- debian/VERSION.patch: Update vendor string to "Ubuntu".
- debian/samba-common.config:
+ Do not change priority to high if dhclient3 is installed.
- debian/smb.conf;
+ Add "(Samba, Ubuntu)" to server string.
+ Comment out the default [homes] share, and add a comment about
"valid users = %s" to show users how to restrict access to
\\server\username to only username.
* Add extra DEP8 tests to samba (LP #1696823):
- d/t/control: enable the new DEP8 tests
- d/t/smbclient-anonymous-share-list: list available shares anonymously
- d/t/smbclient-authenticated-share-list: list available shares using
an authenticated connection
- d/t/smbclient-share-access: create a share and download a file from it
- d/t/cifs-share-access: access a file in a share using cifs
* Ask the user if we can run testparm against the config file. If yes,
include its stderr and exit status in the bug report. Otherwise, only
include the exit status. (LP #1694334)
* If systemctl is available, use it to query the status of the smbd
service before trying to reload it. Otherwise, keep the same check
as before and reload the service based on the existence of the
initscript. (LP #1579597)
* Remove d/p/fix-1584485.patch as it builds a broken pam_winbind
module. There is a fixed version of that patch attached to
#1677329 but it has not been vetted yet, so for now it's best
to revert (again) so that pam_winbind can be used.
(LP #1677329, LP #1644428)
* Refresh patches:
- debian/patches/krb_zero_cursor.patch
- debian/patches/usershare.patch
- debian/patches/xsltproc_dont_build_smb.conf.5.patch
* d/p/krb_zero_cursor.patch: add DEP3 header
* Remove d/p/winbind_trusted_domains.patch: a better fix was applied
upstream (https://github.com/samba-team/samba/commit/e084c423) and
this patch is incorrect, even though it still applies.
-- Andreas Hasenack <andreas@canonical.com> Fri, 23 Jun 2017 18:20:51 -0300
samba (2:4.6.5+dfsg-2) unstable; urgency=medium
* Upload to unstable
* Move runtime dependencies of vfs_ceph and vfs_snapper to Recommends
* Fix typo s/DESTIDR/DESTDIR/ in d/rules
* Enable vfs_glusterfs (Closes: #864862)
* Add libdbus-1-dev as Build-Depends to allow vfs_snapper to build (Closes:
#804781). Patch by Willy Vanlid.
-- Mathieu Parent <sathieu@debian.org> Mon, 19 Jun 2017 23:56:56 +0200
samba (2:4.6.5+dfsg-1) experimental; urgency=medium
* New upstream version (Closes: #859390)
- d/gbp.conf, d/watch: Change major version to 4.6
- Bump Build-dependencies of talloc, tdb, tevent and ldb to resp. 2.1.9,
1.3.12, O.9.31 and 1.1.29
- Remove CVE-2017-7494.patch: applied upstream
- Add Build-Depends: libcmocka-dev (>= 1.0)
- Update d/*.install
- d/samba-common.docs: Roadmap removed upstream
* Update README.source, about importing major versions
* d/control cleanup:
- Remove Conflicts and Replaces on pre-wheezy samba4 packages
- Remove Conflicts, Breaks and Replaces on pre-wheezy samba packages
- Remove Conflicts, Breaks and Replaces on pre-jessie samba packages
- Remove Conflicts, Breaks and Replaces on (pre-jessie) samba4 packages
- Remove Conflicts on pre-jessie libldb1 package
- Remove Breaks on pre-jessie qtsmbstatus-server package
- Remove Replaces on pre-wheezy smbget package
- wrap-and-sort
* Add libcephfs-dev as b-d to build vfs_ceph (Closes: #856998). Patch from
Ubuntu
* Enable avahi support (Closes: #859875). Patch from Laurent Bigonville.
* Translations:
- Portuguese translation for debconf messages (Closes: #864172). Patch from
Rui Branco
- Hungarian translation for debconf messages (Closes: #708277)
* Properly quote subshell invocation in samba-common.preinst (Closes: #771689)
* Add Build-Depends: xfslibs-dev, for XFS quotas
-- Mathieu Parent <sathieu@debian.org> Mon, 12 Jun 2017 08:09:43 +0200
samba (2:4.5.8+dfsg-2ubuntu2) artful; urgency=medium
* Add extra DEP8 tests to samba (LP: #1696823):
- d/t/control: enable the new DEP8 tests
- d/t/smbclient-anonymous-share-list: list available shares anonymously
- d/t/smbclient-authenticated-share-list: list available shares using
an authenticated connection
- d/t/smbclient-share-access: create a share and download a file from it
- d/t/cifs-share-access: access a file in a share using cifs
* Ask the user if we can run testparm against the config file. If yes,
include its stderr and exit status in the bug report. Otherwise, only
include the exit status. (LP: #1694334)
* If systemctl is available, use it to query the status of the smbd
service before trying to reload it. Otherwise, keep the same check
as before and reload the service based on the existence of the
initscript. (LP: #1579597)
* Remove d/p/fix-1584485.patch as it builds a broken pam_winbind
module. There is a fixed version of that patch attached to
#1677329 but it has not been vetted yet, so for now it's best
to revert (again) so that pam_winbind can be used.
(LP: #1677329, LP: #1644428)
-- Andreas Hasenack <andreas@canonical.com> Mon, 19 Jun 2017 10:49:29 -0700
samba (2:4.5.8+dfsg-2ubuntu1) artful; urgency=medium
* Merge from Debian unstable. Remaining changes:
- debian/VERSION.patch: Update vendor string to "Ubuntu".
- debian/smb.conf;
+ Add "(Samba, Ubuntu)" to server string.
+ Comment out the default [homes] share, and add a comment about
"valid users = %s" to show users how to restrict access to
\\server\username to only username.
- debian/samba-common.config:
+ Do not change priority to high if dhclient3 is installed.
- Add apport hook:
+ Created debian/source_samba.py.
+ debian/rules, debian/samba-common-bin.install: install hook.
- d/p/krb_zero_cursor.patch - apply proposed-upstream fix for
pam_winbind krb5_ccache_type=FILE failure
- debian/patches/winbind_trusted_domains.patch: make sure domain
members can talk to trusted domains DCs.
- d/p/fix-1584485.patch: Make libnss-winbind and libpam-winbind
to be statically linked
- d/rules: Compile winbindd/winbindd statically.
- d/control: add libcephfs-dev as b-d to build vfs_ceph
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 15 Jun 2017 14:17:43 -0400
|