From 2b0837030e4094d3365a2a4710504f37b38ae8ef Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Wed, 8 Jul 2015 12:58:42 -0400 Subject: [PATCH 1/2] openldap: update to 2.4.41 Signed-off-by: W. Michael Petullo --- libs/openldap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index dcc9d988a7..efe91f9bb5 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.4.39 -PKG_RELEASE:=2 +PKG_VERSION:=2.4.41 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz 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:=b0d5ee4b252c841dec6b332d679cf943 +PKG_MD5SUM:=3f1a4cea52827e18feaedfdc1634b5d0 PKG_FIXUP:=autoreconf From 7a6daac995b8b0d01d31b177e33171c59220c447 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Wed, 8 Jul 2015 17:02:22 -0400 Subject: [PATCH 2/2] openldap: update copyright dates Signed-off-by: W. Michael Petullo --- libs/openldap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index efe91f9bb5..e25fc0152f 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information.