diff options
author | W. Michael Petullo <mike@flyn.org> | 2024-01-01 17:43:13 -0600 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-02 15:13:03 -0800 |
commit | 2c36e0e2765bf7bf06c1ffba5151664a3e670169 (patch) | |
tree | 8b6ec2104128299d88f0c136140a233e2a45d107 /libs | |
parent | ff82f8dcc7d38637c81937c5ef09cb13761e5369 (diff) |
openldap: update to 2.6.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index c3239662b..334482e66 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.6.4 +PKG_VERSION:=2.6.6 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:=d51704e50178430c06cf3d8aa174da66badf559747a47d920bb54b2d4aa40991 +PKG_HASH:=082e998cf542984d43634442dbe11da860759e510907152ea579bdc42fe39ea0 PKG_LICENSE:=OLDAP-2.8 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:openldap:openldap |