From d9e8462570c5b4698254195083d05dbbb9807692 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 6 Sep 2026 11:09:48 +0200 Subject: [PATCH] package/openldap: bump version to 2.6.14 https://github.com/openldap/openldap/blob/OPENLDAP_REL_ENG_2_6_14/CHANGES https://www.openldap.org/software/release/changes_lts.html Rebased patch 0001. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/openldap/0001-fix-bignum.patch | 4 ++-- package/openldap/openldap.hash | 4 ++-- package/openldap/openldap.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/openldap/0001-fix-bignum.patch b/package/openldap/0001-fix-bignum.patch index 1c71cd3165..33224356b4 100644 --- a/package/openldap/0001-fix-bignum.patch +++ b/package/openldap/0001-fix-bignum.patch @@ -11,7 +11,7 @@ So, keep the check for the bignum header, but check against ol_link_tls which means that openssl is enabled when we find the bignum headers. Signed-off-by: "Yann E. MORIN" -[Bernd: rebased for 2.6.13] +[Bernd: rebased for 2.6.14] Signed-off-by: Bernd Kuhls diff -durN openldap-2.4.40.orig/configure openldap-2.4.40/configure @@ -28,7 +28,7 @@ diff -durN openldap-2.4.40.orig/configure openldap-2.4.40/configure printf "%s\n" "#define USE_MP_BIGNUM 1" >>confdefs.h --- openldap-2.5.15.orig/configure.ac 2023-10-23 11:03:46.292215101 +0200 +++ openldap-2.5.16/configure.ac 2023-10-23 11:05:07.245355497 +0200 -@@ -2327,7 +2327,7 @@ +@@ -2328,7 +2328,7 @@ AC_CHECK_HEADERS(openssl/crypto.h) if test "$ac_cv_header_openssl_bn_h" = "yes" && test "$ac_cv_header_openssl_crypto_h" = "yes" && diff --git a/package/openldap/openldap.hash b/package/openldap/openldap.hash index de2fee536f..0ee1152a75 100644 --- a/package/openldap/openldap.hash +++ b/package/openldap/openldap.hash @@ -1,5 +1,5 @@ # Verified by locally checking against the SHA3-512 hash available in -# https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.13.sha3-512 +# https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.14.sha3-512 # Locally computed -sha256 d693b49517a42efb85a1a364a310aed16a53d428d1b46c0d31ef3fba78fcb656 openldap-2.6.13.tgz +sha256 806dcd21d366428187fba3278da773d5930f774852c9e92517f950d585f19107 openldap-2.6.14.tgz sha256 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569 LICENSE diff --git a/package/openldap/openldap.mk b/package/openldap/openldap.mk index 6d30a22f54..b29cd384ef 100644 --- a/package/openldap/openldap.mk +++ b/package/openldap/openldap.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENLDAP_VERSION = 2.6.13 +OPENLDAP_VERSION = 2.6.14 OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz OPENLDAP_SITE = https://www.openldap.org/software/download/OpenLDAP/openldap-release OPENLDAP_LICENSE = OpenLDAP Public License