diff options
author | W. Michael Petullo <mike@flyn.org> | 2017-06-14 18:17:41 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2017-06-14 18:32:47 -0400 |
commit | f1918d8e6e6e8f1119f35f9a79dfd45d7fa9efa3 (patch) | |
tree | 72bd8d3b04861a5b0ce2b49dc98f483cad343721 /libs | |
parent | 584986a8a877a14c95ee21261401345457bb39e0 (diff) |
openldap: update to 2.4.45
Fixes CVE-2017-9287
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 a1e40625f..d9e1e922c 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.4.44 +PKG_VERSION:=2.4.45 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \ ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/ -PKG_MD5SUM:=693ac26de86231f8dcae2b4e9d768e51 +PKG_MD5SUM:=00ff8301277cdfd0af728a6927042a13 PKG_FIXUP:=autoreconf |