Format: 1.8 Date: Fri, 29 Nov 2019 18:00:22 -0300 Source: samba Binary: ctdb libnss-winbind libpam-winbind libsmbclient libsmbclient-dev libwbclient-dev libwbclient0 python3-samba registry-tools samba samba-common-bin samba-dev samba-dsdb-modules samba-libs samba-testsuite samba-vfs-modules smbclient winbind Architecture: arm64 arm64_translations Version: 2:4.11.1+dfsg-3ubuntu1 Distribution: focal-proposed Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Andreas Hasenack Description: ctdb - clustered database to store temporary data libnss-winbind - Samba nameservice integration plugins 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 python3-samba - Python 3 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-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: 931138 Changes: samba (2:4.11.1+dfsg-3ubuntu1) focal; urgency=medium . * Merge with 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 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) [Adopted the Debian version and added a couple of extra hunks we had] - d/p/ctdb-config-enable-syslog-by-default.patch: enable syslog and systemd journal by default * Dropped: - Add apport hook: + Created debian/source_samba.py. + debian/rules, debian/samba-common-bin.install: install hook. [In 2:4.9.4+dfsg-2] - Removed patches already applied upstream: + d/p/nsswitch-Add-try_authtok-option-to-pam_winbind.patch [Removed in 2:4.10.7+dfsg-1] + d/p/s3-auth-ignore-create_builtin_guests-failing-without.patch [Removed in 4.9.5+dfsg-1] - d/p/add-so-version-to-private-libraries: refreshed to remove fuzz [Refreshed in 2:4.1.17+dfsg-1] - d/control: Updated build dependencies (already updated in Debian): + tdb >= 1.3.17 + talloc >= 2.1.15 + tevent >= 0.9.38 + ldb >= 1.5.3 - d/samba-common.docs: README is now README.md [In 2:4.10.7+dfsg-1] - d/libsmbclient.symbols: update symbols for this version - d/libwbclient0.symbols: update symbols for this version - d/ctdb.install: new binary ctdb_local_daemons [In 2:4.10.7+dfsg-1] - d/samba-dev.install: use globbing for the header files with exceptions for wbclient.h and libsmbclient.h, which belong in other packages. [In 2:4.10.7+dfsg-1] - d/rules: fix globbing used to move the dckeytab python module to the samba package, and add a comment explaining why this is being done. [In 2:4.10.7+dfsg-1] - Switch to python3 (in 2:4.10.7+dfsg-1): + d/rules: calculate the ldb version using python3, and drop the "really" bit since the real 1.5.x series is being used now. + d/rules: make sure python3 is used for the build + d/rules: adjust globbing to remove the python3 version of tevent.so + d/rules: drop PYVERS, unused + d/control: adjust dependencies (build and runtime) for python3 + d/python3-samba.install, d/control: new python3-samba package (LP #1440381) + d/control, d/python-samba.install: get rid of python-samba, which is py2 + d/python3-samba.lintian-overrides: use the same overrides we had for python-samba, now deleted. + d/samba-dev.install, d/samba-libs.install: update file list + d/t/control, d/t/python-smoke: use python3 + d/control: use ${python3:Depends} now instead of the python 2 counterpart for samba and samba-common-bin. - d/control: drop suggests for python-gpgme, it's no longer available. [In 2:4.10.7+dfsg-1] - d/gbp.conf, d/watch, r/README.source: updated for 4.10 [In 2:4.10.7+dfsg-1] - d/control: update cmocka build-depends to >= 1.1.3 [In 2:4.10.7+dfsg-1] - d/samba-libs.install: bump passdb minor to 0.27.2 [In 2:4.10.7+dfsg-1] - d/ctdb.install, d/rules: create ctdb run directory into tmpfiles.d to allow pid file to exist (LP #1821775) [In 2:4.10.7+dfsg-1] - Allow proper ctdb initalization (LP #1828799): + d/ctdb.dirs: added /var/lib/ctdb/* directories + d/ctdb.postrm: remove leftovers from: /var/lib/ctdb/{state,persistent,volatile,scripts} [In 2:4.10.7+dfsg-1] - d/rules: installing provided config examples and helper scripts - Examples of NFS HA CTDB config files + helper script: + d/ctdb.example.enable.nfs.sh + d/ctdb.example.nfs-common + d/ctdb.example.nfs-kernel-server + d/ctdb.example.services + d/ctdb.example.sysctl-nfs-static-ports.conf [In 2:4.10.7+dfsg-1] - debian/rules: Make DEB_HOST_ARCH_CPU initialized through dpkg-architecture (Closes: #931138) [In 2:4.10.7+dfsg-1] - d/control: update ldb build-deps to 1.5.5 [In 2:4.10.7+dfsg-1] - SECURITY UPDATE: restricted share escape by user (LP #1842533) [fixed upstream in 4.11.0rc2] + debian/patches/CVE-2019-10197-01-v4-10.patch: smbd: separate out impersonation debug info into a new function. + debian/patches/CVE-2019-10197-02-v4-10.patch: smbd: make sure that change_to_user_internal() always resets current_user.done_chdir + debian/patches/CVE-2019-10197-03-v4-10.patch: smbd: make sure we reset current_user.{need,done}_chdir in become_root() + debian/patches/CVE-2019-10197-04-v4-10.patch: selftest: make fsrvp_share its own independent subdirectory + debian/patches/CVE-2019-10197-05-v4-10.patch: test_smbclient_s3.sh: add regression test for the no permission on share root problem + debian/patches/CVE-2019-10197-06-v4-10.patch: smbd: split change_to_user_impersonate() out of change_to_user_internal() + CVE-2019-10197 * Added: - d/control: drop python3-matplotlib. It's only used in script/attr_count_read which is not installed with the samba packages. Checksums-Sha1: 42db6975adb8d466d94d29466877382f712c96f4 2245504 ctdb-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb ecf731a4a646f1d4e2b4e03679ec46ecdc2d450c 619864 ctdb_4.11.1+dfsg-3ubuntu1_arm64.deb 529fd419d72432dcc4f9ad0ebe61a922ee9692d9 29360 libnss-winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 4c072fdef886b32c0e09262faba0d88780ef6dc4 13448 libnss-winbind_4.11.1+dfsg-3ubuntu1_arm64.deb 7577d8037c75a08fe469c708b5cba66ec7959224 43716 libpam-winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 59263d5a7d9f935be9ba34bf3ab3524ec789a25e 29820 libpam-winbind_4.11.1+dfsg-3ubuntu1_arm64.deb ce644d6c10909b1ae51c85f3e74d852f80b59fe7 141692 libsmbclient-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb ae05347169813cdc596b11a5f05246f87fc8fa1f 40044 libsmbclient-dev_4.11.1+dfsg-3ubuntu1_arm64.deb ce72a5fc13d87020503065f0d9354be6f745b24a 54312 libsmbclient_4.11.1+dfsg-3ubuntu1_arm64.deb 91347d3c341ee00214c1d6986e16afa98726a778 19100 libwbclient-dev_4.11.1+dfsg-3ubuntu1_arm64.deb 3239a62962123aa8c5e7a68076782c3f484a56fa 330848 libwbclient0-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 518765cb97f076922360d3d91d369629b05f5761 212236 libwbclient0_4.11.1+dfsg-3ubuntu1_arm64.deb fba2e92575586b596faa7e5e85a69f21f2165577 8174752 python3-samba-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 2e6f16fc219f3eb8be6b3f34737e2a6ba4bec84e 2263580 python3-samba_4.11.1+dfsg-3ubuntu1_arm64.deb 2d21a8b365e52a1a510061a6be1a351e887ffd8a 59752 registry-tools-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 88fb5615da77ec8ae8effd1571e3bfeca643cb59 32484 registry-tools_4.11.1+dfsg-3ubuntu1_arm64.deb 2bc817c91f133f40deb15e82b81f1fa983aec623 965164 samba-common-bin-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb b157b8edd81b06f85f4066966c33a277e92817d1 500708 samba-common-bin_4.11.1+dfsg-3ubuntu1_arm64.deb 63369a5ea4fe98ca7cc0a26969677278ec35960a 1410888 samba-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb d84906609bd8a33a02f854602f62b2da71f7b13c 221144 samba-dev_4.11.1+dfsg-3ubuntu1_arm64.deb 22fb3dea2ac4c5b67c032df772d223416d1b9cac 770276 samba-dsdb-modules-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb a5af1c97e66c304a2aab7fd7cfb9fea57200c050 268388 samba-dsdb-modules_4.11.1+dfsg-3ubuntu1_arm64.deb f132ff7cbfce8c44703110c33a9e024542059108 16141840 samba-libs-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 566d698366a08d203e4a1eb16e1744898baf5b3e 4881228 samba-libs_4.11.1+dfsg-3ubuntu1_arm64.deb d7dabaa9a36b55838095bade150b48bda61abc9e 5146860 samba-testsuite-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb bbf46e74ff4435091650d07b0e815a3c51e1d2ee 1698580 samba-testsuite_4.11.1+dfsg-3ubuntu1_arm64.deb 3bcafbe76e22c7654e033fd4cd1d38b894c18d07 879868 samba-vfs-modules-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 4eccd66e8b744b611dd2b1889d8a038c3ebae7f4 343136 samba-vfs-modules_4.11.1+dfsg-3ubuntu1_arm64.deb 31129dc40c743c103c102090f59db9754ed7f610 20761 samba_4.11.1+dfsg-3ubuntu1_arm64.buildinfo 0991c015aa0bbc257876d0893777228b58ed5640 930468 samba_4.11.1+dfsg-3ubuntu1_arm64.deb 62a511fc68ac566b5d53abe176fa1b8c9ea2d7f6 185748 samba_4.11.1+dfsg-3ubuntu1_arm64_translations.tar.gz 3a28d9e023d691b4cace62a166fe0d4bf0e319a6 1108904 smbclient-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 9ad75de9efc40f75a47dae7fe268655f701fb2cc 358304 smbclient_4.11.1+dfsg-3ubuntu1_arm64.deb f764a1405fb6be44a5b0715a98e63a003ddec790 1157328 winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 872bcf3508555f2b03f6d30b885c37e495765b88 437104 winbind_4.11.1+dfsg-3ubuntu1_arm64.deb Checksums-Sha256: 9ffc95e2c226336204d84f7a66853ae49559d62f7f4c7d92504b720bee614b1e 2245504 ctdb-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 334030e7c3f3e0702f5fa79980aa7697291cca85654a1bc05046d2f60ab878b2 619864 ctdb_4.11.1+dfsg-3ubuntu1_arm64.deb 3951e31796a3a707c80e330b79fe89fca2f0bed02529d66d292c5c41ed977d2b 29360 libnss-winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 2d6fa4f792778073f91b011f7dc28ef89771cde4a415eb6c21883e893d9321c5 13448 libnss-winbind_4.11.1+dfsg-3ubuntu1_arm64.deb 5fdd698fdbbe34d1d76fe675b2e28b6478d7062e52f34d176bc212268925feb0 43716 libpam-winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 61fd5fd5be88a22dd22fac44800073be9fad69c5e529888f88dd9a18322ef6ba 29820 libpam-winbind_4.11.1+dfsg-3ubuntu1_arm64.deb ae7e026ad6f998d25ef64b37cb7d007f4d4768506317d39953e2bc292a104422 141692 libsmbclient-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 796fe83263161d7fa67866a52b8cf76bc70607e8ced9beb9d0783f4b357e7b1b 40044 libsmbclient-dev_4.11.1+dfsg-3ubuntu1_arm64.deb 4a8c75c48111c3db46d7dbaaf16be0a213906bac06279a8a6d496152ee752705 54312 libsmbclient_4.11.1+dfsg-3ubuntu1_arm64.deb f5f838af0054de1158dff1272ed8b0488dde19164d10641e682df4e47bad0317 19100 libwbclient-dev_4.11.1+dfsg-3ubuntu1_arm64.deb 60d58bc79647347c25e5b43bf69a6824e331a4857543806d69623aa71eaddd63 330848 libwbclient0-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb bc115b42acf66bf11937068d9d6a20bc57c1e66b336ff242b30b1a246b030abf 212236 libwbclient0_4.11.1+dfsg-3ubuntu1_arm64.deb c7112dd07146b7e6c985babd466bff1135605856ae9b8a1b42edafd2748e3a54 8174752 python3-samba-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 3f959b141ceba7ccc9ae12067a54919c92b921fff404e887e33408d7acf3884d 2263580 python3-samba_4.11.1+dfsg-3ubuntu1_arm64.deb dab7f006012d10ef67a95411f42b72c21f0a626b603cf86d9b28268b237b5dce 59752 registry-tools-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb e7625ace9ff7eaada96b3681c884e12015e652c5e8dc689268dc55c6f7eb59a2 32484 registry-tools_4.11.1+dfsg-3ubuntu1_arm64.deb 2222cbe7f232966a0b1a7eb5b4d989cd02b2d4e0051d13ead55f851084019df3 965164 samba-common-bin-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 37ad151b9aff22f376efe30f0a79b6bada42abc477a46c712bae09201212fffc 500708 samba-common-bin_4.11.1+dfsg-3ubuntu1_arm64.deb 53077bb50ea7cefa0fa002c4999549ffdd5f47e4340b313cdad5cbea7d254964 1410888 samba-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 61f60b3f1a56185edae0d754dfc4eb359b073da9ca05e9a629d9b542b7461eae 221144 samba-dev_4.11.1+dfsg-3ubuntu1_arm64.deb d6d5736870677bdd00b1e097eee5612eb78ac39c44192f13f1d57b9e0b63e2c4 770276 samba-dsdb-modules-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 0d5aabbf518a8913ca30432a6c01ae38e89404ee7af97955dbbecd3bcb41625e 268388 samba-dsdb-modules_4.11.1+dfsg-3ubuntu1_arm64.deb 762db3c4e59abdebabf45aac178b5138c69fb9e5733ad13ab54d261a1e1e3782 16141840 samba-libs-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb a79e3a503f8ff32990f269d956c1b8c336c3b23ef01ff1126e7f52968f1d4a51 4881228 samba-libs_4.11.1+dfsg-3ubuntu1_arm64.deb ad246a21c2fe2c239d80298337d7e56b50913a92464543d8e8d899727c2c24bf 5146860 samba-testsuite-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 1e63701a20ff16b39697484234728247906d52693816fc863a65a0448560631b 1698580 samba-testsuite_4.11.1+dfsg-3ubuntu1_arm64.deb cee844961c56db0949b2103c409ab9b14fdc832d1ba207ae8e8a2b7e9bc69f12 879868 samba-vfs-modules-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb a62e13517f190d8b802b040fc4c6409e942b76d4131f3fb881d6213fffec1813 343136 samba-vfs-modules_4.11.1+dfsg-3ubuntu1_arm64.deb 2078e604a00efb44ed75fd27dd89b03c341a957b1622e183420791af59552f14 20761 samba_4.11.1+dfsg-3ubuntu1_arm64.buildinfo 938f12f978e386398545cdf8566d143e11cdc7462bdb08b7d2524b4a36c1767b 930468 samba_4.11.1+dfsg-3ubuntu1_arm64.deb 95b0c57531a124c38511539775e81d9bf816fbd9ca4ca925c732f5f431a87f1e 185748 samba_4.11.1+dfsg-3ubuntu1_arm64_translations.tar.gz b5489cbe2a5c25fc27ff757802eb3ffef3d1784fbae8bbeb225f34e6f7b97b1f 1108904 smbclient-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 4182f93dc62f3e479a7c50fa8640db32dceab804448f6e8d2ee9b043e94bca60 358304 smbclient_4.11.1+dfsg-3ubuntu1_arm64.deb f7c8093956ae27058fdcd561d98bf52ce8759f9577208ffd8c62ebf5ebc51e05 1157328 winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 28bc41f2895d36e142c677bf40e815fff85cf72a1d6abbf20dc5cda77ba712af 437104 winbind_4.11.1+dfsg-3ubuntu1_arm64.deb Files: 2bae42b647643523f52f83dc03ea45ca 2245504 debug optional ctdb-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 8200356d644a235492f69f7f35f14feb 619864 net optional ctdb_4.11.1+dfsg-3ubuntu1_arm64.deb 606fbdce1192d5c9ff9a81edce2010f5 29360 debug optional libnss-winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 11fe56e1dca71301751d06a7e21bee92 13448 admin optional libnss-winbind_4.11.1+dfsg-3ubuntu1_arm64.deb 827a1a101df8ad3d63927681f65ecd7a 43716 debug optional libpam-winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 399ce3775f60244a1fb85535e5358fc5 29820 admin optional libpam-winbind_4.11.1+dfsg-3ubuntu1_arm64.deb 7e7abcf69416a48a234169e23e1121fd 141692 debug optional libsmbclient-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 3bd1291fed3ce9add813031c653f274e 40044 libdevel optional libsmbclient-dev_4.11.1+dfsg-3ubuntu1_arm64.deb 2e0de5ff5a4081d58bd05e803f873ce1 54312 libs optional libsmbclient_4.11.1+dfsg-3ubuntu1_arm64.deb 23ee876df3fdeb8f38ce0944e223e586 19100 libdevel optional libwbclient-dev_4.11.1+dfsg-3ubuntu1_arm64.deb a4d7df43eaba3f8e93080d2dd79c1e35 330848 debug optional libwbclient0-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 730d81c04b8d4815a77babf96a8dfa8c 212236 libs optional libwbclient0_4.11.1+dfsg-3ubuntu1_arm64.deb dc046e6cbddee6fff0c74c8c5c3b3eec 8174752 debug optional python3-samba-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb d30c73be5e984c84875dd07273500b19 2263580 python optional python3-samba_4.11.1+dfsg-3ubuntu1_arm64.deb 42b74ae7dc8cb964dea9c583d32bd135 59752 debug optional registry-tools-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 66ab69c9e7a80f8312231240985dc712 32484 net optional registry-tools_4.11.1+dfsg-3ubuntu1_arm64.deb ab1a4882f069ceece00bb0ce85067f27 965164 debug optional samba-common-bin-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 7cde754b4929a6686bcacffc426ff974 500708 net optional samba-common-bin_4.11.1+dfsg-3ubuntu1_arm64.deb 66d5c46fb4e298467fe83d8cd03b64c6 1410888 debug optional samba-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 6e5409fdc6804865900855633286dcdc 221144 devel optional samba-dev_4.11.1+dfsg-3ubuntu1_arm64.deb 8ebdd1d68da6c41ba43dd9c7b392fec7 770276 debug optional samba-dsdb-modules-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 8c82bea6c6543ea043f45011d106dae8 268388 libs optional samba-dsdb-modules_4.11.1+dfsg-3ubuntu1_arm64.deb f910ce269595d920591333f656c65386 16141840 debug optional samba-libs-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb a1ac00bfa6ef255e666a6a6a41967779 4881228 libs optional samba-libs_4.11.1+dfsg-3ubuntu1_arm64.deb 22f8e585c2350a5a57811f09cee5a97f 5146860 debug optional samba-testsuite-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb feb3966b1e52bec3f237c565dd282550 1698580 net optional samba-testsuite_4.11.1+dfsg-3ubuntu1_arm64.deb d5383446a0d38b4edf0e7da3e7fe69fd 879868 debug optional samba-vfs-modules-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 47fc39e882846e4cbf18880e5efd3ce4 343136 net optional samba-vfs-modules_4.11.1+dfsg-3ubuntu1_arm64.deb fcb0060e69b80df229d9c0d34e764122 20761 net optional samba_4.11.1+dfsg-3ubuntu1_arm64.buildinfo fd86399322fef45233dd95d53fbf51a3 930468 net optional samba_4.11.1+dfsg-3ubuntu1_arm64.deb 198fa2df2cebf06a6080491f767e6dcd 185748 raw-translations - samba_4.11.1+dfsg-3ubuntu1_arm64_translations.tar.gz c7ce9cb45de2cb210517386a74db68e6 1108904 debug optional smbclient-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 346fe390f6306153df402365829c8606 358304 net optional smbclient_4.11.1+dfsg-3ubuntu1_arm64.deb c2be9f32fbeb65dc191452eb0b222e08 1157328 debug optional winbind-dbgsym_4.11.1+dfsg-3ubuntu1_arm64.ddeb 609b24d8c4e1cde0909fe52fe81363d2 437104 net optional winbind_4.11.1+dfsg-3ubuntu1_arm64.deb Original-Maintainer: Debian Samba Maintainers