ソースを参照

Merge pull request #1552 from MikePetullo/openldap

openldap: update to 2.4.41
Ted Hess 9 年 前
コミット
9b1c22725b
共有1 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 4
    4
      libs/openldap/Makefile

+ 4
- 4
libs/openldap/Makefile ファイルの表示

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2012 OpenWrt.org
2
+# Copyright (C) 2006-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,15 +8,15 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=openldap
11
-PKG_VERSION:=2.4.39
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=2.4.41
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
15 15
 PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
16 16
 	ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \
17 17
 	ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \
18 18
 	ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/
19
-PKG_MD5SUM:=b0d5ee4b252c841dec6b332d679cf943
19
+PKG_MD5SUM:=3f1a4cea52827e18feaedfdc1634b5d0
20 20
 
21 21
 PKG_FIXUP:=autoreconf
22 22