From: Romain Isnel Date: Sat, 22 Aug 2026 13:46:15 +0000 (+0200) Subject: openldap: update to 2.6.14 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=66d20fbcd0d9afaf82170ad915be6c9b8de786af;p=openwrt-packages.git openldap: update to 2.6.14 Changelog is available at: https://openldap.org/software/release/changes_lts.html Reworked some patches with headers to comply with patches guidelines. Signed-off-by: Romain Isnel --- diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index bcaa709eb..756846f18 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.6.13 +PKG_VERSION:=2.6.14 PKG_RELEASE:=1 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:=d693b49517a42efb85a1a364a310aed16a53d428d1b46c0d31ef3fba78fcb656 +PKG_HASH:=806dcd21d366428187fba3278da773d5930f774852c9e92517f950d585f19107 PKG_LICENSE:=OLDAP-2.8 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:openldap:openldap diff --git a/libs/openldap/patches/001-automake-compat.patch b/libs/openldap/patches/001-automake-compat.patch index d1e4b2aa9..a0cbd5faa 100644 --- a/libs/openldap/patches/001-automake-compat.patch +++ b/libs/openldap/patches/001-automake-compat.patch @@ -1,3 +1,10 @@ +From 3c78eaff96d7ba286bb0404b9bdc1a2c6aca7ec0 Mon Sep 17 00:00:00 2001 +From: W. Michael Petullo +Date: Sun, 6 Aug 2014 11:28:00 +0200 +Subject: [PATCH] automake compat + +Signed-off-by: W. Michael Petullo +--- --- a/clients/tools/Makefile.in +++ b/clients/tools/Makefile.in @@ -13,6 +13,8 @@ @@ -249,7 +256,7 @@ + SLAPTOOLS=slapadd slapcat slapdn slapindex slapmodify slappasswd slaptest slapauth slapacl slapschema PROGRAMS=slapd $(SLAPTOOLS) - XPROGRAMS=sslapd libbackends.a .backend liboverlays.a + XPROGRAMS=sslapd libbackends.a liboverlays.a --- a/servers/slapd/overlays/Makefile.in +++ b/servers/slapd/overlays/Makefile.in @@ -13,6 +13,8 @@ diff --git a/libs/openldap/patches/750-no-strip.patch b/libs/openldap/patches/750-no-strip.patch index 8cffb4f56..9c7866acd 100644 --- a/libs/openldap/patches/750-no-strip.patch +++ b/libs/openldap/patches/750-no-strip.patch @@ -1,3 +1,10 @@ +From 3c78eaff96d7ba286bb0404b9bdc1a2c6aca7ec0 Mon Sep 17 00:00:00 2001 +From: W. Michael Petullo +Date: Sun, 6 Aug 2014 11:28:00 +0200 +Subject: [PATCH] no strip + +Signed-off-by: W. Michael Petullo +--- --- a/clients/tools/Makefile.in +++ b/clients/tools/Makefile.in @@ -131,7 +131,7 @@ install-local: FORCE @@ -11,7 +18,7 @@ ) --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in -@@ -377,7 +377,7 @@ install-local-srv: install-slapd install +@@ -366,7 +366,7 @@ install-local-srv: install-slapd install install-slapd: FORCE -$(MKDIR) $(DESTDIR)$(libexecdir) -$(MKDIR) $(DESTDIR)$(localstatedir)/run