~ubuntu-branches/ubuntu/utopic/samba/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-21 09:06:34 UTC
  • mfrom: (0.39.23 sid)
  • Revision ID: package-import@ubuntu.com-20120221090634-svd7q7m33pfz0847
Tags: 2:3.6.3-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + 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.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module.
* Dropped:
  - debian/patches/fix-samba-printer-browsing.patch: No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
samba (2:3.6.3-1ubuntu1) precise; urgency=low
 
2
 
 
3
  * Merge from Debian testing.  Remaining changes:
 
4
    + debian/patches/VERSION.patch:
 
5
      - set SAMBA_VERSION_SUFFIX to Ubuntu.
 
6
    + debian/patches/error-trans.fix-276472:
 
7
      - Add the translation of Unix Error code -ENOTSUP to NT Error Code
 
8
      - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
 
9
    + debian/smb.conf:
 
10
      - add "(Samba, Ubuntu)" to server string.
 
11
      - comment out the default [homes] share, and add a comment about
 
12
        "valid users = %S" to show users how to restrict access to
 
13
        \\server\username to only username.
 
14
      - Set 'usershare allow guests', so that usershare admins are 
 
15
        allowed to create public shares in addition to authenticated
 
16
        ones.
 
17
      - add map to guest = Bad user, maps bad username to guest access.
 
18
    + debian/samba-common.config:
 
19
      - Do not change priority to high if dhclient3 is installed.
 
20
      - Use priority medium instead of high for the workgroup question.
 
21
    + debian/control:
 
22
      - Don't build against or suggest ctdb.
 
23
      - Add dependency on samba-common-bin to samba.
 
24
    + Add ufw integration:
 
25
      - Created debian/samba.ufw.profile
 
26
      - debian/rules, debian/samba.dirs, debian/samba.files: install
 
27
        profile
 
28
      - debian/control: have samba suggest ufw
 
29
    + Add apport hook:
 
30
      - Created debian/source_samba.py.
 
31
      - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
 
32
    + Switch to upstart:
 
33
      - Add debian/samba.{nmbd,smbd}.upstart.
 
34
    + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
 
35
      - Make them upstart compatible
 
36
    + debian/samba.postinst: 
 
37
      - Avoid scary pdbedit warnings on first import.
 
38
    + debian/samba-common.postinst: Add more informative error message for
 
39
      the case where smb.conf was manually deleted
 
40
    + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
 
41
      as a global variable name in an NSS module.
 
42
  * Dropped:
 
43
    - debian/patches/fix-samba-printer-browsing.patch: No longer needed.
 
44
 
 
45
 -- Chuck Short <zulcss@ubuntu.com>  Tue, 21 Feb 2012 09:06:34 -0500
 
46
 
 
47
samba (2:3.6.3-1) unstable; urgency=low
 
48
 
 
49
  [ Christian Perrier ]
 
50
  * New upstream release
 
51
  * Fixes CVE-2012-0817:
 
52
    The Samba File Serving daemon (smbd) in Samba versions
 
53
    3.6.0 to 3.6.2 is affected by a memory leak that can
 
54
    cause a server denial of service.
 
55
 
 
56
  [ Debconf translations ] 
 
57
  * Polish (Michał Kułach).  Closes: #657770
 
58
 
 
59
 -- Christian Perrier <bubulle@debian.org>  Tue, 31 Jan 2012 22:09:39 +0100
 
60
 
 
61
samba (2:3.6.2-1) unstable; urgency=low
 
62
 
 
63
  * New upstream release
 
64
  * Drop bug_601406_fix-perl-path-in-example.patch (applied upstream)
 
65
 
 
66
 -- Christian Perrier <bubulle@debian.org>  Fri, 27 Jan 2012 21:38:52 +0100
 
67
 
1
68
samba (2:3.6.1-3ubuntu3) precise; urgency=low
2
69
 
3
70
  * debian/patches/fix-samba-printer-browsing.patch: