[ubuntu/natty] samba 2:3.5.8~dfsg-1ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Thu Mar 10 20:30:37 UTC 2011


samba (2:3.5.8~dfsg-1ubuntu1) 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-windows7-print-connection.patch: Merged upstream.
      - debian/patches/security-CVE-2011-0719.patch: Merged upstream.

Date: Thu, 10 Mar 2011 10:03:01 -0500
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu 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.8~dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 10 Mar 2011 10:03:01 -0500
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.8~dfsg-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu 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
Launchpad-Bugs-Fixed: 639768
Changes: 
 samba (2:3.5.8~dfsg-1ubuntu1) 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-windows7-print-connection.patch: Merged upstream.
       - debian/patches/security-CVE-2011-0719.patch: Merged upstream.
Checksums-Sha1: 
 49b0c8553a4c3da00879dff78fb88ca668978073 1902 samba_3.5.8~dfsg-1ubuntu1.dsc
 edfe8538c1c56e794841611abae65f081b7064e5 26493754 samba_3.5.8~dfsg.orig.tar.bz2
 4162cb5f319c33e3ac806d10f887eaec6785defe 615067 samba_3.5.8~dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 e6c2c439b8c784c43154bf6135876d50bb35cec6b0ebfb3f8590cfc31042add9 1902 samba_3.5.8~dfsg-1ubuntu1.dsc
 31fadc77c1a766e8380e3fb9736117e6d0cea61152fbbbd019e63117d6a84094 26493754 samba_3.5.8~dfsg.orig.tar.bz2
 e9f181d4af69318d7251d66484ddb9ded7908a63c4b1617ffcb94e2c4ceddf06 615067 samba_3.5.8~dfsg-1ubuntu1.debian.tar.gz
Files: 
 e762c03b8ba704e3e1c62dd22b24a3a7 1902 net optional samba_3.5.8~dfsg-1ubuntu1.dsc
 33c85faa8102f4063c49c89e3ab096e8 26493754 net optional samba_3.5.8~dfsg.orig.tar.bz2
 68fb06b8a40d02ec8d01dded0b9b8861 615067 net optional samba_3.5.8~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.11 (GNU/Linux)

iEYEARECAAYFAk15MiQACgkQIHZ33voUATuQrwCggBkc1AGW3f1mKeBmmIY7AkD4
HHgAn2tu01M5FDQDL7smGzxFGVUH6dxD
=SR1o
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list