Hello community, here is the log from the commit of package samba for openSUSE:Factory checked in at 2020-03-25 23:43:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samba (Old) and /work/SRC/openSUSE:Factory/.samba.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samba" Wed Mar 25 23:43:55 2020 rev:256 rq:786419 version:4.12.0+git.132.199dc21ab22 Changes: -------- --- /work/SRC/openSUSE:Factory/samba/samba.changes 2020-03-06 21:26:19.125516446 +0100 +++ /work/SRC/openSUSE:Factory/.samba.new.3160/samba.changes 2020-03-25 23:44:35.924019162 +0100 @@ -1,0 +2,66 @@ +Mon Mar 16 10:40:16 UTC 2020 - Noel Power <[email protected]> + +- ndrdump tests: Make the tests less fragile +- python/samba/gp_parse: Fix test errors with python3.8 + +------------------------------------------------------------------- +Fri Mar 13 14:19:30 UTC 2020 - Noel Power <[email protected]> + +- Starting ctdb node that was powered off hard before results + in recovery loop; (bso#14295); (bsc#1162680). + +------------------------------------------------------------------- +Fri Mar 6 15:38:01 UTC 2020 - Noel Power <[email protected]> + +- Update to samba 4.12.0 + + For details on all items see WHATSNEW.txt in samba-doc + package. + + Samba 4.12 raises this minimum version to Python + 3.5. + + Samba now requires GnuTLS 3.4.7 to be installed. + + New Spotlight backend for Elasticsearch. + + Retiring DES encryption types in Kerberos. With this release, + support for DES encryption types has been removed from + Samba, and setting DES_ONLY flag for an account will cause + Kerberos authentication to fail for that account (see + RFC-6649). + + Samba-DC: DES keys no longer saved in DB. + + The netatalk VFS module has been removed. + + The BIND9_FLATFILE DNS backend is deprecated in this release + and will be removed in the future. + + CTDB changes + + The ctdb_mutex_fcntl_helper periodically re-checks the + lock file. ++ Bugs + + Retire DES encryption types in Kerberos; (bso#14202); + bsc#(1165574). + + dsdb: Correctly handle memory in objectclass_attrs; + (bso#14258). + + s3: DFS: Don't allow link deletion on a read-only share; + (bso#14269). + + pidl/wscript: configure should insist on Parse::Yapp::Driver; + (bso#14284). + + smbd fails to handle EINTR from open(2) properly; + (bso#14285). + + ldb: version 2.1.1; (bso#14270)). + + vfs: Set getting and setting of MS-DFS redirects on the + filesystem to go through two new VFS functions + SMB_VFS_CREATE_DFS_PATHAT() and + SMB_VFS_READ_DFS_PATHAT(); (bso#14282). + + bootstrap: Remove un-used dependency python3-crypto; + (bso#14255) + + Fix CID 1458418 and 1458420; (bso#14247). + + lib: Fix a shutdown crash with "clustering = yes"; + (bso#14281). + + Winbind member (source3) fails local SAM auth with empty + domain name; (bso#14247). + + winbindd: Handle missing idmap in getgrgid(); (bso#14265). + + Don't use forward declaration for GnuTLS typedefs; (bso#14271). + + Add io_uring vfs module; (bso#14280). + + libcli:smb: Improve check for + gnutls_aead_cipher_(en|de)cryptv2; (bso#14250). + + s3: lib: nmblib. Clean up and harden nmb packet processing; + (bso#14239); + + lib:util: Log mkdir error on correct debug levels; (bso#14253). + +------------------------------------------------------------------- Old: ---- samba-4.11.6+git.120.e474a78db08.tar.bz2 New: ---- samba-4.12.0+git.132.199dc21ab22.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ samba.spec ++++++ --- /var/tmp/diff_new_pack.9RZjj3/_old 2020-03-25 23:44:38.116019878 +0100 +++ /var/tmp/diff_new_pack.9RZjj3/_new 2020-03-25 23:44:38.116019878 +0100 @@ -50,10 +50,10 @@ %endif %endif -%define talloc_version 2.2.0 -%define tevent_version 0.10.0 -%define tdb_version 1.4.2 -%define ldb_version 2.0.7 +%define talloc_version 2.3.1 +%define tevent_version 0.10.2 +%define tdb_version 1.4.3 +%define ldb_version 2.1.1 %global with_mitkrb5 1 %global with_dc 0 @@ -71,6 +71,7 @@ BuildRequires: gcc BuildRequires: make BuildRequires: patch +BuildRequires: perl-Parse-Yapp %if 0%{?suse_version} > 1300 BuildRequires: libarchive-devel %endif @@ -163,7 +164,7 @@ %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Version: 4.11.6+git.120.e474a78db08 +Version: 4.12.0+git.132.199dc21ab22 Release: 0 Url: https://www.samba.org/ Obsoletes: samba-32bit < %{version} @@ -549,12 +550,14 @@ -%package -n libndr0 +%package -n libndr1 Summary: Network Data Representation library License: GPL-3.0-or-later Group: System/Libraries +Provides: libndr0 +Obsoletes: libndr0 -%description -n libndr0 +%description -n libndr1 Network Data Representation (NDR) is an implementation of the presentation layer in the OSI model. @@ -564,7 +567,7 @@ Summary: Development files for the Network Data Representation library License: GPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: libndr0 = %{version} +Requires: libndr1 = %{version} Requires: samba-core-devel = %{version} %description -n libndr-devel @@ -1461,8 +1464,8 @@ %postun -n libndr-nbt0 -p /sbin/ldconfig %post -n libndr-standard0 -p /sbin/ldconfig %postun -n libndr-standard0 -p /sbin/ldconfig -%post -n libndr0 -p /sbin/ldconfig -%postun -n libndr0 -p /sbin/ldconfig +%post -n libndr1 -p /sbin/ldconfig +%postun -n libndr1 -p /sbin/ldconfig %post -n %{libnetapi_name} -p /sbin/ldconfig %postun -n %{libnetapi_name} -p /sbin/ldconfig %post -n libsamba-credentials0 -p /sbin/ldconfig @@ -1783,6 +1786,7 @@ %_includedir/samba-4.0/charset.h %if %{with_dc} %_includedir/samba-4.0/dcerpc_server.h +%_includedir/samba-4.0/dcesrv_core.h %endif %dir %_includedir/samba-4.0/core/ %_includedir/samba-4.0/core/doserr.h @@ -1918,6 +1922,7 @@ %{_libdir}/samba/libsocket-blocking-samba4.so %{_libdir}/samba/libsys-rw-samba4.so %{_libdir}/samba/libtalloc-report-samba4.so +%{_libdir}/samba/libtalloc-report-printf-samba4.so %{_libdir}/samba/libtdb-wrap-samba4.so %{_libdir}/samba/libtime-basic-samba4.so %{_libdir}/samba/libtorture-samba4.so @@ -1961,11 +1966,13 @@ %{_mandir}/man7/traffic_learner.7.* %{_mandir}/man7/traffic_replay.7.* %{_bindir}/vfstest +%{_bindir}/mdfind %{_mandir}/man1/gentest.1.* %{_mandir}/man1/locktest.1.* %{_mandir}/man1/masktest.1.* %{_mandir}/man1/ndrdump.1.* %{_mandir}/man1/vfstest.1.* +%{_mandir}/man1/mdfind.1.* %files winbind -f filelist-samba-winbind %defattr(-,root,root) @@ -2177,6 +2184,7 @@ %_libdir/pkgconfig/dcerpc.pc %if %{with_dc} %_libdir/libdcerpc-server.so +%_libdir/libdcerpc-server-core.so %_libdir/pkgconfig/dcerpc_server.pc %endif @@ -2228,9 +2236,9 @@ %_libdir/libndr-standard.so %_libdir/pkgconfig/ndr_standard.pc -%files -n libndr0 +%files -n libndr1 %defattr(-,root,root) -%_libdir/libndr.so.0* +%_libdir/libndr.so.1* %files -n libndr-devel %defattr(-,root,root) @@ -2422,6 +2430,8 @@ %{_libdir}/krb5/plugins/kdb/samba.so %{_libdir}/libdcerpc-server.so.0 %{_libdir}/libdcerpc-server.so.0.0.1 +%{_libdir}/libdcerpc-server-core.so.0 +%{_libdir}/libdcerpc-server-core.so.0.0.1 %{_libdir}/samba/bind9 %{_libdir}/samba/bind9/dlz_bind9.so %{_libdir}/samba/bind9/dlz_bind9_10.so @@ -2466,17 +2476,11 @@ %{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8.txt %{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8R2.txt %{_datadir}/samba/setup/dns_update_list -%{_datadir}/samba/setup/fedora-ds-init.ldif -%{_datadir}/samba/setup/fedorads-dna.ldif %{_datadir}/samba/setup/fedorads-index.ldif %{_datadir}/samba/setup/fedorads-linked-attributes.ldif %{_datadir}/samba/setup/fedorads-pam.ldif -%{_datadir}/samba/setup/fedorads-partitions.ldif -%{_datadir}/samba/setup/fedorads-refint-add.ldif -%{_datadir}/samba/setup/fedorads-refint-delete.ldif %{_datadir}/samba/setup/fedorads-samba.ldif %{_datadir}/samba/setup/fedorads-sasl.ldif -%{_datadir}/samba/setup/fedorads.inf %{_datadir}/samba/setup/idmap_init.ldif %{_datadir}/samba/setup/krb5.conf %{_datadir}/samba/setup/memberof.conf @@ -2537,7 +2541,6 @@ %{_datadir}/samba/setup/secrets_sasl_ldap.ldif %{_datadir}/samba/setup/secrets_simple_ldap.ldif %{_datadir}/samba/setup/share.ldif -%{_datadir}/samba/setup/slapd.conf %{_datadir}/samba/setup/spn_update_list %{_datadir}/samba/setup/ypServ30.ldif %{_mandir}/man8/samba.8.* @@ -2562,7 +2565,6 @@ %{_libdir}/samba/ldb/lazy_commit.so %{_libdir}/samba/ldb/ldbsamba_extensions.so %{_libdir}/samba/ldb/linked_attributes.so -%{_libdir}/samba/ldb/local_password.so %{_libdir}/samba/ldb/new_partition.so %{_libdir}/samba/ldb/objectclass.so %{_libdir}/samba/ldb/objectclass_attrs.so @@ -2583,8 +2585,6 @@ %{_libdir}/samba/ldb/schema_load.so %{_libdir}/samba/ldb/secrets_tdb_sync.so %{_libdir}/samba/ldb/show_deleted.so -%{_libdir}/samba/ldb/simple_dn.so -%{_libdir}/samba/ldb/simple_ldap_map.so %{_libdir}/samba/ldb/subtree_delete.so %{_libdir}/samba/ldb/subtree_rename.so %{_libdir}/samba/ldb/tombstone_reanimate.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.9RZjj3/_old 2020-03-25 23:44:38.144019887 +0100 +++ /var/tmp/diff_new_pack.9RZjj3/_new 2020-03-25 23:44:38.148019889 +0100 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://gitlab.suse.de/samba/suse-samba.git/</param> <param name="scm">git</param> - <param name="revision">factory-4-11-stable</param> + <param name="revision">factory-4-12-stable</param> <param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">samba(.*)</param> <param name="versionrewrite-replacement">\1</param> ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.9RZjj3/_old 2020-03-25 23:44:38.160019893 +0100 +++ /var/tmp/diff_new_pack.9RZjj3/_new 2020-03-25 23:44:38.160019893 +0100 @@ -1,7 +1,7 @@ libdcerpc0 libdcerpc-binding0 libdcerpc-samr0 -libndr0 +libndr1 libndr-krb5pac0 libndr-nbt0 libndr-standard0 ++++++ samba-4.11.6+git.120.e474a78db08.tar.bz2 -> samba-4.12.0+git.132.199dc21ab22.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/samba/samba-4.11.6+git.120.e474a78db08.tar.bz2 /work/SRC/openSUSE:Factory/.samba.new.3160/samba-4.12.0+git.132.199dc21ab22.tar.bz2 differ: char 11, line 1
