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

Sergio Durigan Junior sergio.durigan at canonical.com
Thu Jan 14 17:06:15 UTC 2021


samba (2:4.13.3+dfsg-1ubuntu1) hirsute; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/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.
    - d/control, d/rules: Disable glusterfs support because it's not in main.
      MIR bug is https://launchpad.net/bugs/1274247
    - d/p/fix-nfs-service-name-to-nfs-kernel-server.patch:
      change nfs service name from nfs to nfs-kernel-server
      (LP #722201)
    - d/p/ctdb-config-enable-syslog-by-default.patch:
      enable syslog and systemd journal by default
    - debian/rules: Ubuntu i386 binary compatibility:
      + drop ceph support
      + disable the following binary packages:
        - ctdb
        - libnss-winbind
        - libpam-winbind
        - python3-samba
        - samba
        - samba-common-bin
        - samba-testsuite
        - winbind
    - debian/control: Ubuntu i386 binary compatibility:
      + drop ceph support
    - debian/rules: Ubuntu i386 binary compatibility:
      + re-enable the following binary packages:
        - libnss-winbind
        - samba-common-bin
        - python3-samba
        - winbind
    - d/control: add a versioned libgnutls28-dev build-depends to reduce
      the amount of in-tree crypto code that is built
    - d/control: enable the liburing vfs module, except on i386 where
      liburing is not available
  * Dropped changes, incorporated by Debian:
    - d/t/smbclient-anonymous-share-list: add set -x and set -e
    - Factor out common DEP8 test code into d/t/util and change the tests
      to source from it:
      + d/t/util: added
      + d/t/cifs-share-access, d/t/smbclient-share-access: source from
        util, use random share name and add set -x and set -u
      + d/t/smbclient-authenticated-share-list: source from util and add
        set -x and set -u
    - Add new DEP8 tests for the uring vfs module:
      + d/t/control: add smbclient-share-access-uring and
        cifs-share-access-uring tests
      + d/t/smbclient-share-access-uring: new test
      + d/t/cifs-share-access-uring: new test
    - d/t/{util, smbclient-share-access-uring, cifs-share-access-uring}:
      guard uring tests with a kernel version check and skip if it's too old
  * Added changes:
    - d/t/{cifs-share-access-uring,smbclient-share-access-uring}:
      Skip running the tests if on i386 platform, because the uring
      package is not available there.

Date: Wed, 13 Jan 2021 15:44:04 -0500
Changed-By: Sergio Durigan Junior <sergio.durigan at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/samba/2:4.13.3+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Jan 2021 15:44:04 -0500
Source: samba
Architecture: source
Version: 2:4.13.3+dfsg-1ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sergio Durigan Junior <sergio.durigan at canonical.com>
Changes:
 samba (2:4.13.3+dfsg-1ubuntu1) hirsute; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - d/p/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.
     - d/control, d/rules: Disable glusterfs support because it's not in main.
       MIR bug is https://launchpad.net/bugs/1274247
     - d/p/fix-nfs-service-name-to-nfs-kernel-server.patch:
       change nfs service name from nfs to nfs-kernel-server
       (LP #722201)
     - d/p/ctdb-config-enable-syslog-by-default.patch:
       enable syslog and systemd journal by default
     - debian/rules: Ubuntu i386 binary compatibility:
       + drop ceph support
       + disable the following binary packages:
         - ctdb
         - libnss-winbind
         - libpam-winbind
         - python3-samba
         - samba
         - samba-common-bin
         - samba-testsuite
         - winbind
     - debian/control: Ubuntu i386 binary compatibility:
       + drop ceph support
     - debian/rules: Ubuntu i386 binary compatibility:
       + re-enable the following binary packages:
         - libnss-winbind
         - samba-common-bin
         - python3-samba
         - winbind
     - d/control: add a versioned libgnutls28-dev build-depends to reduce
       the amount of in-tree crypto code that is built
     - d/control: enable the liburing vfs module, except on i386 where
       liburing is not available
   * Dropped changes, incorporated by Debian:
     - d/t/smbclient-anonymous-share-list: add set -x and set -e
     - Factor out common DEP8 test code into d/t/util and change the tests
       to source from it:
       + d/t/util: added
       + d/t/cifs-share-access, d/t/smbclient-share-access: source from
         util, use random share name and add set -x and set -u
       + d/t/smbclient-authenticated-share-list: source from util and add
         set -x and set -u
     - Add new DEP8 tests for the uring vfs module:
       + d/t/control: add smbclient-share-access-uring and
         cifs-share-access-uring tests
       + d/t/smbclient-share-access-uring: new test
       + d/t/cifs-share-access-uring: new test
     - d/t/{util, smbclient-share-access-uring, cifs-share-access-uring}:
       guard uring tests with a kernel version check and skip if it's too old
   * Added changes:
     - d/t/{cifs-share-access-uring,smbclient-share-access-uring}:
       Skip running the tests if on i386 platform, because the uring
       package is not available there.
Checksums-Sha1:
 bab23a6f91da14ca2767edbdc3f07848c3c7d885 4435 samba_4.13.3+dfsg-1ubuntu1.dsc
 02f39c7ac9b2608ecc7c229389ce145e2a7cc27b 11679980 samba_4.13.3+dfsg.orig.tar.xz
 f92ecc31e220c5acf4a244ad8ba7c8fd904f2cef 256652 samba_4.13.3+dfsg-1ubuntu1.debian.tar.xz
 5ace3a3219a3973ce835a17851d332bbcf71c3f9 8062 samba_4.13.3+dfsg-1ubuntu1_source.buildinfo
Checksums-Sha256:
 d5e4b53890cdb2d1ef46a1d2f4589d2ad9e06588c97ea11f1e9ed338d60f6302 4435 samba_4.13.3+dfsg-1ubuntu1.dsc
 6196c80c8f799b290e994f0a02a16ffff54408c4ea155d8d88cbf391b87a85b3 11679980 samba_4.13.3+dfsg.orig.tar.xz
 986fb8bc011959defa663f6838b6610343ef77924c947161c432b9ce77e7ab17 256652 samba_4.13.3+dfsg-1ubuntu1.debian.tar.xz
 3568b13a25695a82911d0989f0206932dabbf306a9106305c18dd1c013584396 8062 samba_4.13.3+dfsg-1ubuntu1_source.buildinfo
Files:
 6d0385ab9c5fdffc191e76cefa50f52f 4435 net optional samba_4.13.3+dfsg-1ubuntu1.dsc
 3417d732f9603de10a393e4067c67662 11679980 net optional samba_4.13.3+dfsg.orig.tar.xz
 9b5e89bbc81d1efac7fbd09693c7efd1 256652 net optional samba_4.13.3+dfsg-1ubuntu1.debian.tar.xz
 380d10a0c0fe766fc7984960b755f598 8062 net optional samba_4.13.3+dfsg-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

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

iQJRBAEBCgA7FiEE6S/Qs2sU8fTY4OsvEG2hyMPLvxQFAmAAeY4dHHNlcmdpby5k
dXJpZ2FuQGNhbm9uaWNhbC5jb20ACgkQEG2hyMPLvxSIkhAAkpoVa8offZ4tcgS4
DMXu8jk/TRz8HHuT98tEHY2kXOcHpG+T+9fvDbBHWH5snB/aJ+h1WX/jwSQe0RJe
WsHduDgSLWuENmcOa1T30rzBeN6eQAhaAAh8ufNIq1DTLqCy0DCoSgyy+C0Qzdew
VW5M6X01tCQf+3CtE1ND2nWqsBXwnvylgxpX4TkdDv82JE5NgCA2LOUzuOw36HAN
LgFAkmzOxsbIJcWACPjQB5qgdZ+XgX3aVFIOg67DkVYMyCQeMmomyoGxt5s7xP9r
/ztXbsMX+tGeeHfpP/UEM99RiaRvKR6wMEX09Ii0wjIMURkkobBCPOQ37IqCM88s
/ibxOp3QjYrruwwMljs3b3O+xfsEhDBKExvE0yezQUbJQwfpmVjmnZPkWmXH6JOp
fYugoqjTB9fhpUM3OmxQnivr2mLUC6o0Kt8qPjsIqxmk5B5ERfrJ/GyZFMYi2jgx
NrPXfveKDuSODxmgWqqeonRHHJBDf5qrSCjd6gpJ/B8IFrA7+twVzYIXOyNlCorS
gQ8zxAuCBTFJS0xGBMUGXkCGOIRFXUGJX3wJlBKbayvOveCHGaFUcWlC64j+8WBT
MJZtwKpEGq/gTaaton+RKB+cQU3kUaMZyYxtTMdKCYb21tV7nZc0WsZU9f9o0fQ+
n8z3foQXOsRAY1a+8nC3oIVOJwM=
=nCqJ
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list