openldap: update to 2.6.8
authorW. Michael Petullo <[email protected]>
Wed, 29 May 2024 00:43:55 +0000 (19:43 -0500)
committerRosen Penev <[email protected]>
Thu, 30 May 2024 01:48:10 +0000 (18:48 -0700)
Signed-off-by: W. Michael Petullo <[email protected]>
libs/openldap/Makefile
libs/openldap/patches/030-gcc14.patch [deleted file]

index 2bc91098efc3ef3c6f8d38506046d458491c1ad3..f23d1222c0629d00d54e51b20f1ba7695291a10b 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openldap
-PKG_VERSION:=2.6.7
+PKG_VERSION:=2.6.8
 PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=https://mirror.eu.oneandone.net/software/openldap/openldap-release/ \
        https://www.openldap.org/software/download/OpenLDAP/openldap-release/
-PKG_HASH:=cd775f625c944ed78a3da18a03b03b08eea73c8aabc97b41bb336e9a10954930
+PKG_HASH:=48969323e94e3be3b03c6a132942dcba7ef8d545f2ad35401709019f696c3c4e
 PKG_LICENSE:=OLDAP-2.8
 PKG_LICENSE_FILES:=LICENSE
 PKG_CPE_ID:=cpe:/a:openldap:openldap
diff --git a/libs/openldap/patches/030-gcc14.patch b/libs/openldap/patches/030-gcc14.patch
deleted file mode 100644 (file)
index cfb123d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/servers/slapd/config.c
-+++ b/servers/slapd/config.c
-@@ -151,7 +151,7 @@ int config_check_vals(ConfigTable *Conf,
-       int rc, arg_user, arg_type, arg_syn, iarg;
-       unsigned uiarg;
-       long larg;
--      size_t ularg;
-+      unsigned long ularg;
-       ber_len_t barg;
-       
-       if(Conf->arg_type == ARG_IGNORED) {