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, master has been updated via 63041e32e8f264e83743a31477cb6a5c664472e5 (commit) from d59ed570303e61b36cd6e0fce63383345a377c05 (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 63041e32e8f264e83743a31477cb6a5c664472e5 Author: Dirk Wagner glotzi@ipfire.org Date: Thu Jul 15 15:21:25 2010 +0200
Enabled support of Cisco VPN client (necessary vor Iphone VPN)
-----------------------------------------------------------------------
Summary of changes: lfs/strongswan | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/strongswan b/lfs/strongswan index 66cfd0e..6e8c747 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.4.0_ipfire.patch
- cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" + cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" --enable-cisco-quirks cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree