|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2012-2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2012-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,12 +8,12 @@
|
8
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=strongswan
|
11
|
|
-PKG_VERSION:=5.2.1
|
12
|
|
-PKG_RELEASE:=2
|
|
11
|
+PKG_VERSION:=5.2.2
|
|
12
|
+PKG_RELEASE:=1
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
15
|
15
|
PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/
|
16
|
|
-PKG_MD5SUM:=dd3717c0aa59ab4591ca1812941ebb82
|
|
16
|
+PKG_MD5SUM:=7ee1a33060b2bde35be0f6d78a1d26d0
|
17
|
17
|
PKG_LICENSE:=GPL-2.0+
|
18
|
18
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
19
|
19
|
|