From d28c3a295532d88e3b94060e8ad6412b1711067d Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 19 Dec 2022 20:13:21 -0600 Subject: [PATCH] openldap: update to 2.6.3 Signed-off-by: W. Michael Petullo --- libs/openldap/Makefile | 6 +++--- libs/openldap/patches/001-automake-compat.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 89f35dfc5a..3c56422663 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.6.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=2.6.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://gpl.savoirfairelinux.net/pub/mirrors/openldap/openldap-release/ \ https://mirror.eu.oneandone.net/software/openldap/openldap-release/ \ https://www.openldap.org/software/download/OpenLDAP/openldap-release/ -PKG_HASH:=81d09345232eb62486ecf5acacd2c56c0c45b4a6c8c066612e7f421a23a1cf87 +PKG_HASH:=d2a2a1d71df3d77396b1c16ad7502e674df446e06072b0e5a4e941c3d06c0d46 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 c1d4e86dab..d1e4b2aa97 100644 --- a/libs/openldap/patches/001-automake-compat.patch +++ b/libs/openldap/patches/001-automake-compat.patch @@ -62,7 +62,7 @@ +SHELL = @SHELL@ + SRCS = config.c context.c info.c ldapmap.c map.c params.c rule.c \ - session.c subst.c var.c xmap.c \ + session.c subst.c var.c xmap.c escapemap.c \ parse.c rewrite.c --- a/libraries/Makefile.in +++ b/libraries/Makefile.in