[ubuntu/jaunty] samba 2:3.3.1-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Tue Mar 3 22:25:17 GMT 2009


samba (2:3.3.1-1ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable (LP: #337094), 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-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 libwbclient0 replace/conflict with hardy's likewise-open.
      - Don't build against ctdb.
    + 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
  * Dropped changes, merged in Debian:
    + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
      debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
      debian/rules:
      - Make libpam-smbpasswd depend on libpam-runtime to allow
        libpam-smbpasswd for auto-configuration.
    + debian/control:
      - Provide a config block for the new PAM framework to auto-configure
        itself
    + 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/winbind.files:
      - include additional files

samba (2:3.3.1-1) unstable; urgency=low

  [ Christian Perrier ]
  * New upstream release. Closes: #516981
    Upstream fixes in that release:
    - Fixed various spelling errors/typos in manpages
      Closes: #516047
    - Fix renaming/deleting of files using Windows clients.
      Closes: #516160
    - Fix syntax error in mount.cifs(8). Closes: #454799
  * Use a slave alternative for smbstatus.1 even though that manpage
    is not provided by samba4

  [ Jelmer Vernooij ]
  * Fix slave links for manual pages in samba-common. Closes: #517204.

  [ Steve Langasek ]
  * Add Vcs-{Browser,Svn} fields to debian/control.
  * When populating the sambashare group, it's not an error if the user
    simply doesn't exist; test for this case and let the install continue
    instead of aborting.  LP: #206036.
  * debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
    debian/libpam-smbpass.files, debian/rules: provide a config block
    for the new PAM framework, allowing this PAM module to
    auto-configure itself
  * debian/control: make libpam-smbpass depend on
    libpam-runtime (>= 1.0.1-2ubuntu1) for the above
  * debian/patches/fix_wrong_gnu_ld_version_check.patch: new patch to fix
    wrong detection of the GNU ld version, so that the symbol export scripts
    will be properly applied when building.
  * refresh debian/libsmbclient.symbols for 3.3.1.

Date: Tue, 03 Mar 2009 22:02:23 +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.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 03 Mar 2009 22:02: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.1-1ubuntu1
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: 454799 516047 516160 516981 517204
Launchpad-Bugs-Fixed: 206036 337094
Changes: 
 samba (2:3.3.1-1ubuntu1) jaunty; urgency=low
 .
   * Merge from Debian unstable (LP: #337094), 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-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 libwbclient0 replace/conflict with hardy's likewise-open.
       - Don't build against ctdb.
     + 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
   * Dropped changes, merged in Debian:
     + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
       debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
       debian/rules:
       - Make libpam-smbpasswd depend on libpam-runtime to allow
         libpam-smbpasswd for auto-configuration.
     + debian/control:
       - Provide a config block for the new PAM framework to auto-configure
         itself
     + 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/winbind.files:
       - include additional files
 .
 samba (2:3.3.1-1) unstable; urgency=low
 .
   [ Christian Perrier ]
   * New upstream release. Closes: #516981
     Upstream fixes in that release:
     - Fixed various spelling errors/typos in manpages
       Closes: #516047
     - Fix renaming/deleting of files using Windows clients.
       Closes: #516160
     - Fix syntax error in mount.cifs(8). Closes: #454799
   * Use a slave alternative for smbstatus.1 even though that manpage
     is not provided by samba4
 .
   [ Jelmer Vernooij ]
   * Fix slave links for manual pages in samba-common. Closes: #517204.
 .
   [ Steve Langasek ]
   * Add Vcs-{Browser,Svn} fields to debian/control.
   * When populating the sambashare group, it's not an error if the user
     simply doesn't exist; test for this case and let the install continue
     instead of aborting.  LP: #206036.
   * debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
     debian/libpam-smbpass.files, debian/rules: provide a config block
     for the new PAM framework, allowing this PAM module to
     auto-configure itself
   * debian/control: make libpam-smbpass depend on
     libpam-runtime (>= 1.0.1-2ubuntu1) for the above
   * debian/patches/fix_wrong_gnu_ld_version_check.patch: new patch to fix
     wrong detection of the GNU ld version, so that the symbol export scripts
     will be properly applied when building.
   * refresh debian/libsmbclient.symbols for 3.3.1.
Checksums-Sha1: 
 2ab22b83247d7fa41aad6b1f8178d7a164e4347b 2085 samba_3.3.1-1ubuntu1.dsc
 add05aad5bff976d3d25fc455e91c5f8539107a1 26057285 samba_3.3.1.orig.tar.gz
 616bdbbe2b9e7e11e64cb2d4dc9a607bfeef3462 411561 samba_3.3.1-1ubuntu1.diff.gz
Checksums-Sha256: 
 33e73514dbb991224436bc2782a0f400f009758a7d9d33651b7f6f53d040d836 2085 samba_3.3.1-1ubuntu1.dsc
 d2bd8fdd72026d26481827baa35b8311d7531753b87b6086b4d7a3dcdb42e170 26057285 samba_3.3.1.orig.tar.gz
 9008b030da94b03443731c032a1776ef9b65f6880d471e5b0b2a5acd1f73aabe 411561 samba_3.3.1-1ubuntu1.diff.gz
Files: 
 ed4c42a3aa823ab69774ee60ded11aa0 2085 net optional samba_3.3.1-1ubuntu1.dsc
 babe094be14886d265b1caa917d29aa7 26057285 net optional samba_3.3.1.orig.tar.gz
 683ed56c8e165067cc0993c084ab1a98 411561 net optional samba_3.3.1-1ubuntu1.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)

iD8DBQFJranYKN6ufymYLloRAg75AKDF62Tj4gtRTfS4m9KoNKlBmzvO9ACfQnWy
GtiFFITMlal8QD6fsOLXhEY=
=UVp+
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list