This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via ec4e8d3fec1106ec7e2154445ba37ab6cf6f4c1a (commit) from f5770b46e465736678766f255b7cc6dc711f8358 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ec4e8d3fec1106ec7e2154445ba37ab6cf6f4c1a Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 9 22:15:43 2014 +0200
strongswan: Update to version 5.2.0.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/strongswan | 2 ++ lfs/strongswan | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index 077ac41..8a99cc3 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -61,6 +61,7 @@ etc/strongswan.d/charon/xauth-generic.conf etc/strongswan.d/charon/xauth-noauth.conf etc/strongswan.d/charon/xcbc.conf etc/strongswan.d/pki.conf +etc/strongswan.d/scepclient.conf etc/strongswan.d/starter.conf etc/strongswan.d/tools.conf usr/bin/pki @@ -222,5 +223,6 @@ usr/sbin/ipsec #usr/share/strongswan/templates/config/strongswan.d/charon-logging.conf #usr/share/strongswan/templates/config/strongswan.d/charon.conf #usr/share/strongswan/templates/config/strongswan.d/pki.conf +#usr/share/strongswan/templates/config/strongswan.d/scepclient.conf #usr/share/strongswan/templates/config/strongswan.d/starter.conf #usr/share/strongswan/templates/config/strongswan.d/tools.conf diff --git a/lfs/strongswan b/lfs/strongswan index 3f05c98..5256b0a 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@
include Config
-VER = 5.2.0rc1 +VER = 5.2.0
THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ca260196e49ca5f15ff2507f20c4539a +$(DL_FILE)_MD5 = 5cee4ee1a6ccb74400758b3ace54d46e
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree