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

Steve Langasek steve.langasek at ubuntu.com
Tue Feb 17 07:20:18 GMT 2009


samba (2:3.3.0-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.
      - 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:
      - 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
  * Merged changes:
    + debian/control:
      - Depend on lsb-base >= 3.2-14, which has the status_of_proc()
        function.
    + debian/samba.init:
      - Add a 'status' action.
    + debian/winbind.init:
      - Add a PID variable and a 'status' action.
  * Fixes LP: #328874.

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

  [ Steve Langasek ]
  * Re-add smb.conf fixes that were dropped in the 3.3.0 merge to unstable.
  * Make samba conflict with samba4, not with itself.

  [ Debconf translations ]
  * Vietnamese updated.  Closes: #515235.
  * Slovak updated.  Closes: #515240.

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

  * Upload to unstable

Date: Tue, 17 Feb 2009 07:00: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.3.0-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 17 Feb 2009 07:00: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.3.0-3ubuntu1
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 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: 515235 515240
Launchpad-Bugs-Fixed: 328874
Changes: 
 samba (2:3.3.0-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.
       - 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:
       - 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
   * Merged changes:
     + debian/control:
       - Depend on lsb-base >= 3.2-14, which has the status_of_proc()
         function.
     + debian/samba.init:
       - Add a 'status' action.
     + debian/winbind.init:
       - Add a PID variable and a 'status' action.
   * Fixes LP: #328874.
 .
 samba (2:3.3.0-3) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Re-add smb.conf fixes that were dropped in the 3.3.0 merge to unstable.
   * Make samba conflict with samba4, not with itself.
 .
   [ Debconf translations ]
   * Vietnamese updated.  Closes: #515235.
   * Slovak updated.  Closes: #515240.
 .
 samba (2:3.3.0-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 00c00d5cf50fa840d61694fe9fcea9971e7145cb 1954 samba_3.3.0-3ubuntu1.dsc
 8685e3c703073cbbfbeb9ee6e6f77690a8cff862 25942368 samba_3.3.0.orig.tar.gz
 da325e425fa139c0fe9d7dd53d65c8badbe58ab9 410308 samba_3.3.0-3ubuntu1.diff.gz
Checksums-Sha256: 
 98ad46895ea86fc38a2aff3406a01973247824259bada6069ba46c9f07a6ff53 1954 samba_3.3.0-3ubuntu1.dsc
 b00ca360e9b414744eff33ca4567f3eb1a28d32914e20f00b6672fbc141c9beb 25942368 samba_3.3.0.orig.tar.gz
 c10011965068b2cf6cd0011486ad8557b6cfdff19158e9876b1d3b4f0b09f956 410308 samba_3.3.0-3ubuntu1.diff.gz
Files: 
 bed8fb7f156ca5181cde4c7446440d5a 1954 net optional samba_3.3.0-3ubuntu1.dsc
 adb048dc3988055533e1ea5d91d81f99 25942368 net optional samba_3.3.0.orig.tar.gz
 9147bde3d1beb653e9ffa8bc38c0198e 410308 net optional samba_3.3.0-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)

iD8DBQFJmmDXKN6ufymYLloRApPpAKCu0UxnSuIBV7/gwgk65mzz/e/e5gCfWW8c
Id3gowjnAhXNyF7nwEzteZU=
=Y/AQ
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list