lede-packages-rs

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

commit 8bf976096eb22d97b5bec5da1f7dfb2b9f9df709
parent e47080b4f907d712518292c77a071d1a4cb4b6ba
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 23 Nov 2015 14:25:41 +0100

strongswan: update to 5.3.4

Fixes CVE-2015-8023

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

Diffstat:
Mnet/strongswan/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 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.3 -PKG_RELEASE:=2 +PKG_VERSION:=5.3.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/ -PKG_MD5SUM:=5a25f3d1c31a77ef44d14a2e7b3eaad0 +PKG_MD5SUM:=655a632a515c74a99f2e9cc337ab2f33 PKG_LICENSE:=GPL-2.0+ PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>