openldap: update to 2.6.7
authorkrant <aleksey.vasilenko@gmail.com>
Fri, 2 Feb 2024 11:52:11 +0000 (13:52 +0200)
committerRosen Penev <rosenp@gmail.com>
Wed, 7 Feb 2024 21:55:13 +0000 (13:55 -0800)
- Remove dead mirror URL
- Clean-up configure args

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
libs/openldap/Makefile

index 334482e663fa1051702b5e1b1105b820c1b5330f..84d90b980bc933e95cb9c277bd5c83338692cb4c 100644 (file)
@@ -8,14 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openldap
-PKG_VERSION:=2.6.6
+PKG_VERSION:=2.6.7
 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/ \
+PKG_SOURCE_URL:=https://mirror.eu.oneandone.net/software/openldap/openldap-release/ \
        https://www.openldap.org/software/download/OpenLDAP/openldap-release/
-PKG_HASH:=082e998cf542984d43634442dbe11da860759e510907152ea579bdc42fe39ea0
+PKG_HASH:=cd775f625c944ed78a3da18a03b03b08eea73c8aabc97b41bb336e9a10954930
 PKG_LICENSE:=OLDAP-2.8
 PKG_LICENSE_FILES:=LICENSE
 PKG_CPE_ID:=cpe:/a:openldap:openldap
@@ -95,14 +94,12 @@ TARGET_CFLAGS += $(FPIC) -lpthread \
        -DURANDOM_DEVICE=\\\"/dev/urandom\\\"
 
 CONFIGURE_ARGS += \
-       --enable-shared \
-       --enable-static \
        --enable-dynamic \
        --enable-syslog \
        --with-cyrus-sasl \
        --with-threads \
        --with-tls \
-       --with-yielding_select="yes" \
+       --with-yielding-select="yes" \
        --enable-null \
        --disable-relay