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 78e35c82dc1273e4503aa336372f0c104f0bb737 (commit) from 77117e740ccd09436449234be77b7a95d720043e (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 78e35c82dc1273e4503aa336372f0c104f0bb737 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Oct 22 15:01:24 2013 +0200
strongswan: Update to 5.1.1dr4.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/strongswan | 12 ++++++++++++ lfs/strongswan | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index 5d61ec1..0994d07 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -10,6 +10,7 @@ etc/ipsec.d/private etc/ipsec.d/reqs etc/ipsec.secrets etc/strongswan.conf +usr/bin/pki #usr/lib/ipsec #usr/lib/ipsec/libcharon.a #usr/lib/ipsec/libcharon.la @@ -90,6 +91,17 @@ usr/libexec/ipsec/scepclient usr/libexec/ipsec/starter usr/libexec/ipsec/stroke usr/sbin/ipsec +#usr/share/man/man1/pki---gen.1 +#usr/share/man/man1/pki---issue.1 +#usr/share/man/man1/pki---keyid.1 +#usr/share/man/man1/pki---pkcs7.1 +#usr/share/man/man1/pki---print.1 +#usr/share/man/man1/pki---pub.1 +#usr/share/man/man1/pki---req.1 +#usr/share/man/man1/pki---self.1 +#usr/share/man/man1/pki---signcrl.1 +#usr/share/man/man1/pki---verify.1 +#usr/share/man/man1/pki.1 #usr/share/man/man5/ipsec.conf.5 #usr/share/man/man5/ipsec.secrets.5 #usr/share/man/man5/strongswan.conf.5 diff --git a/lfs/strongswan b/lfs/strongswan index 4701f34..1aed31f 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@
include Config
-VER = 5.1.0 +VER = 5.1.1dr4
THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c1cd0a3ba9960f590cae28c8470800e8 +$(DL_FILE)_MD5 = 05899faa9b8a8f253474af809b283ef9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree