1
Description: Upstream changes introduced in version 2:3.4.6~dfsg-1ubuntu1
2
This patch has been created by dpkg-source during the package build.
3
Here's the last changelog entry, hopefully it gives details on why
4
those changes were made:
6
samba (2:3.4.6~dfsg-1ubuntu1) lucid; urgency=low
8
* Merge from debian unstable. Remaining changes:
9
+ debian/patches/VERSION.patch:
10
- set SAMBA_VERSION_SUFFIX to Ubuntu.
12
- Add "(Samba, Ubuntu)" to server string.
13
- Comment out the default [homes] share, and add a comment about "valid users = %s"
14
to show users how to restrict access to \\server\username to only username.
15
- Set 'usershare allow guests', so that usershare admins are allowed to create
16
public shares in additon to authenticated ones.
17
- add map to guest = Bad user, maps bad username to gues access.
18
+ debian/samba-common.conf:
19
- Do not change priority to high if dhclient3 is installed.
20
- Use priority medium instead of high for the workgroup question.
21
+ debian/mksambapasswd.awk:
22
- Do not add user with UID less than 1000 to smbpasswd.
24
- Make libswbclient0 replace/conflict with hardy's likewise-open.
25
- Don't build against ctdb, since its not in main yet.
27
- Enable "native" PIE hardening.
28
- Add BIND_NOW to maximize benefit of RELRO hardening.
29
+ Add ufw integration:
30
- Created debian/samba.ufw.profile.
31
- debian/rules, debian/samba.dirs, debian/samba.files: install
33
- Created debian/source_samba.py.
34
- debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
35
+ debian/control: Recommend keyutils for smbfs (LP: #493565)
37
- Switch smbd and nmbd over to upstart jobs, to ensure nmbd starts reliably
38
after the network is up. LP: #523868.
39
+ debian/patches/ubuntu-gecos-fix.patch: Fix gecos parsing backported
40
from Samba 3.5.x. (LP: #182572)
41
+ debian/patches/security-CVE-2009-3297.patch: validate mount point and perform mount in "."
42
to prevent race in source3/client/mount.cifs.c (CVE-2009-3297)
44
The person named in the Author field signed this changelog entry.
45
Author: Chuck Short <zulcss@ubuntu.com>
46
Bug-Ubuntu: https://bugs.launchpad.net/bugs/182572
47
Bug-Ubuntu: https://bugs.launchpad.net/bugs/493565
48
Bug-Ubuntu: https://bugs.launchpad.net/bugs/523868
51
The information above should follow the Patch Tagging Guidelines, please
52
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
53
are templates for supplementary fields that you might want to add:
55
Origin: <vendor|upstream|other>, <url of original patch>
56
Bug: <url in upstream bugtracker>
57
Bug-Debian: http://bugs.debian.org/<bugnumber>
58
Forwarded: <no|not-needed|url proving that it has been forwarded>
59
Reviewed-By: <name and email of someone who approved the patch>
60
Last-Update: <YYYY-MM-DD>
62
--- samba-3.4.6~dfsg.orig/source3/VERSION
63
+++ samba-3.4.6~dfsg/source3/VERSION
64
@@ -84,7 +84,7 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=
65
# SAMBA_VERSION_VENDOR_FUNCTION #
67
########################################################
68
-SAMBA_VERSION_VENDOR_SUFFIX="Ubuntu"
69
+SAMBA_VERSION_VENDOR_SUFFIX="Debian"
70
SAMBA_VERSION_VENDOR_PATCH=
72
########################################################