diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-27 17:22:32 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-28 19:40:03 +0300 |
commit | b5c75be32b6283c499612c4310bc8965784680ac (patch) | |
tree | 34de935caf6e81563b6389ffa1209feafea998e8 /net/strongswan | |
parent | 69a6fabc4388374f2d6b5afced3abf223b26c811 (diff) |
strongswan: bump to 5.6.0
Fixes CVE-2017-11185.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/strongswan')
-rw-r--r-- | net/strongswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index e17f5de9f..e374dc55f 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.5.3 +PKG_VERSION:=5.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=c5ea54b199174708de11af9b8f4ecf28b5b0743d4bc0e380e741f25b28c0f8d4 +PKG_HASH:=a14dc0d92634ed52730bfc76a76db30943a28ed3c65a560066e1e9f785827b13 PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/ PKG_LICENSE:=GPL-2.0+ PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> |