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 e4e28e19c69001f363933552ea997de7f012a947 (commit) from ea80530c4228f1271af5aadfc373470c9a21f408 (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 e4e28e19c69001f363933552ea997de7f012a947 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 14 21:21:55 2010 +0200
strongswan: enabled curl for http fetching revoking lists.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/strongswan | 3 +++ lfs/strongswan | 5 ++++- 2 files changed, 7 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index 8b9ec78..2f723a8 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -40,6 +40,9 @@ usr/libexec/ipsec/plugins/libstrongswan-aes.so #usr/libexec/ipsec/plugins/libstrongswan-attr.a #usr/libexec/ipsec/plugins/libstrongswan-attr.la usr/libexec/ipsec/plugins/libstrongswan-attr.so +#usr/libexec/ipsec/plugins/libstrongswan-curl.a +#usr/libexec/ipsec/plugins/libstrongswan-curl.la +usr/libexec/ipsec/plugins/libstrongswan-curl.so #usr/libexec/ipsec/plugins/libstrongswan-des.a #usr/libexec/ipsec/plugins/libstrongswan-des.la usr/libexec/ipsec/plugins/libstrongswan-des.so diff --git a/lfs/strongswan b/lfs/strongswan index 51fae77..c57f6c9 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -73,7 +73,10 @@ $(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" --enable-cisco-quirks + cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \ + --enable-cisco-quirks \ + --enable-curl + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree