[ubuntu/precise] samba 2:3.6.3-2ubuntu1 (Accepted)

Maarten Bezemer maarten.bezemer at gmail.com
Mon Mar 19 05:05:43 UTC 2012


samba (2:3.6.3-2ubuntu1) precise; urgency=low

  * Merge from Debian testing. (LP: #958534)
    Remaining changes:
    + debian/patches/VERSION.patch:
      - set SAMBA_VERSION_SUFFIX to Ubuntu.
    + debian/patches/error-trans.fix-276472:
      - Add the translation of Unix Error code -ENOTSUP to NT Error Code
      - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
    + 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/control:
      - Don't build against or suggest ctdb.
      - Add dependency on samba-common-bin to samba.
    + Add ufw integration:
      - Created debian/samba.ufw.profile
      - debian/rules, debian/samba.dirs, debian/samba.files: install
        profile
      - debian/control: have samba suggest ufw
    + Add apport hook:
      - Created debian/source_samba.py.
      - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
    + Switch to upstart:
      - Add debian/samba.{nmbd,smbd}.upstart.
    + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
      - Make them upstart compatible
    + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
      as a global variable name in an NSS module.

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

  [ Christian Perrier ]
  * Fix example samba.ldif syntax. Closes: #659963
  * Set minimal version of tdb ot 1.2.6 in Build-Depends
    (thanks, backports!)
  * Lower priority of debconf question to medium after some pondering.
    After all, we have a sane default. Closes: #662801
  * Merge some Ubuntu patches:
    - samba.config: Avoid scary pdbedit warnings on first import.
    - samba.postinst: Add more informative error message for the case
      where smb.conf was manually deleted.

  [ Maarten Bezemer ]
  * Removed references to the testprns command from documentation
  * Added notes that the smbsh command is not available in this package
    Closes: #662243

  [ Debconf translations ]
  * Indonesian (Arief S Fitrianto).  Closes: #660312
  * Slovak (Ivan Masár).  Closes: #661125

  [ Steve Langasek ]
  * Use Debian copyright-format 1.0 in debian/copyright.

Date: Sun, 18 Mar 2012 13:49:29 +0100
Changed-By: Maarten Bezemer <maarten.bezemer at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/samba/2:3.6.3-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 18 Mar 2012 13:49:29 +0100
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind libpam-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source
Version: 2:3.6.3-2ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Maarten Bezemer <maarten.bezemer at gmail.com>
Description: 
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Samba nameservice and authentication integration plugins
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient-dev - Samba winbind client library - development files
 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-common-bin - 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
 swat       - Samba Web Administration Tool
 winbind    - Samba nameservice integration server
Closes: 659963 660312 661125 662243 662801
Launchpad-Bugs-Fixed: 958534
Changes: 
 samba (2:3.6.3-2ubuntu1) precise; urgency=low
 .
   * Merge from Debian testing. (LP: #958534)
     Remaining changes:
     + debian/patches/VERSION.patch:
       - set SAMBA_VERSION_SUFFIX to Ubuntu.
     + debian/patches/error-trans.fix-276472:
       - Add the translation of Unix Error code -ENOTSUP to NT Error Code
       - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
     + 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/control:
       - Don't build against or suggest ctdb.
       - Add dependency on samba-common-bin to samba.
     + Add ufw integration:
       - Created debian/samba.ufw.profile
       - debian/rules, debian/samba.dirs, debian/samba.files: install
         profile
       - debian/control: have samba suggest ufw
     + Add apport hook:
       - Created debian/source_samba.py.
       - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
     + Switch to upstart:
       - Add debian/samba.{nmbd,smbd}.upstart.
     + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
       - Make them upstart compatible
     + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
       as a global variable name in an NSS module.
 .
 samba (2:3.6.3-2) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Fix example samba.ldif syntax. Closes: #659963
   * Set minimal version of tdb ot 1.2.6 in Build-Depends
     (thanks, backports!)
   * Lower priority of debconf question to medium after some pondering.
     After all, we have a sane default. Closes: #662801
   * Merge some Ubuntu patches:
     - samba.config: Avoid scary pdbedit warnings on first import.
     - samba.postinst: Add more informative error message for the case
       where smb.conf was manually deleted.
 .
   [ Maarten Bezemer ]
   * Removed references to the testprns command from documentation
   * Added notes that the smbsh command is not available in this package
     Closes: #662243
 .
   [ Debconf translations ]
   * Indonesian (Arief S Fitrianto).  Closes: #660312
   * Slovak (Ivan Masár).  Closes: #661125
 .
   [ Steve Langasek ]
   * Use Debian copyright-format 1.0 in debian/copyright.
Checksums-Sha1: 
 1c16a8f636eda719bbfe527ec4846dcc83c3fe63 3088 samba_3.6.3-2ubuntu1.dsc
 ad6401dd3f7ff79beb6c295e7df2bb236b1075d8 246019 samba_3.6.3-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b726e9012c4e913588a930d9a48a2d539bdf409a4895eafccd8b7343a191e432 3088 samba_3.6.3-2ubuntu1.dsc
 538b2374039895a5f3699964f59d7cc90a9090a4ba627873ebf773d70c9faa22 246019 samba_3.6.3-2ubuntu1.debian.tar.gz
Files: 
 cb1c872ab25aebc93a95ae3b56c91ca7 3088 net optional samba_3.6.3-2ubuntu1.dsc
 4f75f9c07e68c944ba1dc24a90df3b3e 246019 net optional samba_3.6.3-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJPZrzkAAoJEPmIJawmtHufDgcQAIaicKtoSv87pyNuf/L/k8T/
TFqL9R9DTv1pQ+CBVs/+Sc5cL0IQqC3iPAhgvvLaSS16+I4EqDsbypV2IIpDVvo1
U5lPIt2B221ccDAJMPP8K8J+zy5+k4SjLJV61Jc3FG+3nPq+9YkfaFcYbbLs39Ef
xLmvgN1TVVK+YM6Sw64eMZrm13Kcvm0zZ4N4/mzjfPqwtNbR++isYRCfcK6hoV2I
1kG/U7xa2VFrpmsBJ4G/tSwD9sCEuHqkEBxGqc2BBjIhtRoFl9hE3O7Z2IjqbYPk
D7Zhwjb3Wn9Qj2udLGnlQ98Fvv8/e2z2x2MD+QR1fBGMlKu/HlQBz/z/Zzn4GFc/
KE/Cx+/n9kyhQmJWRA3FrQiigHaFt+Ipaj0visEYOlTy0ODAqWAvXzL2ln0lTg10
J6TUxbnFrHB+5pr0DQ+w8zsXSqvNcexsxgrq68NMw367gk+mYjkfJOENiD9hvr6P
k43itXgDaVv8cbzH9XR54WiuQAdLrHBQwmkHB06QcgRw+dRl1/KWQD2q8+82kLZL
bD/6mdSgsDkBLMxE64jt0veGQd0JpVB7xQC+0T1LZPO3II0gN7zxnP0PDwLer8Pf
8okH3aaZzgeaMbXsYjQ2xZ2X32sGx9s8oEzoLcpkCmN2FyrcDkGZWYZq8a//beIj
64Uvbual5GK9rtHPelxX
=5wpe
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list