openldap: update to 2.6.3
authorW. Michael Petullo <mike@flyn.org>
Tue, 20 Dec 2022 02:13:21 +0000 (20:13 -0600)
committerRosen Penev <rosenp@gmail.com>
Fri, 23 Dec 2022 00:28:58 +0000 (16:28 -0800)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
libs/openldap/Makefile
libs/openldap/patches/001-automake-compat.patch

index 89f35dfc5ab611cd01184dde4027fc04f13ab7c8..3c5642266321f21744fe1f1166828ecb737b6fba 100644 (file)
@@ -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
index c1d4e86dab80a867c92dccd492de3c14e99b1317..d1e4b2aa978593a300cb3be34ea636d073333555 100644 (file)
@@ -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