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

Chuck Short zulcss at ubuntu.com
Tue Jan 6 18:45:18 GMT 2009


samba (2:3.2.5-3ubuntu1) 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.
      - add comment on the default [homes] share, and add a comment about
        "valid user = %s" to show users how to restrict access to
        \\share\username to only username.
      - add map to guest = Bad user, maps bad username to guest access.
        (LP:#32067)
     + debian/samba-common.postinst:
       - Fix upgrade from a first installation done with fiesty, edgy, or
	 dapper. (LP: #201059)
       - 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 isntall continue instead of aborting. (LP: #206036)
     + debian/samba-common.conf:
       - Do not change priority to HIH if dhclient3 is installed.
       - Use priority medium instead of HIGH for the workgroun 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.
      + debian/samba.init:
        - Add a pid variable and a 'status' action.
      + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
        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 (thanks Nicolas Valcárcel) (LP: #261544):
        - Created debian/samba.uwf.profile
        - debian/rules: install profile
        - debian/control: have samaba suggest ufw
      + debian/patches/last-char-truncation.patch:
        - Fix compatibility issue with NAS boxes still using Samba 2.2 and
          before. (fixes LP: #282298)

samba (2:3.2.5-3) unstable; urgency=high

  * Security update
  * Fix Potential access to "/" in setups with registry shares enabled
    This fixes CVE-2009-0022, backported from 3.2.7
  * Fix links in HTML documentation index file.
    Closes: #508388
  * Drop spurious docs-xml/smbdotconf/parameters.global.xml.new
    file in the diff. Thanks to the release managers for spotting it

Date: Mon, 05 Jan 2009 23:56:54 +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/jaunty/+source/samba/2:3.2.5-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 23:56:54 +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-3ubuntu1
Distribution: jaunty
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 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: 508388
Launchpad-Bugs-Fixed: 201059 206036 261544 282298
Changes: 
 samba (2:3.2.5-3ubuntu1) 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.
       - add comment on the default [homes] share, and add a comment about
         "valid user = %s" to show users how to restrict access to
         \\share\username to only username.
       - add map to guest = Bad user, maps bad username to guest access.
         (LP:#32067)
      + debian/samba-common.postinst:
        - Fix upgrade from a first installation done with fiesty, edgy, or
 	 dapper. (LP: #201059)
        - 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 isntall continue instead of aborting. (LP: #206036)
      + debian/samba-common.conf:
        - Do not change priority to HIH if dhclient3 is installed.
        - Use priority medium instead of HIGH for the workgroun 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.
       + debian/samba.init:
         - Add a pid variable and a 'status' action.
       + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
         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 (thanks Nicolas Valcárcel) (LP: #261544):
         - Created debian/samba.uwf.profile
         - debian/rules: install profile
         - debian/control: have samaba suggest ufw
       + debian/patches/last-char-truncation.patch:
         - Fix compatibility issue with NAS boxes still using Samba 2.2 and
           before. (fixes LP: #282298)
 .
 samba (2:3.2.5-3) unstable; urgency=high
 .
   * Security update
   * Fix Potential access to "/" in setups with registry shares enabled
     This fixes CVE-2009-0022, backported from 3.2.7
   * Fix links in HTML documentation index file.
     Closes: #508388
   * Drop spurious docs-xml/smbdotconf/parameters.global.xml.new
     file in the diff. Thanks to the release managers for spotting it
Checksums-Sha1: 
 8e8b1cadda554161e1b7a20a63733b6b06cc45cf 1925 samba_3.2.5-3ubuntu1.dsc
 709985222758aadf500c851d1b05a8134f317eba 237371 samba_3.2.5-3ubuntu1.diff.gz
Checksums-Sha256: 
 2e9fbb0c972a9beea732de4597a54680ab00744909d8263b7adbd16c15c2d6d0 1925 samba_3.2.5-3ubuntu1.dsc
 0e29307c2aac96565610f4a3c79f87fd5de16615714d7fe01f74c9de082e8b40 237371 samba_3.2.5-3ubuntu1.diff.gz
Files: 
 00107aeda438879d7a5a6e74331d12f4 1925 net optional samba_3.2.5-3ubuntu1.dsc
 1da102a7692dd19a93a88d03d4303efa 237371 net optional samba_3.2.5-3ubuntu1.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)

iEYEARECAAYFAkljo0QACgkQIHZ33voUATss2ACdGi/o3Xx1Ax4vIEnB6PUuUUUH
NCgAni3FNRQg1oxtogmlIgV8kITFAN6o
=xHGs
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list