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

Chuck Short zulcss at ubuntu.com
Wed Feb 25 18:45:18 GMT 2009


samba (2:3.3.0-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
        allows 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 sambashare 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 to less than a 1000 to smbpasswd.
     + debian/control:
       - Make libpam-smbpasswd depend on libpam-runtime to allow
         libpam-smbpasswd for auto-configuration.
       - Make libwbclient0 replace/conflict with hardy's likewise-open.
     + 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.ufw.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
     + Fixes LP: #330626.

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

  [ Steve Langasek ]
  * Build-Depend on libcap2-dev.  Closes: #515851.
  * debian/patches/fhs-filespaths-debatable.patch: Add a missing prototype
    for cache_path, which causes nearly undiagnoseable crashes when building
    with -fPIE, because of a wrong return type!  LP: #330626.

  [ Debconf translations ]
  * Belarusian added.  Closes: #516052.
  * Traditional Chinese updated. Closes: #516594
  * Swedish updated.  Closes: #516681.

  [ Mathieu Parent ]
  * enable clustering by default (CTDB). Closes: #514050

Date: Wed, 25 Feb 2009 10:56:23 +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.3.0-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 25 Feb 2009 10:56:23 +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.3.0-4ubuntu1
Distribution: jaunty
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-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: 514050 515851 516052 516594 516681
Launchpad-Bugs-Fixed: 330626 330626
Changes: 
 samba (2:3.3.0-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
         allows 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 sambashare 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 to less than a 1000 to smbpasswd.
      + debian/control:
        - Make libpam-smbpasswd depend on libpam-runtime to allow
          libpam-smbpasswd for auto-configuration.
        - Make libwbclient0 replace/conflict with hardy's likewise-open.
      + 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.ufw.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
      + Fixes LP: #330626.
 .
 samba (2:3.3.0-4) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Build-Depend on libcap2-dev.  Closes: #515851.
   * debian/patches/fhs-filespaths-debatable.patch: Add a missing prototype
     for cache_path, which causes nearly undiagnoseable crashes when building
     with -fPIE, because of a wrong return type!  LP: #330626.
 .
   [ Debconf translations ]
   * Belarusian added.  Closes: #516052.
   * Traditional Chinese updated. Closes: #516594
   * Swedish updated.  Closes: #516681.
 .
   [ Mathieu Parent ]
   * enable clustering by default (CTDB). Closes: #514050
Checksums-Sha1: 
 9cc42d5090f34e0abbd4b83bfa764eba9b99c402 1981 samba_3.3.0-4ubuntu1.dsc
 9c1963370a2f74767bf2c430a91ea54e5593d78c 406922 samba_3.3.0-4ubuntu1.diff.gz
Checksums-Sha256: 
 4db6a1c96307aa327da866af9a8a11fc5b12b101bf9a4678e1a8ef0fc51e3431 1981 samba_3.3.0-4ubuntu1.dsc
 1edab4555c16eb98edb8c09237340847d81709011cb83fa810488c35a321da8e 406922 samba_3.3.0-4ubuntu1.diff.gz
Files: 
 63a05a7dae5c115d38b8aa40f5cc3ddc 1981 net optional samba_3.3.0-4ubuntu1.dsc
 bbdd27db0ae0a22916c519071ebd2538 406922 net optional samba_3.3.0-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)

iEYEARECAAYFAkmlkIoACgkQIHZ33voUATubXgCgtmpcMX9Y92tpIO1V+pL88M4B
jlgAniFZjyp2tPGxRMpdDePt7fn1ylUP
=b3+m
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list