[ubuntu/utopic-proposed] samba 2:4.1.8+dfsg-1ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Wed Jun 18 15:12:16 UTC 2014


samba (2:4.1.8+dfsg-1ubuntu1) utopic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    + debian/VERSION.patch: Update vendor string 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 prioritiy to high if dhclient3 is installed.
    + debian/control:
      - Don't build against or suggest ctdb and tdb.
    + debian/rules:
      - Drop explicit configuration options for ctdb and tdb.
    + Add ufw integration:
      - Created debian/samba.ufw.profile:
      - debian/rules, debian/samba.install: install profile
    + Add apport hook:
      - Created debian/source_samba.py.
      - debian/rules, debia/samb-common-bin.install: install hook.
    + debian/samba.logrotate: call upstart interfaces unconditionally instead
      of hacking arround with pid files.
    + Set sbmclients conflicts with samba4-clients less than 4.0.3+dfsg1-0.1ubuntu4,
      first dummy transitional package version.
    + Dropped patches:
      - debian/patches/CVE-2013-4496.patch: Dropped no longer needed
      - debian/patches/CVE-2013-6442.patch: Dropped no longer needed.
      - debian/patches/readline-ftbfs.patch: Use the debian version.
    + debian/samba-common.dirs: Move /var/lib/samba/private from samba.dirs.
      (LP: #1268180)

samba (2:4.1.8+dfsg-1) unstable; urgency=medium

  [ Jelmer Vernooij ]
  * Remove smbd and nmbd from required-start and required-stop in
    samba.init. Closes: #739887

  [ Ivo De Decker ]
  * Remove workaround for #745233.
  * New upstream release. Fixes:
    - CVE-2014-0239: dns: Don't reply to replies. Closes: #749845
    - CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response.
  * Use the upstream version of the smb.conf.5 manpage, instead of building
    it. This is an ugly temporary workaround because xsltproc crashes on some
    architectures when building this manpage (due to #750593).
    This fixes the FTBFS, and should make samba installable with the new ldb
    version. Closes: #750541, 750796

samba (2:4.1.7+dfsg-2) unstable; urgency=medium

  * Build-depend on heimdal-dev instead of libkrb5-dev.
  * Add versioned build-dep on libgmp10 for now, which should be pulled in by
    libhogweed2, to be able to build in outdated build environments (like on
    most buildds). This is a workaround for #745233.

samba (2:4.1.7+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Remove readline63.patch, integrated upstream.
  * Add build-dep on libkrb5-dev, no longer pulled in by libcups2-dev.
  * Don't try to delete Parse/Yapp/Driver.pm, which is no longer installed.

Date: Wed, 18 Jun 2014 10:50:25 -0400
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/samba/2:4.1.8+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 18 Jun 2014 10:50:25 -0400
Source: samba
Binary: samba samba-libs samba-common samba-common-bin smbclient samba-testsuite registry-tools libparse-pidl-perl samba-dev samba-doc python-samba samba-dsdb-modules samba-vfs-modules libpam-smbpass libsmbclient libsmbclient-dev libsmbsharemodes0 libsmbsharemodes-dev winbind libpam-winbind libnss-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source
Version: 2:4.1.8+dfsg-1ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description:
 libnss-winbind - Samba nameservice integration plugins
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Windows domain authentication integration plugin
 libparse-pidl-perl - IDL compiler written in Perl
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libsmbsharemodes-dev - development files for libsmbsharemodes
 libsmbsharemodes0 - shared library for non-samba access to the samba 'share modes' da
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 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 - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-dev  - tools for extending Samba
 samba-doc  - Samba documentation
 samba-dsdb-modules - Samba Directory Services Database
 samba-libs - Samba core libraries
 samba-testsuite - test suite from Samba
 samba-vfs-modules - Samba Virtual FileSystem plugins
 smbclient  - command-line SMB/CIFS clients for Unix
 winbind    - service to resolve user and group information from Windows NT ser
Closes: 739887 749845 750541 750796
Launchpad-Bugs-Fixed: 1268180
Changes:
 samba (2:4.1.8+dfsg-1ubuntu1) utopic; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     + debian/VERSION.patch: Update vendor string 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 prioritiy to high if dhclient3 is installed.
     + debian/control:
       - Don't build against or suggest ctdb and tdb.
     + debian/rules:
       - Drop explicit configuration options for ctdb and tdb.
     + Add ufw integration:
       - Created debian/samba.ufw.profile:
       - debian/rules, debian/samba.install: install profile
     + Add apport hook:
       - Created debian/source_samba.py.
       - debian/rules, debia/samb-common-bin.install: install hook.
     + debian/samba.logrotate: call upstart interfaces unconditionally instead
       of hacking arround with pid files.
     + Set sbmclients conflicts with samba4-clients less than 4.0.3+dfsg1-0.1ubuntu4,
       first dummy transitional package version.
     + Dropped patches:
       - debian/patches/CVE-2013-4496.patch: Dropped no longer needed
       - debian/patches/CVE-2013-6442.patch: Dropped no longer needed.
       - debian/patches/readline-ftbfs.patch: Use the debian version.
     + debian/samba-common.dirs: Move /var/lib/samba/private from samba.dirs.
       (LP: #1268180)
 .
 samba (2:4.1.8+dfsg-1) unstable; urgency=medium
 .
   [ Jelmer Vernooij ]
   * Remove smbd and nmbd from required-start and required-stop in
     samba.init. Closes: #739887
 .
   [ Ivo De Decker ]
   * Remove workaround for #745233.
   * New upstream release. Fixes:
     - CVE-2014-0239: dns: Don't reply to replies. Closes: #749845
     - CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response.
   * Use the upstream version of the smb.conf.5 manpage, instead of building
     it. This is an ugly temporary workaround because xsltproc crashes on some
     architectures when building this manpage (due to #750593).
     This fixes the FTBFS, and should make samba installable with the new ldb
     version. Closes: #750541, 750796
 .
 samba (2:4.1.7+dfsg-2) unstable; urgency=medium
 .
   * Build-depend on heimdal-dev instead of libkrb5-dev.
   * Add versioned build-dep on libgmp10 for now, which should be pulled in by
     libhogweed2, to be able to build in outdated build environments (like on
     most buildds). This is a workaround for #745233.
 .
 samba (2:4.1.7+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove readline63.patch, integrated upstream.
   * Add build-dep on libkrb5-dev, no longer pulled in by libcups2-dev.
   * Don't try to delete Parse/Yapp/Driver.pm, which is no longer installed.
Checksums-Sha1:
 6cfd49cd4aa096f36578e3f62e5763079e6da690 3616 samba_4.1.8+dfsg-1ubuntu1.dsc
 18a8a535d830b3b5bf982c4c35650e8883120caa 15164016 samba_4.1.8+dfsg.orig.tar.xz
 e3ce08bd3c69e9d41fb12fc6bebf04e19fb1f077 222452 samba_4.1.8+dfsg-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 2750431857d03cc730b4c9a015eb96149b6b7a486bb8ccd93741951ec3ba8c4e 3616 samba_4.1.8+dfsg-1ubuntu1.dsc
 382301644cafa137ca5b05173a7876b3c4cb547e8746d68b35f614018d188eac 15164016 samba_4.1.8+dfsg.orig.tar.xz
 de4206ef7d3f3e49b9122e00e94f2a8d101bdb97f587edc95e76fb652f03963e 222452 samba_4.1.8+dfsg-1ubuntu1.debian.tar.xz
Files:
 0718b871c8f17e8f1a3652d852e06cc1 3616 net optional samba_4.1.8+dfsg-1ubuntu1.dsc
 074111b8e1d70c27840b2ead459b5175 15164016 net optional samba_4.1.8+dfsg.orig.tar.xz
 9e7a057ee9c0f220da53faabd1816260 222452 net optional samba_4.1.8+dfsg-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlOhp2YACgkQIHZ33voUATvxXwCguUzwvqXO/t9mxO3RTULhq+x3
Ig8AmwfCb46qG0QRim3a3ePQuZKetP3t
=1GIi
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list