lede-packages-rs

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

commit 07df9e3de0db4812f6fae983aac78979e3295a0a
parent b24ba82cce5d42f6a53c37ec2ac0867da852bcc0
Author: Stijn Tintel <stijn+github@linux-ipv6.be>
Date:   Mon, 31 Oct 2016 11:02:21 +0200

Merge pull request #3357 from stintel/strongswan

strongswan: update to 5.5.1, preserve /etc/strongswan.d, take over maintainership
Diffstat:
Mnet/strongswan/Makefile | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.5.0 +PKG_VERSION:=5.5.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:=a96fa7eb6c62b40143dadb064b6bd586 +PKG_MD5SUM:=4eba9474f7dc6c8c8d7037261358e68d PKG_LICENSE:=GPL-2.0+ -PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> +PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> PKG_MOD_AVAILABLE:= \ addrblock \ @@ -393,6 +393,7 @@ define Package/strongswan/conffiles /etc/ipsec.secrets /etc/ipsec.user /etc/strongswan.conf +/etc/strongswan.d/ endef define Package/strongswan/install