[ubuntu/lucid] samba 2:3.4.3-2ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Sat Jan 2 22:00:19 GMT 2010


samba (2:3.4.3-2ubuntu1) 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/conflickt with hardy's likewise-open.
      - Don't build against ctdb.
      - Build-depend on libreadline-dev instead of libreadline5-dev.
    + 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

samba (2:3.4.3-2) unstable; urgency=low

  [ Christian Perrier ]
  * Switch to source format 3.0 (quilt)
  * Better adapt "add machine script" example to adduser
    Thanks to Heiko Schlittermann for the suggestion
    Closes: #555466

  [ Steve Langasek ]
  * The "I hate non-declarative alternatives" upload:
    - debian/samba{,-common}.prerm: don't call update-alternatives --remove
      on upgrade, /do/ call it on other invocations of the prerm script.  If
      these tools ever go away, the removal needs to be handled on upgrade by
      the maintainer scripts of the new package version.
    - debian/samba{,-common-bin}.postinst: call update-alternatives
      unconditionally, don't second-guess the maintainer script arguments.
    - debian/samba.postinst: call update-alternatives after the debconf
      handling, not before; debconf triggers a re-exec of the script so
      anything done before invoking debconf is wasted because it will be
      re-done, and if there's already a debconf frontend running when this
      is called, the not-redirected update-alternatives output will confuse
      it.  Closes: #558116.
    - debian/samba-common.prerm: move to samba-common-bin, this is the package
      that owns these binaries.

Date: Mon, 28 Dec 2009 05:02:32 +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.3-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 28 Dec 2009 05:02:32 +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.3-2ubuntu1
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: 555466 558116
Changes: 
 samba (2:3.4.3-2ubuntu1) 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/conflickt with hardy's likewise-open.
       - Don't build against ctdb.
       - Build-depend on libreadline-dev instead of libreadline5-dev.
     + 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
 .
 samba (2:3.4.3-2) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Switch to source format 3.0 (quilt)
   * Better adapt "add machine script" example to adduser
     Thanks to Heiko Schlittermann for the suggestion
     Closes: #555466
 .
   [ Steve Langasek ]
   * The "I hate non-declarative alternatives" upload:
     - debian/samba{,-common}.prerm: don't call update-alternatives --remove
       on upgrade, /do/ call it on other invocations of the prerm script.  If
       these tools ever go away, the removal needs to be handled on upgrade by
       the maintainer scripts of the new package version.
     - debian/samba{,-common-bin}.postinst: call update-alternatives
       unconditionally, don't second-guess the maintainer script arguments.
     - debian/samba.postinst: call update-alternatives after the debconf
       handling, not before; debconf triggers a re-exec of the script so
       anything done before invoking debconf is wasted because it will be
       re-done, and if there's already a debconf frontend running when this
       is called, the not-redirected update-alternatives output will confuse
       it.  Closes: #558116.
     - debian/samba-common.prerm: move to samba-common-bin, this is the package
       that owns these binaries.
Checksums-Sha1: 
 249a1e51980e85de8c351b51d1bbb11fb091328e 2227 samba_3.4.3-2ubuntu1.dsc
 dcd6b3d47527e86c8947662715186ed9239cd409 497208 samba_3.4.3-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 5fc34ed89a6148128a2f9c2d207c73558f10ddb454b9823152ea6c5b205f186e 2227 samba_3.4.3-2ubuntu1.dsc
 5c1e92ba7851ba61e315432bcbd2647b007754a47dff94bbca5633fa0ef27d7c 497208 samba_3.4.3-2ubuntu1.debian.tar.gz
Files: 
 b2049eb48fddd5131c9a20e331460582 2227 net optional samba_3.4.3-2ubuntu1.dsc
 fd3ad78acae8725497a1241ec4159937 497208 net optional samba_3.4.3-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iEYEARECAAYFAks/v7IACgkQIHZ33voUATuGHwCgpKn4hG1b3HkuwM3wpD5vgYTf
wSEAn3Hddg/16iRln5P1cP1S/+Xr4OEf
=DaU7
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list