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

Chuck Short zulcss at ubuntu.com
Fri Jan 29 16:05:25 GMT 2010


samba (2:3.4.5~dfsg-1ubuntu1) lucid; urgency=low

  * Merge from debian testing.  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 apoort 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)
    + Dropped patches:
      - debian/patches/security-CVE-2009-3297.patch: No longer needed
      - debian/patches/fix-too-many-open-files.patch: No longer needed

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

  * New upstream release. Bugs fixed by this release:
    - Memory leak in smbd. Closes: #538819, #558453
  * Declare a versioned dependency of winbind and samba on libwbclient0
    Closes: #550481
  * A few lintian fixes:
  * Drop /var/run/samba from samba-common. The directory is created
    by init scripts when needed.
  * No longer prepend a path to the mksmbpasswd call in samba.postinst.
    This prevents the local administrator to use a replacement version
    for some local reason.

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

  * New upstream version.
  * Drop all RFC files from upstream source, therefore using a "~dfsg"
    suffix to upstream version number.
  * Bugs fixed upstream:
    - fixed list of workgroup servers in libsmbclient.
      Closes: #555462, #561148
    - fixed documentation of the credentials file format in
      mount.cifs(8). Closes: #552250

Date: Fri, 29 Jan 2010 06:16:15 +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/lucid/+source/samba/2:3.4.5~dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 29 Jan 2010 06:16:15 +0000
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-1ubuntu1
Distribution: lucid
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
 smbfs      - Samba file system utilities
 swat       - Samba Web Administration Tool
 winbind    - Samba nameservice integration server
Closes: 538819 550481 552250 555462 558453 561148
Changes: 
 samba (2:3.4.5~dfsg-1ubuntu1) lucid; urgency=low
 .
   * Merge from debian testing.  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 apoort 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)
     + Dropped patches:
       - debian/patches/security-CVE-2009-3297.patch: No longer needed
       - debian/patches/fix-too-many-open-files.patch: No longer needed
 .
 samba (2:3.4.5~dfsg-1) unstable; urgency=low
 .
   * New upstream release. Bugs fixed by this release:
     - Memory leak in smbd. Closes: #538819, #558453
   * Declare a versioned dependency of winbind and samba on libwbclient0
     Closes: #550481
   * A few lintian fixes:
   * Drop /var/run/samba from samba-common. The directory is created
     by init scripts when needed.
   * No longer prepend a path to the mksmbpasswd call in samba.postinst.
     This prevents the local administrator to use a replacement version
     for some local reason.
 .
 samba (2:3.4.4~dfsg-1) unstable; urgency=low
 .
   * New upstream version.
   * Drop all RFC files from upstream source, therefore using a "~dfsg"
     suffix to upstream version number.
   * Bugs fixed upstream:
     - fixed list of workgroup servers in libsmbclient.
       Closes: #555462, #561148
     - fixed documentation of the credentials file format in
       mount.cifs(8). Closes: #552250
Checksums-Sha1: 
 fc28ca57021589f46835efbca1dd0ab5ccbbe064 2267 samba_3.4.5~dfsg-1ubuntu1.dsc
 2c38943ea46a7bd10327d6ebae258402d2048199 31594726 samba_3.4.5~dfsg.orig.tar.bz2
 b36f2e55bb9980227961ce6110f98685cf06c612 498806 samba_3.4.5~dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 c790e0d5bb17a2e5a00cad81a54fde8c8a997d460d6b1f6205d2a7a5e7c65fc9 2267 samba_3.4.5~dfsg-1ubuntu1.dsc
 26f9b2261b56a62e03638ed16ba5a04626ea2d09ca5a3c6c9598ac0593fe5838 31594726 samba_3.4.5~dfsg.orig.tar.bz2
 6b3d82703577f1d6a97d56597e4d5dacebefb6af52c3c7da28875a1cce8636ec 498806 samba_3.4.5~dfsg-1ubuntu1.debian.tar.gz
Files: 
 cf514b87e257bd71aded6f2d60959752 2267 net optional samba_3.4.5~dfsg-1ubuntu1.dsc
 0132eaad4db6384a28180e8ecd5806c8 31594726 net optional samba_3.4.5~dfsg.orig.tar.bz2
 840acc48878b7e3126abaebd3ed167d9 498806 net optional samba_3.4.5~dfsg-1ubuntu1.debian.tar.gz
Launchpad-Bugs-Fixed: 462169 493565
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iEYEARECAAYFAktjAD8ACgkQIHZ33voUATvaFACfdUJYuaFMpZjNxb4BaEYFipad
HzQAninqLpuSVyVoYcoU/xmps7UhC7K0
=Wvnr
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list