[ubuntu/natty] samba 2:3.5.6~dfsg-3ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Mon Dec 13 15:05:37 GMT 2010


samba (2:3.5.6~dfsg-3ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    + debian/patches/VERSION.patch:
      - set SAMBA_VERSION_SUFFIX 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.
      - 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/mksmbpasswd.awk:
      - Do not add user with UID less than 1000 to smbpasswd
    + debian/control:
      - Make libwbclient0 replace/conflict with hardy's likewise-open.
      - Don't build against or suggest ctdb.
      - Add dependency on samba-common-bin to samba.
      - Add cuups breaks to push the package to aslo upgrade cups (LP: #639768)
    + debian/rules:
      - enable "native" PIE hardening.
      - Add BIND_NOW to maximize benefit of RELRO hardening.
    + 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.
      - Don't ship the /etc/network/if-up.d file.
    + debian/samba.postinst:
      - Fixed bashism.
      - 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/samba.logrotate: Make it upstart compatible
    + debian/samba-common.dhcp: Fix typo to get a proper parsing in
      /etc/samba/dhcp.
    + Dropped:
      - debian/patches/fix-lpbug-393012.patch: Dropped in favor of debian's patch.

samba (2:3.5.6~dfsg-3) unstable; urgency=low

  [ Julien Cristau ]
  * Bump libwbclient0 shlibs to match the newest version in the symbols file.
  * Mark libwbclient0 as breaking other samba packages with versions older
    than 2:3.4.1, as they were linked against libtalloc1 instead of
    libtalloc2, and the combination causes crashes (closes: #593823).

samba (2:3.5.6~dfsg-2) unstable; urgency=low

  [ Steve Langasek ]
  * Fix debian/rules update-archs target to not add extra spaces on every
    invocation...

  [ Debconf translations ]
  * Catalan (Jordi Mallach).  Closes: #601101
  * Japanese (Kenshi Muto).  Closes: #601364
  * Bulgarian (Damyan Ivanov).  Closes: #601366
  * Hebrew (Omer Zak).  Closes: #601633
  * Kurdish (Erdal Ronahî).  Closes: #601719
  * Dutch (Remco Rijnders).  Closes: #602220
  * Greek (Konstantinos Margaritis).

  [ Christian Perrier ]
  * Include upstream's patch for "gvfsd-smb (Gnome vfs) fails to copy
    files from a SMB share using SMB signing.". Backported from
    to be released 3.5.7 version
    Closes: #605729

Date: Wed, 08 Dec 2010 00:16:04 +0000
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/natty/+source/samba/2:3.5.6~dfsg-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 08 Dec 2010 00:16:04 +0000
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg libwbclient0
Architecture: source
Version: 2:3.5.6~dfsg-3ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 libpam-smbpass - pluggable authentication module for Samba
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient0 - Samba winbind client library
 samba      - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-common-bin - common files used by both the Samba server and client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation in PDF format
 samba-tools - Samba testing utilities
 smbclient  - command-line SMB/CIFS clients for Unix
 swat       - Samba Web Administration Tool
 winbind    - Samba nameservice integration server
Closes: 593823 601101 601364 601366 601633 601719 602220 605729
Launchpad-Bugs-Fixed: 639768
Changes: 
 samba (2:3.5.6~dfsg-3ubuntu1) natty; urgency=low
 .
   * Merge from debian unstable.  Remaining changes:
     + debian/patches/VERSION.patch:
       - set SAMBA_VERSION_SUFFIX 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.
       - 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/mksmbpasswd.awk:
       - Do not add user with UID less than 1000 to smbpasswd
     + debian/control:
       - Make libwbclient0 replace/conflict with hardy's likewise-open.
       - Don't build against or suggest ctdb.
       - Add dependency on samba-common-bin to samba.
       - Add cuups breaks to push the package to aslo upgrade cups (LP: #639768)
     + debian/rules:
       - enable "native" PIE hardening.
       - Add BIND_NOW to maximize benefit of RELRO hardening.
     + 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.
       - Don't ship the /etc/network/if-up.d file.
     + debian/samba.postinst:
       - Fixed bashism.
       - 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/samba.logrotate: Make it upstart compatible
     + debian/samba-common.dhcp: Fix typo to get a proper parsing in
       /etc/samba/dhcp.
     + Dropped:
       - debian/patches/fix-lpbug-393012.patch: Dropped in favor of debian's patch.
 .
 samba (2:3.5.6~dfsg-3) unstable; urgency=low
 .
   [ Julien Cristau ]
   * Bump libwbclient0 shlibs to match the newest version in the symbols file.
   * Mark libwbclient0 as breaking other samba packages with versions older
     than 2:3.4.1, as they were linked against libtalloc1 instead of
     libtalloc2, and the combination causes crashes (closes: #593823).
 .
 samba (2:3.5.6~dfsg-2) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Fix debian/rules update-archs target to not add extra spaces on every
     invocation...
 .
   [ Debconf translations ]
   * Catalan (Jordi Mallach).  Closes: #601101
   * Japanese (Kenshi Muto).  Closes: #601364
   * Bulgarian (Damyan Ivanov).  Closes: #601366
   * Hebrew (Omer Zak).  Closes: #601633
   * Kurdish (Erdal Ronahî).  Closes: #601719
   * Dutch (Remco Rijnders).  Closes: #602220
   * Greek (Konstantinos Margaritis).
 .
   [ Christian Perrier ]
   * Include upstream's patch for "gvfsd-smb (Gnome vfs) fails to copy
     files from a SMB share using SMB signing.". Backported from
     to be released 3.5.7 version
     Closes: #605729
Checksums-Sha1: 
 1ffa968d0d6c19439aa9e665b6a63ef0152d7f77 2259 samba_3.5.6~dfsg-3ubuntu1.dsc
 0d347e42a54479492deea918d4da27830174989e 517450 samba_3.5.6~dfsg-3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 4452979d62604e75eccd8117426855ad0659ba22d469d3d8fa114566282a575a 2259 samba_3.5.6~dfsg-3ubuntu1.dsc
 837155c88c6a3689bb5c49efe9f9f2a66068925139233ebb01c83d53320f3da8 517450 samba_3.5.6~dfsg-3ubuntu1.debian.tar.gz
Files: 
 60191a00076b2f49c4461a3ee5688011 2259 net optional samba_3.5.6~dfsg-3ubuntu1.dsc
 e763370510efca2f6a9f4a5ab9634db6 517450 net optional samba_3.5.6~dfsg-3ubuntu1.debian.tar.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk0GMPgACgkQIHZ33voUATvwEQCgy0uyvzWeiqPVdRg7C7NUU17I
ZuoAnjhYwqPsPZLadzcqWBJxVm8wC2M5
=Id3b
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list