diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 06:32:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 06:32:35 +0000 |
commit | 44fe38a5fe702f24cc851413cfac2e428453555d (patch) | |
tree | d848f5f849a5fc796915674e55dc472128a144ab /openwrt/package/openldap | |
parent | 929ee9af4ad743fa8a49c2ced22b5bab60fe1401 (diff) | |
download | mtk-20170518-44fe38a5fe702f24cc851413cfac2e428453555d.zip mtk-20170518-44fe38a5fe702f24cc851413cfac2e428453555d.tar.gz mtk-20170518-44fe38a5fe702f24cc851413cfac2e428453555d.tar.bz2 |
update openldap to new upstream release (v2.2.29)
SVN-Revision: 2350
Diffstat (limited to 'openwrt/package/openldap')
-rw-r--r-- | openwrt/package/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile index 382d881..5909ee5 100644 --- a/openwrt/package/openldap/Makefile +++ b/openwrt/package/openldap/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.2.26 +PKG_VERSION:=2.2.29 PKG_RELEASE:=1 -PKG_MD5SUM:=afc8700b5738da863b30208e1d3e9de8 +PKG_MD5SUM:=6c4c72a1336aa45b463e738034c078d6 PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ |