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

Dimitri John Ledkov xnox at ubuntu.com
Sat Aug 9 22:21:16 UTC 2014


samba (2:4.1.11+dfsg-1ubuntu1) utopic; urgency=medium

  * 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.
    + debian/samba-common.dirs: Move /var/lib/samba/private from samba.dirs.

  * In logrotate, use service command to reload (send SIGHUP) the main
    processes such that it works under both upstart and systemd.
  * Drop CVE patches, applied upstream.
  * Drop patches absent from series: readline-ftbfs.patch,
    krb5_kt_start_seq.diff, config-bind99.patch
  * Drop debian/source/include-binaries, pyc files are correctly cleaned up

samba (2:4.1.11+dfsg-1) unstable; urgency=high

  * New upstream release. Fixes:
   + CVE-2014-3560: Remote code execution in nmbd. Closes: #756759

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

  [ Jelmer Vernooij ]
  * Depend on libgnutls28-dev rather than libgnutls-dev. Closes: #753146
  * Remove outdated-autotools-helper-file overrides for config.guess and
    config.sub; files are no longer present upstream.
  * Add branch to Vcs-Git header.
  * samba.smbd.upstart: Remove leftover code for RUN_MODE=inetd, which
    was already removed elsewhere.
  * Move dsdb-module library from samba-dsdb-modules to samba-libs, to
    prevent circular dependencies between samba-dsdb-modules and samba-
    libs. This is necessary since dsdb-module is now used by the dcerpc-
    server library.

  [ Debconf translations ]
  * New Brazilian Portugese translation from Adriano Rafael Gomes.
    Closes: #752719

samba (2:4.1.9+dfsg-1) unstable; urgency=high

  * New upstream security release. Fixes:
    - CVE-2014-0244: nmbd denial of service
    - CVE-2014-3493: smbd denial of service: server crash/memory corruption

Date: Sat, 09 Aug 2014 21:26:23 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/samba/2:4.1.11+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 09 Aug 2014 21:26:23 +0100
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.11+dfsg-1ubuntu1
Distribution: utopic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox 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: 752719 753146 756759
Changes:
 samba (2:4.1.11+dfsg-1ubuntu1) utopic; urgency=medium
 .
   * 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.
     + debian/samba-common.dirs: Move /var/lib/samba/private from samba.dirs.
 .
   * In logrotate, use service command to reload (send SIGHUP) the main
     processes such that it works under both upstart and systemd.
   * Drop CVE patches, applied upstream.
   * Drop patches absent from series: readline-ftbfs.patch,
     krb5_kt_start_seq.diff, config-bind99.patch
   * Drop debian/source/include-binaries, pyc files are correctly cleaned up
 .
 samba (2:4.1.11+dfsg-1) unstable; urgency=high
 .
   * New upstream release. Fixes:
    + CVE-2014-3560: Remote code execution in nmbd. Closes: #756759
 .
 samba (2:4.1.9+dfsg-2) unstable; urgency=medium
 .
   [ Jelmer Vernooij ]
   * Depend on libgnutls28-dev rather than libgnutls-dev. Closes: #753146
   * Remove outdated-autotools-helper-file overrides for config.guess and
     config.sub; files are no longer present upstream.
   * Add branch to Vcs-Git header.
   * samba.smbd.upstart: Remove leftover code for RUN_MODE=inetd, which
     was already removed elsewhere.
   * Move dsdb-module library from samba-dsdb-modules to samba-libs, to
     prevent circular dependencies between samba-dsdb-modules and samba-
     libs. This is necessary since dsdb-module is now used by the dcerpc-
     server library.
 .
   [ Debconf translations ]
   * New Brazilian Portugese translation from Adriano Rafael Gomes.
     Closes: #752719
 .
 samba (2:4.1.9+dfsg-1) unstable; urgency=high
 .
   * New upstream security release. Fixes:
     - CVE-2014-0244: nmbd denial of service
     - CVE-2014-3493: smbd denial of service: server crash/memory corruption
Checksums-Sha1:
 f08d7bdd7fa6059a5120c073b03bf31a735e59ee 4275 samba_4.1.11+dfsg-1ubuntu1.dsc
 e9c6bdb79ce2b3729a28036ca2b38625785e01da 19014587 samba_4.1.11+dfsg.orig.tar.gz
 92a1ef59508751a9afe389058c110262c605b276 217032 samba_4.1.11+dfsg-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 5dd9140b32fba7aba31ad85e5bb7b7a65133fce0531643c53652b10d98a70ad3 4275 samba_4.1.11+dfsg-1ubuntu1.dsc
 16010e87047e4c1ebdd76eac76ecb7d77807830078ec9de929516f006d7b00fe 19014587 samba_4.1.11+dfsg.orig.tar.gz
 97bc1c43f744733776a229c54ac7c6b9af47ade8d3d6d88c333fb245f687cfd6 217032 samba_4.1.11+dfsg-1ubuntu1.debian.tar.xz
Files:
 4c429d3f9690f932bde668ce780f7c80 4275 net optional samba_4.1.11+dfsg-1ubuntu1.dsc
 48cbbd4a56155ce06874211bd931b576 19014587 net optional samba_4.1.11+dfsg.orig.tar.gz
 9043367da83553252721e16043402a09 217032 net optional samba_4.1.11+dfsg-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJT5p6jAAoJEIh7YGGLPBauL4gP/RScomQG1FpH0vqc/QR5LquI
m9CtqzI+ENv621WXA/uMEGpohStG3Yh5wX9sg3R7EIXNzrlYf0T4uNEu26sgq0N+
Nv0dvlEURJQF2KYNcEvee+ENJR++ChL0UcD0A1QKbKOPl+K2x/Dfl0QfLz1y82sy
KjxQ8OytLcOFFVtg5Gx2M/dx+Rli6WzoninNsM8eu5451B03aMybVhmtfBRyRXZT
daPDof7WAuJBl3JkAH9+4pDlsSxwB0f7ymejzra50q0kg1NgFiLn53/fIn2Ughiv
anZTYZft+xGDiJZlMzJ6VwV2GUoTEb3MDQY7Lq5KCgR8ScqF41p2kYWrB9OdE5GA
/4JrR6aEkp5nfVSD8lK5loFj6/gZShgu4M+m48qt4Q5e2U/Qaqz1zaNHeZHVw6p5
JXgd2vXkaGpqfNTt8zn/Feiw58fW7rHi0KqAmScoPSATATiNBQF6uWGMUy9K9W6Z
fZ2SPUeU7Ql4rq0xdOeDx6MOoc5mCbNLSd33KjpI8HSEjJcsIaes/O3n4zSFstsC
Ty8UqM2DEyNz3JXJmG9X3sJnTKi5uN1abaweXq8eNsx0P1mz9VV++An6hAk96wPl
u/yCAQSUA1fbZgQ6XvFV/VaTAcAW4IpYz70bEn8NgzhI8JAM+20JPT4MmtfDM3e1
Na5d6DWnHI/ymUAJpIIC
=0UiO
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list