[ubuntu/jaunty] samba 2:3.2.5-4ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Wed Jan 28 03:25:28 GMT 2009


samba (2:3.2.5-4ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable, remaining changes:
    + debian/patches/VERSION.patch:
      - setup 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.postinst:
      - When populating the new samabshare group, it is not an error
        if the user simply does not exist; test for this case and let
        the install continue instead of aborting.
    + 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/mksambapasswd.awk:
      - Do not add user with UID less than 1000 to smbpasswd.
    + debian/control:
      - Depend on lsb-base >= 3.2-14, which has the status_of_proc()
        function.
      - Make libpam-smbpasswd depend on libpam-runtime to allow
        libpam-smbpasswd for auto-configuration.
      - Make libwbclient0 replace/conflict with hardy's likewise-open.
    + debian/samba.init:
      - Add a 'status' action.
    + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
      debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
      debian/rules:
      - Provide a config block for the new PAM framework to auto-configure
        itself
    + debian/rules:
      - enable "native" PIE hardening.
    + Add ufw integration:
      - Created debian/samba.uwf.profile
      - debian/rules, debian/samba.dirs, debian/samba.files: install
        profile
      - debian/control: have samba suggest ufw
    + debian/patches/last-char-truncation.patch:
      - Fix compatibility issue with NAS boxes still using Samba 2.2 and
        earlier.
    + debian/winbind.files:
      - include additional files
    + debian/winbind.init:
      - Add a PID variable and a 'status' action.
  * Dropped changes:
    - don't worry about handling upgrades from feisty or edgy, since
      users should have upgraded to the hardy version first so this
      transition is now finished.
  * Fixes LP: #264943 and LP: #286119.

samba (2:3.2.5-4) unstable; urgency=low

  * Fix segfault whan accessign some NAS devices running old versions of Samba
    Closes: #500129
  * Fix process crush when using gethostbyname_r in several threads
    Closes: #509101, #510450

Date: Wed, 28 Jan 2009 02:35:42 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/samba/2:3.2.5-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 28 Jan 2009 02:35:42 +0000
Source: samba
Binary: samba 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.2.5-4ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 libpam-smbpass - pluggable authentication module for SMB/CIFS password database
 libsmbclient - shared library that allows applications to talk to SMB/CIFS serve
 libsmbclient-dev - libsmbclient static libraries and headers
 libwbclient0 - client library for interfacing with winbind service
 samba      - a LanManager-like file and printer server for Unix
 samba-common - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation (PDF format)
 samba-tools - tools provided by the Samba suite
 smbclient  - a LanManager-like simple client for Unix
 smbfs      - mount and umount commands for the smbfs (for kernels >= than 2.2.
 swat       - Samba Web Administration Tool
 winbind    - service to resolve user and group information from Windows NT ser
Closes: 500129 509101 510450
Launchpad-Bugs-Fixed: 264943 286119
Changes: 
 samba (2:3.2.5-4ubuntu1) jaunty; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     + debian/patches/VERSION.patch:
       - setup 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.postinst:
       - When populating the new samabshare group, it is not an error
         if the user simply does not exist; test for this case and let
         the install continue instead of aborting.
     + 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/mksambapasswd.awk:
       - Do not add user with UID less than 1000 to smbpasswd.
     + debian/control:
       - Depend on lsb-base >= 3.2-14, which has the status_of_proc()
         function.
       - Make libpam-smbpasswd depend on libpam-runtime to allow
         libpam-smbpasswd for auto-configuration.
       - Make libwbclient0 replace/conflict with hardy's likewise-open.
     + debian/samba.init:
       - Add a 'status' action.
     + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
       debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
       debian/rules:
       - Provide a config block for the new PAM framework to auto-configure
         itself
     + debian/rules:
       - enable "native" PIE hardening.
     + Add ufw integration:
       - Created debian/samba.uwf.profile
       - debian/rules, debian/samba.dirs, debian/samba.files: install
         profile
       - debian/control: have samba suggest ufw
     + debian/patches/last-char-truncation.patch:
       - Fix compatibility issue with NAS boxes still using Samba 2.2 and
         earlier.
     + debian/winbind.files:
       - include additional files
     + debian/winbind.init:
       - Add a PID variable and a 'status' action.
   * Dropped changes:
     - don't worry about handling upgrades from feisty or edgy, since
       users should have upgraded to the hardy version first so this
       transition is now finished.
   * Fixes LP: #264943 and LP: #286119.
 .
 samba (2:3.2.5-4) unstable; urgency=low
 .
   * Fix segfault whan accessign some NAS devices running old versions of Samba
     Closes: #500129
   * Fix process crush when using gethostbyname_r in several threads
     Closes: #509101, #510450
Checksums-Sha1: 
 a723b09ef8b56d3984c83fe0e3047f073791bf60 1917 samba_3.2.5-4ubuntu1.dsc
 e29ff4e6273a50f18cc00ef5ed5dbe2506dc1aab 240085 samba_3.2.5-4ubuntu1.diff.gz
Checksums-Sha256: 
 4e87d7024b34afaf383043b81002d6150f93a0b6336d90f465ec9fd455be58a9 1917 samba_3.2.5-4ubuntu1.dsc
 d8c0c90b3e4e1065239b11fdb1e8656822de953a342f69d8c14abdd0f0493086 240085 samba_3.2.5-4ubuntu1.diff.gz
Files: 
 abeef31d6d70509afaee6588c8552657 1917 net optional samba_3.2.5-4ubuntu1.dsc
 a17f17ae7ad133482f93ce4800a82216 240085 net optional samba_3.2.5-4ubuntu1.diff.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iD8DBQFJf88jKN6ufymYLloRAocbAKCvfy/TbQugmFqNg3VVTuBXPHYeEgCg0NSl
VY5/4ugF/dtDY2HHe1fKeeo=
=i1oc
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list