[packages/openldap] - updated to 2.4.49; no longer links with icu - updated nosql patch

qboosh qboosh at pld-linux.org
Wed Feb 26 20:19:20 CET 2020


commit 6c7556bb2cc237daf433224ea57de328afe55daa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 26 20:20:08 2020 +0100

    - updated to 2.4.49; no longer links with icu
    - updated nosql patch

 openldap-nosql.patch | 10 +++++-----
 openldap.spec        |  7 +++----
 2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index 15e2ba1..dde823c 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -22,12 +22,12 @@ Summary(pt_BR.UTF-8):	Clientes e servidor para LDAP
 Summary(ru.UTF-8):	Образцы клиентов LDAP
 Summary(uk.UTF-8):	Зразки клієнтів LDAP
 Name:		openldap
-Version:	2.4.48
-Release:	2
+Version:	2.4.49
+Release:	1
 License:	OpenLDAP Public License
 Group:		Networking/Daemons
 Source0:	ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
-# Source0-md5:	0729a0711fe096831dedc159e0bbe73f
+# Source0-md5:	2a47a6bb4319357ea7b032c45283e79e
 Source1:	http://download.oracle.com/berkeley-db/db-%{db_version}.tar.gz
 # Source1-md5:	718082e7e35fc48478a2334b0bc4cd11
 Source2:	ldap.init
@@ -69,7 +69,6 @@ BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
 %if %{with sasl}
 BuildRequires:	cyrus-sasl-devel >= 2.1.15
-BuildRequires:	libicu-devel
 %endif
 %if %{with system_db}
 BuildRequires:	db-devel >= 4.4
diff --git a/openldap-nosql.patch b/openldap-nosql.patch
index fe23ccb..cdb81f8 100644
--- a/openldap-nosql.patch
+++ b/openldap-nosql.patch
@@ -1,14 +1,14 @@
 Don't link directly with perl or sql libraries -- they're pulled in by
 demand-loaded backends.
 
---- openldap-2.3.11/build/top.mk.nosql	2005-08-29 14:46:17.000000000 -0400
-+++ openldap-2.3.11/build/top.mk	2005-10-28 21:15:15.000000000 -0400
-@@ -197,7 +197,7 @@
+--- openldap-2.4.49/build/top.mk.orig	2020-02-26 19:49:38.964606730 +0100
++++ openldap-2.4.49/build/top.mk	2020-02-26 19:57:31.642046017 +0100
+@@ -200,7 +200,7 @@
  SLAPD_SQL_INCLUDES = @SLAPD_SQL_INCLUDES@
  SLAPD_SQL_LIBS = @SLAPD_SQL_LIBS@
  
--SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ $(ICU_LIBS)
-+SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ $(ICU_LIBS)
+-SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@
++SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@
  
  # Our Defaults
  CC = $(AC_CC)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openldap.git/commitdiff/6c7556bb2cc237daf433224ea57de328afe55daa



More information about the pld-cvs-commit mailing list