From: nbd Date: Tue, 15 Apr 2014 17:11:48 +0000 (+0000) Subject: strongswan: update to 5.1.3, fixes an authentication bypass issue (CVE-2014-2338) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1e2fdc98be85f70c6d2d789d242b9e476129611f;p=packages.git strongswan: update to 5.1.3, fixes an authentication bypass issue (CVE-2014-2338) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@40516 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index dd64966d4..a0a8a6c5a 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan -PKG_VERSION:=5.1.1 +PKG_VERSION:=5.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/ -PKG_MD5SUM:=e3af3d493d22286be3cd794533a8966a +PKG_MD5SUM:=1d1c108775242743cd8699215b2918c3 PKG_MOD_AVAILABLE:= \ addrblock \ @@ -306,7 +306,7 @@ endef define Package/strongswan-utils/description $(call Package/strongswan/description/Default) - This package contains the openac, pki & scepclient utilities. + This package contains the pki & scepclient utilities. endef define BuildPlugin @@ -391,7 +391,7 @@ define Package/strongswan-utils/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/pki $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib/ipsec - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{openac,scepclient} $(1)/usr/lib/ipsec/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/scepclient $(1)/usr/lib/ipsec/ endef define Plugin/duplicheck/install