From ba1c171604a61ead0f4e76375ed52822da068c7a Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 28 May 2024 19:43:55 -0500 Subject: [PATCH] openldap: update to 2.6.8 Signed-off-by: W. Michael Petullo --- libs/openldap/Makefile | 4 ++-- libs/openldap/patches/030-gcc14.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 libs/openldap/patches/030-gcc14.patch diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 2bc91098ef..f23d1222c0 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -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 index cfb123d9a1..0000000000 --- a/libs/openldap/patches/030-gcc14.patch +++ /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) {