Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openldap2 for openSUSE:Factory checked in at 2023-04-16 16:06:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openldap2 (Old) and /work/SRC/openSUSE:Factory/.openldap2.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openldap2" Sun Apr 16 16:06:47 2023 rev:179 rq:1079577 version:2.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/openldap2/openldap2.changes 2022-12-11 17:16:25.561810899 +0100 +++ /work/SRC/openSUSE:Factory/.openldap2.new.19717/openldap2.changes 2023-04-16 16:06:50.968738862 +0200 @@ -1,0 +2,55 @@ +Sat Apr 15 10:42:10 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.6.4: + * Fixed client tools to remove 'h' and 'p' options + * Fixed ldapsearch memory leak with paged results (ITS#9860) + * Fixed libldap ldif_open_urlto check for failure (ITS#9904) + * Fixed libldap ldap_url_parsehosts check for failure + * Fixed liblunicode UTF8bvnormalize buffer size (ITS#9955) + * Fixed lloadd memory leaks (ITS#9907) + * Fixed lloadd shutdown code to protect memory correctly + * Fixed lloadd race in epoch.c (ITS#9947) + * Fixed lloadd potential deadlock with cn=monitor (ITS#9951) + * Fixed lloadd to keep listener base around when not active + * Fixed lloadd object reclamation sequencing (ITS#9983) + * Fixed slapd memory leak with olcAuthIDRewrite (ITS#6035) + * Fixed slapd free of redundant cmdline option (ITS#9912) + * Fixed slapd transactions extended operations cleanup after + * Fixed slapd deadlock with replicated cn=config + * Fixed slapd connection close logic (ITS#9991) + * Fixed slapd bconfig locking of cn=config entries (ITS#9045) + * Fixed slapd-mdb max number of index databases to 256 + * Fixed slapd-mdb to always release entries from ADD operations + * Fixed slapd-mdb to fully init empty DN in tool_entry_get + * Fixed slapd-monitor memory leaks with lloadd (ITS#9906) + * Fixed slapd-monitor to free remembered cookies (ITS#9339) + * Fixed slapo-accesslog reqStart ordering matching rule + * Fixed slapo-deref memory leak (ITS#9924) + * Fixed slapo-dynlist to ignore irrelevant objectClasses + * Fixed slapo-dynlist to avoid unnecessary searches (ITS#9929) + * Fixed slapo-dynlist to mark internal searches as such + * Fixed slapo-pcache crash in consistency_check (ITS#9966) + * Fixed slapo-remoteauth memory leaks (ITS#9438) + * Fixed slapo-rwm memory leaks (ITS#9817) + * Build Environment + * Fixed ancient DOS related ifdef checks (ITS#9925) + * Fixed build process to not use gmake specific features + * Fixed source tree to remove symlinks (ITS#9926) + * Fixed slapo-otp testdir creation (ITS#9437) + * Fixed slapd-tester memory leak (ITS#9908) + * Fixed usage of non-standard C syntax (ITS#9898, ITS#9899, + ITS#9901) + * Fixed usage of bashism (ITS#9900) + * Fixed test suite portability (ITS#9931) + * Documentation + * Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind + (ITS#9976) + * Fixed slapo-asyncmeta(5) to clarify scheduling for target + connections (ITS#9941) + * Fixed slapo-dynlist(5) to clarify configuration settings + (ITS#9957) + * Fixed slapo-unique(5) to clarify when quoting should be used + (ITS#9915) + * Minor cleanup + +------------------------------------------------------------------- Old: ---- openldap-2.6.3.tgz openldap-2.6.3.tgz.asc New: ---- openldap-2.6.4.tgz openldap-2.6.4.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openldap2.spec ++++++ --- /var/tmp/diff_new_pack.goFC4X/_old 2023-04-16 16:06:53.492753412 +0200 +++ /var/tmp/diff_new_pack.goFC4X/_new 2023-04-16 16:06:53.496753435 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,6 @@ %define run_test_suite 0 -%define version_main 2.6.3 %define slapdrundir %{_rundir}/slapd %define flavor @BUILD_FLAVOR@%{nil} %if "%flavor" == "contrib" @@ -30,11 +29,11 @@ Summary: An open source implementation of the Lightweight Directory Access Protocol License: OLDAP-2.8 Group: Productivity/Networking/LDAP/Servers -Version: %{version_main} +Version: 2.6.4 Release: 0 URL: https://www.openldap.org -Source0: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version_main}.tgz -Source1: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version_main}.tgz.asc +Source0: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version}.tgz +Source1: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version}.tgz.asc Source2: openldap2.keyring Source4: sasl-slapd.conf Source5: README.module-loading @@ -79,7 +78,7 @@ %{?systemd_requires} %endif Requires: /usr/bin/awk -Requires: libldap2 = %{version_main} +Requires: libldap2 = %{version} Recommends: cyrus-sasl Conflicts: openldap PreReq: %fillup_prereq @@ -94,7 +93,7 @@ %package back-perl Summary: OpenLDAP Perl Back-End Group: Productivity/Networking/LDAP/Servers -Requires: openldap2 = %{version_main} +Requires: openldap2 = %{version} Requires: perl = %{perl_version} %description back-perl @@ -104,7 +103,7 @@ %package back-sock Summary: OpenLDAP Socket Back-End Group: Productivity/Networking/LDAP/Servers -Requires: openldap2 = %{version_main} +Requires: openldap2 = %{version} Provides: openldap2:/usr/share/man/man5/slapd-sock.5.gz %description back-sock @@ -114,7 +113,7 @@ %package back-meta Summary: OpenLDAP Meta Back-End Group: Productivity/Networking/LDAP/Servers -Requires: openldap2 = %{version_main} +Requires: openldap2 = %{version} Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz %description back-meta @@ -126,7 +125,7 @@ %package back-sql Summary: OpenLDAP SQL Back-End Group: Productivity/Networking/LDAP/Servers -Requires: openldap2 = %{version_main} +Requires: openldap2 = %{version} %description back-sql The primary purpose of this OpenLDAP backend is to present information @@ -145,7 +144,7 @@ %package contrib Summary: OpenLDAP Contrib Modules Group: Productivity/Networking/LDAP/Servers -Requires: openldap2 = %{version_main} +Requires: openldap2 = %{version} %description contrib Various overlays found in contrib/: @@ -178,7 +177,7 @@ %package client Summary: OpenLDAP client utilities Group: Productivity/Networking/LDAP/Clients -Requires: libldap2 = %{version_main} +Requires: libldap2 = %{version} %description client OpenLDAP client utilities such as ldapadd, ldapsearch, ldapmodify. @@ -192,7 +191,7 @@ %endif # Conflicts: openldap-devel -Requires: libldap2 = %{version_main} +Requires: libldap2 = %{version} Recommends: cyrus-sasl-devel %description devel @@ -213,7 +212,7 @@ %package -n libldap2 Summary: OpenLDAP Client Libraries Group: Productivity/Networking/LDAP/Clients -Recommends: libldap-data >= %{version_main} +Recommends: libldap-data >= %{version} %description -n libldap2 This package contains the OpenLDAP client libraries. @@ -221,7 +220,7 @@ %package -n libldapcpp-devel Summary: C++ wrapper around openLDAP API Group: Development/Libraries/C and C++ -Requires: libldapcpp0 = %{version_main} +Requires: libldapcpp0 = %{version} Requires: openldap2-devel %description -n libldapcpp-devel @@ -231,7 +230,7 @@ %package -n libldapcpp0 Summary: C++ wrapper around openLDAP API Group: Development/Libraries/C and C++ -Provides: ldapcpplib = %{version_main} +Provides: ldapcpplib = %{version} Obsoletes: ldapcpplib <= 0.0.5 %description -n libldapcpp0 @@ -239,7 +238,7 @@ Servers %prep -%setup -q -a 9 -n openldap-%{version_main} +%setup -q -a 9 -n openldap-%{version} %patch1 -p1 %patch3 -p1 %patch5 -p1 ++++++ openldap-2.6.3.tgz -> openldap-2.6.4.tgz ++++++ /work/SRC/openSUSE:Factory/openldap2/openldap-2.6.3.tgz /work/SRC/openSUSE:Factory/.openldap2.new.19717/openldap-2.6.4.tgz differ: char 5, line 1