lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 774bb4449407f8033e631b367281faeb123000f4
parent 2b6ffa58cfffa5092dbe4e630b904b0c5e47cb1e
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 20 Oct 2014 09:16:18 +0200

strongswan: update to 5.2.1

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mnet/strongswan/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.2.0 +PKG_VERSION:=5.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/ -PKG_MD5SUM:=5cee4ee1a6ccb74400758b3ace54d46e +PKG_MD5SUM:=dd3717c0aa59ab4591ca1812941ebb82 PKG_LICENSE:=GPL-2.0+ PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>