From: <abe...@us...> - 2017-03-30 13:41:18
|
Revision: 8248 http://sourceforge.net/p/astlinux/code/8248 Author: abelbeck Date: 2017-03-30 13:41:15 +0000 (Thu, 30 Mar 2017) Log Message: ----------- strongswan, version bump to 5.5.2 Modified Paths: -------------- branches/1.0/package/strongswan/strongswan.mk Modified: branches/1.0/package/strongswan/strongswan.mk =================================================================== --- branches/1.0/package/strongswan/strongswan.mk 2017-03-30 00:15:17 UTC (rev 8247) +++ branches/1.0/package/strongswan/strongswan.mk 2017-03-30 13:41:15 UTC (rev 8248) @@ -4,7 +4,7 @@ # ################################################################################ -STRONGSWAN_VERSION = 5.5.1 +STRONGSWAN_VERSION = 5.5.2 STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2 STRONGSWAN_SITE = https://download.strongswan.org STRONGSWAN_DEPENDENCIES = openssl host-pkg-config @@ -27,6 +27,7 @@ --enable-tnccs-11=no \ --enable-tnccs-20=no \ --enable-tnccs-dynamic=no \ + --enable-tpm=no \ --enable-xauth-generic=yes \ --enable-xauth-eap=yes \ --enable-unity=yes \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |