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

Chuck Short zulcss at ubuntu.com
Fri Oct 15 15:25:37 BST 2010


samba (2:3.5.6~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/security-CVE-2010-3069.patch: No longer needed.

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

  * New upstream release. Fixes the following Debian bug:
    - rpcclient readline segfault. Closes: #597203

samba (2:3.5.5~dfsg-1) unstable; urgency=high

  [ Christian Perrier ]
  * New upstream release. Security release fixing:
    - CVE-2019-3069: Buffer overrun vulnerability in sid_parse.
      Closes: #596891.
  * Fix comment in swat's postinst. It is not turned off by default
    Closes: #596040
  * Drop transition code from (pre-etch) 3.0.20b-3 version in swat postinst

  [ Steve Langasek ]
  * debian/control: winbind needs libpam-runtime (>= 1.0.1-6) for
    pam-auth-update.  Closes: #594325.

  [ Debconf translations ]
  * Arabic (Ossama Khayat).  Closes: #596164

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

  * Release to unstable

  [ Debconf translations ]
  * Danish (Joe Dalton).  Closes: #592789.
  * Galician (Jorge Barreiro).  Closes: #592809

  [ Steve Langasek ]
  * debian/patches/fhs-filespaths.patch, debian/samba.postinst,
    debian/winbind.postinst: move some files from /etc/samba to
    /var/lib/samba where they belong: MACHINE.SID, schannel_store.tdb,
    and idmap2.tdb.

Date: Tue, 12 Oct 2010 12:14:52 +0100
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-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 12 Oct 2010 12:14:52 +0100
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-1ubuntu1
Distribution: natty
Urgency: high
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: 592789 592809 594325 596040 596164 596891 597203
Launchpad-Bugs-Fixed: 639768
Changes: 
 samba (2:3.5.6~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/security-CVE-2010-3069.patch: No longer needed.
 .
 samba (2:3.5.6~dfsg-1) unstable; urgency=low
 .
   * New upstream release. Fixes the following Debian bug:
     - rpcclient readline segfault. Closes: #597203
 .
 samba (2:3.5.5~dfsg-1) unstable; urgency=high
 .
   [ Christian Perrier ]
   * New upstream release. Security release fixing:
     - CVE-2019-3069: Buffer overrun vulnerability in sid_parse.
       Closes: #596891.
   * Fix comment in swat's postinst. It is not turned off by default
     Closes: #596040
   * Drop transition code from (pre-etch) 3.0.20b-3 version in swat postinst
 .
   [ Steve Langasek ]
   * debian/control: winbind needs libpam-runtime (>= 1.0.1-6) for
     pam-auth-update.  Closes: #594325.
 .
   [ Debconf translations ]
   * Arabic (Ossama Khayat).  Closes: #596164
 .
 samba (2:3.5.4~dfsg-2) unstable; urgency=low
 .
   * Release to unstable
 .
   [ Debconf translations ]
   * Danish (Joe Dalton).  Closes: #592789.
   * Galician (Jorge Barreiro).  Closes: #592809
 .
   [ Steve Langasek ]
   * debian/patches/fhs-filespaths.patch, debian/samba.postinst,
     debian/winbind.postinst: move some files from /etc/samba to
     /var/lib/samba where they belong: MACHINE.SID, schannel_store.tdb,
     and idmap2.tdb.
Checksums-Sha1: 
 62265e6b883931f73a0ee66662d28427c9979d3c 2259 samba_3.5.6~dfsg-1ubuntu1.dsc
 be93e8309c3a37bffd4130fb25e9cc1fd19669d8 26593319 samba_3.5.6~dfsg.orig.tar.bz2
 7dbf8cf21725eff41eb430dded77eaaa86f2e646 514546 samba_3.5.6~dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 cae1f9c5440cdefaf6424364bc112498c880b7cd0d3e339baea70f9d91637fc3 2259 samba_3.5.6~dfsg-1ubuntu1.dsc
 fefa62897871877ceacdaece26b3dd3f0c19c8baae70970639b735f46e982e62 26593319 samba_3.5.6~dfsg.orig.tar.bz2
 7314e7ccebf219bfac29c0dbe78e4194b3917308692161724c0b2e5c243dad19 514546 samba_3.5.6~dfsg-1ubuntu1.debian.tar.gz
Files: 
 530bb8f53f75897cbf31d36ba35572b8 2259 net optional samba_3.5.6~dfsg-1ubuntu1.dsc
 d58979841b8a252aea2223f37ec22de2 26593319 net optional samba_3.5.6~dfsg.orig.tar.bz2
 d134d08d38742796d7454541cae685f1 514546 net optional samba_3.5.6~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)

iEYEARECAAYFAky4XQkACgkQIHZ33voUATuLgwCfdGbP3eO0PyVwg4zer8So+mvP
ON8AoIcsiDbMscWydx6J/zuVSS/fEIzT
=w7fA
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list