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 f898e6ac5d5a5f852c80c572e9ffedf9b188bda9 (commit) from 76988c142d927837915fe6c0844c7b86302b9676 (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 f898e6ac5d5a5f852c80c572e9ffedf9b188bda9 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Apr 30 14:19:28 2013 +0200
strongswan: Update to 5.0.4.
http://www.strongswan.org/blog/2013/04/30/strongswan-5.0.4-released-%28cve-2...
-----------------------------------------------------------------------
Summary of changes: lfs/strongswan | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/strongswan b/lfs/strongswan index 1b7877c..b3ce846 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@
include Config
-VER = 5.0.3 +VER = 5.0.4
THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c37d841f8b0d11b14cf7f29fcdd20621 +$(DL_FILE)_MD5 = 7085ac1d28dcc250096553fa51c3a4ea
install : $(TARGET)
@@ -104,5 +104,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -sf $(CONFIG_ROOT)/certs /etc/ipsec.d/certs ln -sf $(CONFIG_ROOT)/crls /etc/ipsec.d/crls
- #@rm -rf $(DIR_APP) + @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree