Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2024-08-01 22:03:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openldap2 (Old)
 and      /work/SRC/openSUSE:Factory/.openldap2.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openldap2"

Thu Aug  1 22:03:47 2024 rev:185 rq:1190628 version:2.6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/openldap2/openldap2.changes      2024-05-28 
17:27:49.105813986 +0200
+++ /work/SRC/openSUSE:Factory/.openldap2.new.7232/openldap2.changes    
2024-08-01 22:04:05.859645707 +0200
@@ -1,0 +2,22 @@
+Wed Jul 31 05:11:48 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to relese 2.6.8
+  * slapd: ability to log directly to a file bypassing syslog
+  * back-ndb has been retired
+  * back-sql and back-perl have been deprecated
+  * lloadd enhancments:
+  * Additional load balancing strategies
+  * Additional options to improve coherence with certain
+    controls and extended operations
+  * Ability to log directly to a file bypassing syslog
+- Delete gcc14.patch, openldap2-fb9e6a81bbee.patch (merged)
+- Drop rcslapd symlink
+
+-------------------------------------------------------------------
+Mon Jul 29 17:06:34 UTC 2024 - Martin Jambor <mjam...@suse.com>
+
+- Backported one hunk from upstream commit fb9e6a81bbee as
+  openldap2-fb9e6a81bbee.patch to fix incompatible pointer type being
+  passed to a function which is diagnosed as an error by GCC 14.
+
+-------------------------------------------------------------------

Old:
----
  gcc14.patch
  openldap-2.6.7.tgz
  openldap-2.6.7.tgz.asc

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  openldap-2.6.8.tgz
  openldap-2.6.8.tgz.asc

BETA DEBUG BEGIN:
  Old:  * Ability to log directly to a file bypassing syslog
- Delete gcc14.patch, openldap2-fb9e6a81bbee.patch (merged)
- Drop rcslapd symlink
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openldap2.spec ++++++
--- /var/tmp/diff_new_pack.paMC9r/_old  2024-08-01 22:04:06.783683818 +0200
+++ /var/tmp/diff_new_pack.paMC9r/_new  2024-08-01 22:04:06.783683818 +0200
@@ -26,9 +26,9 @@
 %endif
 
 Name:           openldap2%{name_suffix}
-Version:        2.6.7
+Version:        2.6.8
 Release:        0
-Summary:        An open source implementation of the Lightweight Directory 
Access Protocol
+Summary:        An implementation of the Lightweight Directory Access Protocol
 License:        OLDAP-2.8
 Group:          Productivity/Networking/LDAP/Servers
 URL:            https://www.openldap.org
@@ -56,7 +56,6 @@
 Patch5:         0005-pie-compile.dif
 Patch8:         0008-In-monitor-backend-do-not-return-Connection0-entries.patch
 Patch16:        0016-Clear-shared-key-only-in-close-function.patch
-Patch17:        gcc14.patch
 BuildRequires:  argon2-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
@@ -92,7 +91,7 @@
 The server provides several database backends and overlays.
 
 %package back-perl
-Summary:        OpenLDAP Perl Back-End
+Summary:        OpenLDAP Perl backend
 Group:          Productivity/Networking/LDAP/Servers
 Requires:       openldap2 = %{version}
 Requires:       perl = %{perl_version}
@@ -102,7 +101,7 @@
 different LDAP operations.
 
 %package back-sock
-Summary:        OpenLDAP Socket Back-End
+Summary:        OpenLDAP Socket backend
 Group:          Productivity/Networking/LDAP/Servers
 Requires:       openldap2 = %{version}
 Provides:       openldap2:/usr/share/man/man5/slapd-sock.5.gz
@@ -112,7 +111,7 @@
 results with an external process listening on a Unix domain socket.
 
 %package back-meta
-Summary:        OpenLDAP Meta Back-End
+Summary:        OpenLDAP Meta backend
 Group:          Productivity/Networking/LDAP/Servers
 Requires:       openldap2 = %{version}
 Provides:       openldap2:/usr/share/man/man5/slapd-meta.5.gz
@@ -124,7 +123,7 @@
 Information Tree (DIT).
 
 %package back-sql
-Summary:        OpenLDAP SQL Back-End
+Summary:        OpenLDAP SQL backend
 Group:          Productivity/Networking/LDAP/Servers
 Requires:       openldap2 = %{version}
 
@@ -185,12 +184,11 @@
 
 %package devel
 Summary:        Libraries, Header Files and Documentation for OpenLDAP
-# bug437293
 Group:          Development/Libraries/C and C++
 %ifarch ppc64
+# bug437293
 Obsoletes:      openldap2-devel-64bit
 %endif
-#
 Conflicts:      openldap-devel
 Requires:       libldap2 = %{version}
 Recommends:     cyrus-sasl-devel
@@ -391,11 +389,8 @@
 rm -f %{buildroot}/etc/openldap/slapd.ldif*
 mv servers/slapd/back-sql/rdbms_depend servers/slapd/back-sql/examples
 
-ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcslapd
-
 rm -f %{buildroot}%{_libdir}/openldap/*.a
 rm -f %{buildroot}/usr/share/man/man5/slapd-dnssrv.5
-rm -f %{buildroot}/usr/share/man/man5/slapd-ndb.5
 rm -f %{buildroot}/usr/share/man/man5/slapd-null.5
 rm -f %{buildroot}/usr/share/man/man5/slapd-passwd.5
 rm -f %{buildroot}/usr/share/man/man5/slapd-shell.5
@@ -455,7 +450,6 @@
 %dir %{_sysconfdir}/openldap/schema
 %{_fillupdir}/sysconfig.openldap
 %{_sbindir}/slap*
-%{_sbindir}/rcslapd
 %{_libdir}/openldap/back_ldap*
 %{_libdir}/openldap/back_mdb*
 %{_libdir}/openldap/back_relay*
@@ -470,6 +464,7 @@
 %{_libdir}/openldap/dynlist*
 %{_libdir}/openldap/homedir*
 %{_libdir}/openldap/memberof*
+%{_libdir}/openldap/nestgroup*
 %{_libdir}/openldap/otp*
 %{_libdir}/openldap/pcache*
 %{_libdir}/openldap/ppolicy*

++++++ _scmsync.obsinfo ++++++
mtime: 1722414979
commit: 8f998cd85104beab1c2213b0cf5f7feef907d8925abdcf712f80fea621e003a1
url: https://src.opensuse.org/jengelh/openldap2
revision: master

++++++ openldap-2.6.7.tgz -> openldap-2.6.8.tgz ++++++
/work/SRC/openSUSE:Factory/openldap2/openldap-2.6.7.tgz 
/work/SRC/openSUSE:Factory/.openldap2.new.7232/openldap-2.6.8.tgz differ: char 
5, line 1

Reply via email to