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

Matthias Klose doko at ubuntu.com
Fri Nov 10 09:26:16 UTC 2017


samba (2:4.7.1+dfsg-1ubuntu1) bionic; urgency=medium

  * Merge with Debian; 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 priority to high if dhclient3 is installed.
    - Add apport hook:
      + Created debian/source_samba.py.
      + debian/rules, debian/samba-common-bin.install: install hook.
    - Add extra DEP8 tests to samba (LP #1696823):
      + d/t/control: enable the new DEP8 tests
      + d/t/smbclient-anonymous-share-list: list available shares anonymously
      + d/t/smbclient-authenticated-share-list: list available shares using
        an authenticated connection
      + d/t/smbclient-share-access: create a share and download a file from it
      + d/t/cifs-share-access: access a file in a share using cifs
    - Ask the user if we can run testparm against the config file. If yes,
      include its stderr and exit status in the bug report. Otherwise, only
      include the exit status. (LP #1694334)
    - If systemctl is available, use it to query the status of the smbd
      service before trying to reload it. Otherwise, keep the same check
      as before and reload the service based on the existence of the
      initscript. (LP #1579597)
    - d/rules: Compile winbindd/winbindd statically.
    - Disable glusterfs support because it's not in main.
      MIR bug is https://launchpad.net/bugs/1274247
    - d/source_samba.py: use the new recommended findmnt(8) tool to list
      mountpoints and correctly filter by the cifs filesystem type.

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

  * New upstream version
  * Add lintian-override about heimdal embedded-library
  * Remove trailing spaces in debian/changelog

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

  * Upload to sid
  * Bump libcmocka-dev builddep to 1.1.1 (Closes: #878357)
  * Remove Skip-raw.write-tests.patch as we don't run tests
  * Remove 05_share_ldb_module, not understood
   - d/rules: /usr/lib/*/samba/share/ldb.so is not present anymore

samba (2:4.7.0+dfsg-1) experimental; urgency=medium

  * New major upstream version
    - Update d/gbp.conf and d/watch for 4.7
    - Update patches
    - Remove no_build_env.patch, no more needed
    - Remove 4 patches merged upstream
    - Bump build-depends ldb >= 2:1.2.2~, tdb >= 1.3.14~, tevent >= 0.9.33~
    - Move replace from builtin to bundled libraries to fix FTBFS
    - Update d/*.install
    - Update symbols
  * Rework all patches for dep5 and "gbp pq"
  * Add libjansson-dev to Build-Depends to allow logging in JSON format
  * Lintian fixes:
    - build-depends: dh-systemd (>= 1.5) => use debhelper (>= 9.20160709)
    - Move libsmbclient-dev from priority extra to optional
    - Standards-Version: 4.1.1
    - Update samba-libs.lintian-overrides (following libsmbldap bump)

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

  * This is a security release in order to address the following defects:
    - CVE-2017-12150: Some code path don't enforce smb signing, when they should
    - CVE-2017-12151: Keep required encryption across SMB3 dfs redirects
    - CVE-2017-12163: Server memory information leak over SMB1

Date: Fri, 10 Nov 2017 10:03:57 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/samba/2:4.7.1+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 10 Nov 2017 10:03:57 +0100
Source: samba
Binary: samba samba-libs samba-common samba-common-bin smbclient samba-testsuite registry-tools libparse-pidl-perl samba-dev python-samba samba-dsdb-modules samba-vfs-modules libsmbclient libsmbclient-dev winbind libpam-winbind libnss-winbind libwbclient0 libwbclient-dev ctdb
Architecture: source
Version: 2:4.7.1+dfsg-1ubuntu1
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 ctdb       - clustered database to store temporary data
 libnss-winbind - Samba nameservice integration plugins
 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
 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-dev  - tools for extending Samba
 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: 878357
Changes:
 samba (2:4.7.1+dfsg-1ubuntu1) bionic; urgency=medium
 .
   * Merge with Debian; 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 priority to high if dhclient3 is installed.
     - Add apport hook:
       + Created debian/source_samba.py.
       + debian/rules, debian/samba-common-bin.install: install hook.
     - Add extra DEP8 tests to samba (LP #1696823):
       + d/t/control: enable the new DEP8 tests
       + d/t/smbclient-anonymous-share-list: list available shares anonymously
       + d/t/smbclient-authenticated-share-list: list available shares using
         an authenticated connection
       + d/t/smbclient-share-access: create a share and download a file from it
       + d/t/cifs-share-access: access a file in a share using cifs
     - Ask the user if we can run testparm against the config file. If yes,
       include its stderr and exit status in the bug report. Otherwise, only
       include the exit status. (LP #1694334)
     - If systemctl is available, use it to query the status of the smbd
       service before trying to reload it. Otherwise, keep the same check
       as before and reload the service based on the existence of the
       initscript. (LP #1579597)
     - d/rules: Compile winbindd/winbindd statically.
     - Disable glusterfs support because it's not in main.
       MIR bug is https://launchpad.net/bugs/1274247
     - d/source_samba.py: use the new recommended findmnt(8) tool to list
       mountpoints and correctly filter by the cifs filesystem type.
 .
 samba (2:4.7.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Add lintian-override about heimdal embedded-library
   * Remove trailing spaces in debian/changelog
 .
 samba (2:4.7.0+dfsg-2) unstable; urgency=medium
 .
   * Upload to sid
   * Bump libcmocka-dev builddep to 1.1.1 (Closes: #878357)
   * Remove Skip-raw.write-tests.patch as we don't run tests
   * Remove 05_share_ldb_module, not understood
    - d/rules: /usr/lib/*/samba/share/ldb.so is not present anymore
 .
 samba (2:4.7.0+dfsg-1) experimental; urgency=medium
 .
   * New major upstream version
     - Update d/gbp.conf and d/watch for 4.7
     - Update patches
     - Remove no_build_env.patch, no more needed
     - Remove 4 patches merged upstream
     - Bump build-depends ldb >= 2:1.2.2~, tdb >= 1.3.14~, tevent >= 0.9.33~
     - Move replace from builtin to bundled libraries to fix FTBFS
     - Update d/*.install
     - Update symbols
   * Rework all patches for dep5 and "gbp pq"
   * Add libjansson-dev to Build-Depends to allow logging in JSON format
   * Lintian fixes:
     - build-depends: dh-systemd (>= 1.5) => use debhelper (>= 9.20160709)
     - Move libsmbclient-dev from priority extra to optional
     - Standards-Version: 4.1.1
     - Update samba-libs.lintian-overrides (following libsmbldap bump)
 .
 samba (2:4.6.7+dfsg-2) unstable; urgency=high
 .
   * This is a security release in order to address the following defects:
     - CVE-2017-12150: Some code path don't enforce smb signing, when they should
     - CVE-2017-12151: Keep required encryption across SMB3 dfs redirects
     - CVE-2017-12163: Server memory information leak over SMB1
Checksums-Sha1:
 c20bcbb2a53178a06d534bf8218d4b85e8ace718 4215 samba_4.7.1+dfsg-1ubuntu1.dsc
 2d0e9dc0522039a9acbb84c08c9003617abe4916 16812000 samba_4.7.1+dfsg.orig.tar.gz
 504f072cd5f093a850b5b5b6b2590c33dbdf9974 230696 samba_4.7.1+dfsg-1ubuntu1.debian.tar.xz
 f087478ffcf804d180bfb93af016d274b2456166 9060 samba_4.7.1+dfsg-1ubuntu1_source.buildinfo
Checksums-Sha256:
 503e6b93bb360b062ea7aee5f95f5455b3943b1870715cb9aa7f42198a3bbf82 4215 samba_4.7.1+dfsg-1ubuntu1.dsc
 3c512a62494d2713d14ae142d0de93901f48b87b84b54b7848686cdeb6521d19 16812000 samba_4.7.1+dfsg.orig.tar.gz
 dc076cb83f8f999689a6d9db52aac4a16078d18c034778f0adfba812523a52a7 230696 samba_4.7.1+dfsg-1ubuntu1.debian.tar.xz
 211112e9cdab4d7c459f70ca4d3b67894ff355b97d04e1916cf39c275c4ab3d6 9060 samba_4.7.1+dfsg-1ubuntu1_source.buildinfo
Files:
 d92ea507f501013e6ae341d946af5b03 4215 net optional samba_4.7.1+dfsg-1ubuntu1.dsc
 6bfaa328b7238a3c3c49ea6cd4128e35 16812000 net optional samba_4.7.1+dfsg.orig.tar.gz
 6df8174443aefcccb6f16a52f477f8db 230696 net optional samba_4.7.1+dfsg-1ubuntu1.debian.tar.xz
 492dcdd9ea9b90256e6117b260d6eeca 9060 net optional samba_4.7.1+dfsg-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQItBAEBCAAXBQJaBW2dEBxkb2tvQHVidW50dS5jb20ACgkQvX6qYHePpvWi9A//
XxZ+LqCOWvwcaVVioYxapIoADJEUYIjNGL4IXR+Hkf1n9vRkhsPOZYv2eUNtEp76
5gdba8SCV+uTbi4u2pBExPQEI+N+M3i/f50cCpTJpLw176TZ09pLN0fcZMXXkoZC
9++cMxhrkzKyKPVOd0HWdKE8Iqinom/AcFqQB81zaJ7xeDOcg9aeDQ53p1QLRBJT
fa4RUH4f+L4GsXYUSG4DHloFb2FwLXPasmjOJ41I5LGzDp6VQyymGEioCE05+wbw
KVokI7aLswQQD78e1gUyKBSk0K/nhU+liAxOx/Sz2ff7AxUSYWNajrumTW6oGQlz
fczk3dLNJ/eqApKYUn3fUJx2yLEqTsu0LCMFFmZIacLVW/QrBwJsaiiKn+ly1UHj
VEIYKaYxcdymo1nkofbU5K+bxueEiLqgUkFjXz8UvTjUOet661RyoOL03YY/RH4Y
7w1fPCvNkMLd6fhWlO/vOSCU9a35itctTt6WuoPsvkQpB9K/OFrH8ohQRCSPdq4P
tYfesZsi1lueZMOuff1zCB90TpiUf3TxxOP7GYpJXdzH6ZTNq00YOYDwBsm7Aj69
Cg04psp55/BatiqJnSsK7oEPiQCNZSiGO75fQlTehqfqgyINK+mGj/yQ2u+T9nmW
ozE7YqUBe2xLnM8zxECkSGAoxi9e/Rc1Slm5NDHyx1E=
=dDSB
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list