lede-packages-rs

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

commit 267174b7473801c2cf7128808bc137bacca65afa
parent ee60975f76a8ae446874cc09648ec1a8c4b1eba8
Author: Steven Barth <steven@midlink.org>
Date:   Mon,  8 Jun 2015 18:09:43 +0200

strongswan: bump to 5.3.2

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.3.1 +PKG_VERSION:=5.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/ -PKG_MD5SUM:=66f258901a3d6c271da1a0c7fb3e5013 +PKG_MD5SUM:=fab014be1477ef4ebf9a765e10f8802c PKG_LICENSE:=GPL-2.0+ PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>