[ubuntu/saucy-proposed] samba 2:3.6.15-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sun May 19 00:55:21 UTC 2013


samba (2:3.6.15-1ubuntu1) saucy; urgency=low

  * Merge from Debian git branch; remaining changes:
    + debian/patches/VERSION.patch:
      - set 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.
    + 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.install: install profile.
      - debian/control: have samba suggest ufw.
    + Add apport hook:
      - Created debian/source_samba.py.
      - debian/rules, debian/samba-common-bin.install: install hook.
    + d/rules: Drop explicit configuration options for ctdb.
    + debian/samba.logrotate: call upstart interfaces unconditionally instead
      of hacking around with pid files.
  * Dropped changes, included in Debian:
    + Switch to upstart:
      - Added debian/samba.{nmbd,smbd}.upstart.
      - Added debian/winbind.upstart.
      - debian/samba-common.dhcp: Make upstart compatible.
  * Drop debian/samba.if-up.  The maintainer scripts merged from Debian are
    actually now removing this file unconditionally from the filesystem on
    install/upgrade and no one seems to have noticed; and it's been dropped
    in Debian because it's reportedly no longer needed with current nmbd.
  * Drop the Ubuntu-specific samba.preinst, superseded now by the
    dpkg-maintscript-helper integration from dropping /etc/init.d/samba in
    Debian as well.

samba (2:3.6.15-2) UNRELEASED; urgency=low

  * Drop support for running smbd from inetd; this is not well-supported
    upstream, and can't correctly handle all of the long-running services
    that are needed as part of modern samba.  Closes: #707622.
  * Split the samba init script into nmbd and smbd init scripts, for better
    alignment with how init systems other than sysvinit work.  This also
    drops the override of the arguments to update-rc.d in debian/rules,
    no longer needed in the post-insserv world.
  * Add upstart jobs from Ubuntu for smbd, nmbd, and winbind.

samba (2:3.6.15-1) unstable; urgency=high

  * Team upload.
  * New upstream bugfix release. Closes: #707042
  * Update VCS URL's for new git repo.
  * The recommends for the separate libnss-winbind and libpam-winbind
    packages needed for the upgrade of winbind from squeeze to wheezy are no
    longer needed. Lowering them to suggests.
    Closes: #706434, #674853

Date: Sat, 18 May 2013 16:57:33 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/samba/2:3.6.15-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 18 May 2013 16:57:33 -0700
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 libnss-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source
Version: 2:3.6.15-1ubuntu1
Distribution: saucy
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 libnss-winbind - Samba nameservice integration plugins
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Windows domain authentication integration plugin
 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: 674853 706434 707042 707622
Changes: 
 samba (2:3.6.15-1ubuntu1) saucy; urgency=low
 .
   * Merge from Debian git branch; remaining changes:
     + debian/patches/VERSION.patch:
       - set 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.
     + 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.install: install profile.
       - debian/control: have samba suggest ufw.
     + Add apport hook:
       - Created debian/source_samba.py.
       - debian/rules, debian/samba-common-bin.install: install hook.
     + d/rules: Drop explicit configuration options for ctdb.
     + debian/samba.logrotate: call upstart interfaces unconditionally instead
       of hacking around with pid files.
   * Dropped changes, included in Debian:
     + Switch to upstart:
       - Added debian/samba.{nmbd,smbd}.upstart.
       - Added debian/winbind.upstart.
       - debian/samba-common.dhcp: Make upstart compatible.
   * Drop debian/samba.if-up.  The maintainer scripts merged from Debian are
     actually now removing this file unconditionally from the filesystem on
     install/upgrade and no one seems to have noticed; and it's been dropped
     in Debian because it's reportedly no longer needed with current nmbd.
   * Drop the Ubuntu-specific samba.preinst, superseded now by the
     dpkg-maintscript-helper integration from dropping /etc/init.d/samba in
     Debian as well.
 .
 samba (2:3.6.15-2) UNRELEASED; urgency=low
 .
   * Drop support for running smbd from inetd; this is not well-supported
     upstream, and can't correctly handle all of the long-running services
     that are needed as part of modern samba.  Closes: #707622.
   * Split the samba init script into nmbd and smbd init scripts, for better
     alignment with how init systems other than sysvinit work.  This also
     drops the override of the arguments to update-rc.d in debian/rules,
     no longer needed in the post-insserv world.
   * Add upstart jobs from Ubuntu for smbd, nmbd, and winbind.
 .
 samba (2:3.6.15-1) unstable; urgency=high
 .
   * Team upload.
   * New upstream bugfix release. Closes: #707042
   * Update VCS URL's for new git repo.
   * The recommends for the separate libnss-winbind and libpam-winbind
     packages needed for the upgrade of winbind from squeeze to wheezy are no
     longer needed. Lowering them to suggests.
     Closes: #706434, #674853
Checksums-Sha1: 
 532508e9573dc71e075476b686ad28dbbe1b9e14 3141 samba_3.6.15-1ubuntu1.dsc
 51be7b237ee5ee3da07cf0fb078331c91d4b3e89 33754741 samba_3.6.15.orig.tar.gz
 31f013db7732b070e9d905ac7c6cc312120dec0c 385727 samba_3.6.15-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 dba631c43358a38eaa40178cfbd869f788047cc1981efb0a32b84bc8161a03fd 3141 samba_3.6.15-1ubuntu1.dsc
 557852437e192ee76540a9fbe3226d9ef235fd5e364eb563ac2011262250df62 33754741 samba_3.6.15.orig.tar.gz
 882f1f0f9488941e065179487887ae8c8114f2273e9ddf0b2f228c8dceca82a5 385727 samba_3.6.15-1ubuntu1.debian.tar.gz
Files: 
 d370fc4712975b8a35afa97fe12a6994 3141 net optional samba_3.6.15-1ubuntu1.dsc
 06a9ee64dbfe8b71a83692fdb1655028 33754741 net optional samba_3.6.15.orig.tar.gz
 7de98e7c1db1bbef7770dbb813bbd8b5 385727 net optional samba_3.6.15-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJRmBYrAAoJEFaNMPMhshM9p7kP/2aXEJ25R5CCUQG0taFaTyTa
nAGt0Aiw/IHP2LQMlzX+KLwVo8KyfwjyS0lCm04wpWYYyIIH3h89QV2olJn6BSvl
4Z317KfE2qgdG5/1N+xhOHB0Wi18kJy5iYhCzxZ7LfQGwNjLuAcwMP4gL/8w5HHo
o/C84TkD+lIGnqFQHC/bTLOfL5zvw7iI7f7ESb3jN7cWarVaBtwJ5BYuiiL7Cs4M
eYAY4DysXaLzAkUMlSwtF84l7hfy1x+GVvK/3KWafgu2S3I1Qubsrc/diKCuqsTI
Cy964YT6Qb7wgoIgMZcuPW/lc5khAK6r943edlfQBTIiE76QGpZp8a8lHBX2dg9c
SJUNkpBxozNprLoHNiIEO3WyS4B7D/rzpaUJTxv5r1zobN2gTvcKYqH+DHqNV0TT
hnNn6UOXRXx2DgCy0XqMpt2RHoUvbgOs6VnfLCIRsj5xh7O63i/RPwGZWwhe4hBD
so96zKbK99pU7ueGjgdSAZGPumcdPtvc79brWWuc/r6mKxDQ+C9IclUJtXwCn2aG
7FA2wYyGPRLU3k4Yovx9fMdgwdgCmEnnSV5EKEE7W37sefrZOUfpJKIeAFmD3m4R
sio/AeonKuaUMBjKQ4uyJjB9mWrf47u8sy0mDyFxJLsI50YGRfIr4ddzJQmrW0bL
9U52SbFjGfSOadvNS14x
=9Mic
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list