From 04ed273b6db34259ed42ca2d0243328309849c65c90327ad9af32b7633ab7717 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 7 Apr 2021 10:02:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=643 --- _service | 2 +- baselibs.conf | 3 +- samba-4.13.4+git.199.be6e11f5ab2.tar.bz2 | 3 -- samba-4.14.2+git.159.2a8872214bf.tar.bz2 | 3 ++ samba.changes | 22 ++++++++++++ samba.spec | 46 +++++++++--------------- 6 files changed, 45 insertions(+), 34 deletions(-) delete mode 100644 samba-4.13.4+git.199.be6e11f5ab2.tar.bz2 create mode 100644 samba-4.14.2+git.159.2a8872214bf.tar.bz2 diff --git a/_service b/_service index 34f66bc..7a698c9 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.suse.de/samba/suse-samba.git/ git - factory-4-13-stable + factory-4-14-stable @PARENT_TAG@+git.@TAG_OFFSET@.%h samba-(.*) \1 diff --git a/baselibs.conf b/baselibs.conf index 69505ac..0b0cf3b 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -8,7 +8,8 @@ libndr-standard0 libnetapi0 libnetapi-devel requires "libnetapi0- = %version" -libsamba-credentials0 +libsamba-credentials1 + obsoletes "libsamba-credentials0 < " libsamba-errors0 libsamba-hostconfig0 libsamba-passdb0 diff --git a/samba-4.13.4+git.199.be6e11f5ab2.tar.bz2 b/samba-4.13.4+git.199.be6e11f5ab2.tar.bz2 deleted file mode 100644 index 8ef35ab..0000000 --- a/samba-4.13.4+git.199.be6e11f5ab2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43a80c16bd2a94579245230ea3bef8dc561f1a31f33eb80ab0e5c2c6c6260394 -size 24918402 diff --git a/samba-4.14.2+git.159.2a8872214bf.tar.bz2 b/samba-4.14.2+git.159.2a8872214bf.tar.bz2 new file mode 100644 index 0000000..184d45d --- /dev/null +++ b/samba-4.14.2+git.159.2a8872214bf.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2467cbe4ccffc1529149d4331cc2ccdffc7b48eb1145d3ef79189789b10b51f7 +size 25088403 diff --git a/samba.changes b/samba.changes index 641bca6..7aee11c 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Mar 31 14:59:15 UTC 2021 - Samuel Cabrero + +- Update to 4.14.2 + * Release with dependency on ldb version 2.3.0. + +- Update to 4.14.1 + * CVE-2021-20277: Fix out of bounds read in ldb_handler_fold; (bso#14655); + * CVE-2020-27840: Fix unauthenticated remote heap corruption via bad DNs; + (bso#14595); + +- Update to 4.14.0 + * VFS layer modernized. + * Printers publishing in AD improved. + * Client group policies support for sudoers configuration and + cron jobs. + * Improved consistency of samba-tool subcommands. + * CTDB now uses the terms leader and follower instead of master and + slave. Configuration options have changed accordingly. + * The ctdb isnotrecmaster command is removed. + * For details on all items see WHATSNEW.txt in samba-doc package. + ------------------------------------------------------------------- Mon Mar 1 12:09:56 UTC 2021 - Samuel Cabrero diff --git a/samba.spec b/samba.spec index fe9e0ef..7008f85 100644 --- a/samba.spec +++ b/samba.spec @@ -50,10 +50,10 @@ %endif %endif -%define talloc_version 2.3.1 +%define talloc_version 2.3.2 %define tevent_version 0.10.2 %define tdb_version 1.4.3 -%define ldb_version 2.1.4 +%define ldb_version 2.3.0 %global with_mitkrb5 1 %global with_dc 0 @@ -103,6 +103,8 @@ BuildRequires: pam-devel BuildRequires: popt-devel BuildRequires: python3-devel BuildRequires: python3-xml +BuildRequires: python3-Markdown +BuildRequires: python3-dnspython BuildRequires: readline-devel %if 0%{?suse_version} >= 1330 BuildRequires: rpcgen @@ -170,7 +172,7 @@ BuildRequires: liburing-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Version: 4.13.4+git.199.be6e11f5ab2 +Version: 4.14.2+git.159.2a8872214bf Release: 0 Url: https://www.samba.org/ Obsoletes: samba-32bit < %{version} @@ -397,6 +399,8 @@ Requires(pre): coreutils Requires(pre): /bin/mktemp Requires(pre): /usr/bin/killall Requires(pre): /usr/bin/sed +Provides: ctdb-tests = %{version} +Obsoletes: ctdb-tests <= %{version} %description -n ctdb ctdb is the clustered database used by Samba @@ -411,14 +415,6 @@ The CTDB Performance Co-Pilot (PCP) monitoring agent allows remote PCP clients to view and capture detailed real-time performance metrics for one or more cluster nodes. -%package -n ctdb-tests -Summary: CTDB clustered database test suite -License: GPL-3.0-or-later -Group: Development/Tools - -%description -n ctdb-tests -Test suite for clustered database (CTDB). - %package -n libdcerpc-binding0 Summary: Some samba library @@ -585,12 +581,13 @@ applications that want to make use of libndr. -%package -n libsamba-credentials0 +%package -n libsamba-credentials1 Summary: Samba credential management library License: GPL-3.0-or-later Group: System/Libraries +Obsoletes: libsamba-credentials0 < %{version} -%description -n libsamba-credentials0 +%description -n libsamba-credentials1 This subpackage contains libraries for credentials management. @@ -598,7 +595,7 @@ This subpackage contains libraries for credentials management. Summary: Development files for the Samba credential management library License: GPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: libsamba-credentials0 = %{version} +Requires: libsamba-credentials1 = %{version} %description -n libsamba-credentials-devel This subpackage contains libraries and header files for developing @@ -1483,8 +1480,8 @@ fi %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 -%postun -n libsamba-credentials0 -p /sbin/ldconfig +%post -n libsamba-credentials1 -p /sbin/ldconfig +%postun -n libsamba-credentials1 -p /sbin/ldconfig %post -n libsamba-errors0 -p /sbin/ldconfig %postun -n libsamba-errors0 -p /sbin/ldconfig %post -n libsamba-hostconfig0 -p /sbin/ldconfig @@ -2022,6 +2019,7 @@ exit 0 %{_libdir}/samba/idmap %{_libdir}/samba/nss_info %dir %{_libdir}/samba/krb5 +%{_libdir}/samba/krb5/async_dns_krb5_locator.so %{_libdir}/samba/krb5/winbind_krb5_locator.so %{_libdir}/samba/krb5/winbind_krb5_localauth.so %{_mandir}/man1/ntlm_auth.1.* @@ -2080,6 +2078,7 @@ exit 0 %else %attr(755,root,root) %{INITDIR}/ctdb %endif +%dir %{_datadir}/ctdb %dir %{_datadir}/ctdb/events %dir %{_datadir}/ctdb/events/legacy %{_datadir}/ctdb/events/legacy/* @@ -2099,8 +2098,6 @@ exit 0 %{_sbindir}/rcctdb %{_bindir}/ctdb %{_bindir}/ctdb_diagnostics -%{_bindir}/ctdb_run_cluster_tests -%{_bindir}/ctdb_run_tests %{_bindir}/ltdbtool %{_bindir}/onnode %{_bindir}/ping_pong @@ -2141,7 +2138,6 @@ exit 0 %{_mandir}/man7/ctdb.7.* %doc %{_defaultdocdir}/ctdb %{_sysconfdir}/ctdb/config_migrate.sh -%{_bindir}/ctdb_local_daemons %if 0%{?build_ctdb_pmda} %files -n ctdb-pcp-pmda @@ -2158,13 +2154,6 @@ exit 0 %{_localstatedir}/lib/pcp/pmdas/ctdb/pmns %endif -%files -n ctdb-tests -%defattr(-,root,root) -%dir %{_libdir}/ctdb -%{_libdir}/ctdb/tests/ -%dir %{_datadir}/ctdb -%{_datadir}/ctdb/tests - %files -n libdcerpc-binding0 %defattr(-,root,root) %_libdir/libdcerpc-binding.so.0* @@ -2271,9 +2260,9 @@ exit 0 %{_libdir}/libnetapi.so %{_libdir}/pkgconfig/netapi.pc -%files -n libsamba-credentials0 +%files -n libsamba-credentials1 %defattr(-,root,root) -%_libdir/libsamba-credentials.so.0* +%_libdir/libsamba-credentials.so.1* %files -n libsamba-credentials-devel %defattr(-,root,root) @@ -2342,7 +2331,6 @@ exit 0 %_includedir/samba-4.0/util/discard.h %_includedir/samba-4.0/util/fault.h %_includedir/samba-4.0/util/signal.h -%_includedir/samba-4.0/util/string_wrappers.h %_includedir/samba-4.0/util/substitute.h %_includedir/samba-4.0/util/time.h %_libdir/libsamba-util.so