[ubuntu/lucid] samba 2:3.4.5~dfsg-2ubuntu1 (Accepted)

Marc Deslauriers marc.deslauriers at ubuntu.com
Wed Feb 17 13:20:24 GMT 2010


samba (2:3.4.5~dfsg-2ubuntu1) lucid; 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 additon to authenticated ones.
      - add map to guest = Bad user, maps bad username to gues access.
    + debian/samba-common.conf:
      - Do not change priority to high if dhclient3 is installed.
      - Use priority medium instead of high for the workgroup question.
    + debian/mksambapasswd.awk:
      - Do not add user with UID less than 1000 to smbpasswd.
    + debian/control:
      - Make libswbclient0 replace/conflict with hardy's likewise-open.
      - Don't build against ctdb, since its not in main yet.
    + 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
    + Add apport hook:
      - Created debian/source_samba.py.
      - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
    + debian/rules, debian/samba.if-up: allow "NetworkManager" as a recognized address
      family... it's obviously /not/ an address family, but it's what gets
      sent when using NM, so we'll cope for now.  (LP: #462169). Taken from karmic-proposed.
    + debian/control: Recommend keyutils for smbfs (LP: #493565)
    + debian/patches/security-CVE-2009-3297.patch: add back in as it was
      incorrectly removed in last merge
    + Removed patches:
      - debian/patches/debian-changes-2:3.4.3-2ubuntu1: merge mistake
      - debian/patches/debian-changes-2:3.4.5~dfsg-1ubuntu1: merge mistake
      - debian/patches/net-usershare-list-3.4.0.patch: not used
      - debian/patches/fix-crash-when-loading-interfaces.patch: not used
      - debian/patches/fix-upstream-6680.patch: not used
      - debian/patches/fix-password-expiry-calculation.patch: not used

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

  [ Steve langasek ]
  * Revert the "bashisms" fix from version 2:3.3.0~rc2-4; "local foo=bar"
    is explicitly allowed by Policy now, and this change introduced a
    syntax error.  Closes: #566946.

  [ Christian Perrier ]
  * No longer maker (u)mount.cifs setuid root. Add a notice
    about this in the package's NEWS.Debian file
    Closes: #567554
  * Use dh_lintian instead of manual install of lintian overrides
  * Updated Standards to 3.8.4 (checked, no change)

Date: Tue, 16 Feb 2010 19:23:34 -0500
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/samba/2:3.4.5~dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 16 Feb 2010 19:23:34 -0500
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat samba-doc samba-doc-pdf smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg libwbclient0
Architecture: source
Version: 2:3.4.5~dfsg-2ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers 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
 smbfs      - Samba file system utilities
 swat       - Samba Web Administration Tool
 winbind    - Samba nameservice integration server
Closes: 566946 567554
Launchpad-Bugs-Fixed: 462169 493565
Changes: 
 samba (2:3.4.5~dfsg-2ubuntu1) lucid; 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 additon to authenticated ones.
       - add map to guest = Bad user, maps bad username to gues access.
     + debian/samba-common.conf:
       - Do not change priority to high if dhclient3 is installed.
       - Use priority medium instead of high for the workgroup question.
     + debian/mksambapasswd.awk:
       - Do not add user with UID less than 1000 to smbpasswd.
     + debian/control:
       - Make libswbclient0 replace/conflict with hardy's likewise-open.
       - Don't build against ctdb, since its not in main yet.
     + 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
     + Add apport hook:
       - Created debian/source_samba.py.
       - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
     + debian/rules, debian/samba.if-up: allow "NetworkManager" as a recognized address
       family... it's obviously /not/ an address family, but it's what gets
       sent when using NM, so we'll cope for now.  (LP: #462169). Taken from karmic-proposed.
     + debian/control: Recommend keyutils for smbfs (LP: #493565)
     + debian/patches/security-CVE-2009-3297.patch: add back in as it was
       incorrectly removed in last merge
     + Removed patches:
       - debian/patches/debian-changes-2:3.4.3-2ubuntu1: merge mistake
       - debian/patches/debian-changes-2:3.4.5~dfsg-1ubuntu1: merge mistake
       - debian/patches/net-usershare-list-3.4.0.patch: not used
       - debian/patches/fix-crash-when-loading-interfaces.patch: not used
       - debian/patches/fix-upstream-6680.patch: not used
       - debian/patches/fix-password-expiry-calculation.patch: not used
 .
 samba (2:3.4.5~dfsg-2) unstable; urgency=low
 .
   [ Steve langasek ]
   * Revert the "bashisms" fix from version 2:3.3.0~rc2-4; "local foo=bar"
     is explicitly allowed by Policy now, and this change introduced a
     syntax error.  Closes: #566946.
 .
   [ Christian Perrier ]
   * No longer maker (u)mount.cifs setuid root. Add a notice
     about this in the package's NEWS.Debian file
     Closes: #567554
   * Use dh_lintian instead of manual install of lintian overrides
   * Updated Standards to 3.8.4 (checked, no change)
Checksums-Sha1: 
 6893297d7aeeebba38297a1a7bfd55ea81d81650 2268 samba_3.4.5~dfsg-2ubuntu1.dsc
 2c38943ea46a7bd10327d6ebae258402d2048199 31594726 samba_3.4.5~dfsg.orig.tar.bz2
 aa1b03340741373d865a664a48e637eb8e585690 490319 samba_3.4.5~dfsg-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 6ec37d1edce65edd077b379674b5ec4b4c94441b34b93bc713e8f41c98243553 2268 samba_3.4.5~dfsg-2ubuntu1.dsc
 26f9b2261b56a62e03638ed16ba5a04626ea2d09ca5a3c6c9598ac0593fe5838 31594726 samba_3.4.5~dfsg.orig.tar.bz2
 1b562d44caf87c496b6b1ae388f3857bd68151c2b93f5f1831f1e3916b1eca06 490319 samba_3.4.5~dfsg-2ubuntu1.debian.tar.gz
Files: 
 c3dade76ffee511e15196f2b7b45bba3 2268 net optional samba_3.4.5~dfsg-2ubuntu1.dsc
 0132eaad4db6384a28180e8ecd5806c8 31594726 net optional samba_3.4.5~dfsg.orig.tar.bz2
 4450b40ba060050efa77a4fe9a0589c5 490319 net optional samba_3.4.5~dfsg-2ubuntu1.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)

iEYEARECAAYFAkt76zUACgkQLMAs/0C4zNqfWACglgsenjobhXjIQVLavVpG5YCG
erQAnjgZVSPdUHE+Wzc25OmNGPf5GHqd
=GiSH
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list