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

Chuck Short zulcss at ubuntu.com
Mon Jan 24 17:00:44 UTC 2011


samba (2:3.5.6~dfsg-4ubuntu1) 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.

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

  * Fix pam_winbind file descriptor leak with a patch
    proposed in https://bugzilla.samba.org/show_bug.cgi?id=7265.
    Upstream claim is that #7265 is fixed in 3.5.6 but our bug submitter
    confirmed it is not while the patch applied here fixes the file
    descriptor leak.
    Closes: #574468

  [ Debconf translations ]
  * Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #607402

Date: Sat, 15 Jan 2011 23:22:36 +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-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 15 Jan 2011 23:22:36 +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-4ubuntu1
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: 574468 607402
Launchpad-Bugs-Fixed: 639768
Changes: 
 samba (2:3.5.6~dfsg-4ubuntu1) 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.
 .
 samba (2:3.5.6~dfsg-4) unstable; urgency=low
 .
   * Fix pam_winbind file descriptor leak with a patch
     proposed in https://bugzilla.samba.org/show_bug.cgi?id=7265.
     Upstream claim is that #7265 is fixed in 3.5.6 but our bug submitter
     confirmed it is not while the patch applied here fixes the file
     descriptor leak.
     Closes: #574468
 .
   [ Debconf translations ]
   * Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #607402
Checksums-Sha1: 
 9020e0b8e5039837245c1d775e46c79a1cfe59b6 2259 samba_3.5.6~dfsg-4ubuntu1.dsc
 29d125fb04f575fc153164b3a092489e5682c9d7 517949 samba_3.5.6~dfsg-4ubuntu1.debian.tar.gz
Checksums-Sha256: 
 44166631f97826aefe6ea6ea9ee5181cdfa14f4021c54339eac11ac83168e213 2259 samba_3.5.6~dfsg-4ubuntu1.dsc
 1a617bdd85a840629723c9729547341d49f00d63f619c39246323cd57fe86f5f 517949 samba_3.5.6~dfsg-4ubuntu1.debian.tar.gz
Files: 
 abace280ea5ee4355a15ba577a23c273 2259 net optional samba_3.5.6~dfsg-4ubuntu1.dsc
 d750fa95652e3b87d93974fbaa38c759 517949 net optional samba_3.5.6~dfsg-4ubuntu1.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)

iEYEARECAAYFAk09ql4ACgkQIHZ33voUATvqZACfaYKT2C004qmnlclUl59is744
+18Ani81cuReKgguLF1e4Dh+N/bVwdeq
=Ardc
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list