[ubuntu/maverick] samba 2:3.5.4~dfsg-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Tue Jul 13 23:00:34 BST 2010


samba (2:3.5.4~dfsg-1ubuntu1) maverick; urgency=low

  * Merge from Debian experimental, 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.
    + 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.
    + Drop the per-release smb.conf templates, only needed for upgrade paths
      that are no longer supported.
  * Drop undocumented, unused debian/docs.
  * Drop contentless debian/README.Debian.
  * Readd tdbtorture, which was dropped without explanation
  * Fix up BIND_NOW handling to not clobber other LDFLAGS from
    dpkg-buildflags, and to pass the value to configure as intended.

samba (2:3.5.4~dfsg-1) experimental; urgency=low

  * New upstream release

Date: Tue, 13 Jul 2010 20:05:30 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/samba/2:3.5.4~dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 20:05:30 +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.4~dfsg-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek 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
Changes: 
 samba (2:3.5.4~dfsg-1ubuntu1) maverick; urgency=low
 .
   * Merge from Debian experimental, 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.
     + 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.
     + Drop the per-release smb.conf templates, only needed for upgrade paths
       that are no longer supported.
   * Drop undocumented, unused debian/docs.
   * Drop contentless debian/README.Debian.
   * Readd tdbtorture, which was dropped without explanation
   * Fix up BIND_NOW handling to not clobber other LDFLAGS from
     dpkg-buildflags, and to pass the value to configure as intended.
 .
 samba (2:3.5.4~dfsg-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e72f9765aee05af0ce0968b699e4b85b5f70d0de 2891 samba_3.5.4~dfsg-1ubuntu1.dsc
 ae66190d9ebfede159994efa057fc0cd3efa22dc 26591717 samba_3.5.4~dfsg.orig.tar.bz2
 a9354a038b112d8b03ca6820e480c73a91535910 489822 samba_3.5.4~dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 5f3812bd9fe1b5ccdf25a3d1de1d7fbe288f144503789423e2f2555b58dce4be 2891 samba_3.5.4~dfsg-1ubuntu1.dsc
 8436520d1bd041f1b2b6932d24b635835525a67e3e5e9c409484f5c25806b71e 26591717 samba_3.5.4~dfsg.orig.tar.bz2
 46184a41e0d23528dfbc9707afa796c5b55eb3cd1560b69808e6f6a215608a52 489822 samba_3.5.4~dfsg-1ubuntu1.debian.tar.gz
Files: 
 f19b99a4084c381a3279e158939ff324 2891 net optional samba_3.5.4~dfsg-1ubuntu1.dsc
 3c1450c5bf8dfda407e9cf9b9e3f8f17 26591717 net optional samba_3.5.4~dfsg.orig.tar.bz2
 3cd45ca9977f2e6b9464e0464aec8e0d 489822 net optional samba_3.5.4~dfsg-1ubuntu1.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)

iQIVAwUBTDzdpFaNMPMhshM9AQiBHhAAn8Sx+DlxgrfTITnPZ1Bqdic1UVDB84bm
rVZXBQ9qJIeQQQ7ZxYaxr9OL0tqLLJkEoGJ5vEnbdSu+WThOnZgL2N/UhCFVyygF
Eu1y6ycTOa89iFYwL3jqS7nB09lfLq84LFGY48Ani5NQe++pUIvuuCR3rbKsxcQ4
27G24juUNaFIQ9X+csdGgtJ35XWyBX3I9r98NkO4LOfMJmbTFJxMeUNAkUNKp5u5
m/eYv2C5YevmZN0YQAqfS2kGPIO2DI8WIw0dKHUEqfMgaOQt9AWbg7OFszoouddE
7/77I2VHzBsKEv8kCXE/MWxAxxpdRTB5glCIMBkNP3j5QCzIUl00k8XlQIKQ1+u7
Cpiw7yup2+eftEwNMlWZmrGbC28TbyXYNWZ54zbU9+m47P4TV710/KjxbVFROXHz
8Wf52UjrfRWz8ZuMmUJkQdZU0m2hAOYOpO0+LPISavrYZf4kxnvEygIZ+H5sXJN5
F0DXgd0txl9fI3JBAtS7lB5Q8Rb+f0c8fBimLPuCn3qXuHMWweLwFAvS8fGf7bSd
ze6sQxq4REUShEYp8fFrDWjdaGMuaIs6Bt1xMBW6UlaShC0gvLxvGEIUvLIoZCtV
t9IlDtOGMN8kIzsa5ehYGhN+bW3mDwD5fItKsWapZXxb1a/15jOTnM3VnbAmwRKk
BkwW4FJOrxo=
=tmSz
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list