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 66d54d5bc104924f88f3a36e836ec50594b0476e (commit) via b8f45245a0c2c1c8e4b5ca3cda2f1023c3eb2e37 (commit) from 5d2075e2b080b49e72f38a4974342e3d2fd7d100 (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 66d54d5bc104924f88f3a36e836ec50594b0476e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 14 21:26:11 2010 +0200
Add strongswan changes to core41.
commit b8f45245a0c2c1c8e4b5ca3cda2f1023c3eb2e37 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 +++ config/rootfiles/core/41/exclude | 4 ++++ .../rootfiles/core/{38 => 41}/filelists/strongswan | 0 lfs/strongswan | 5 ++++- 4 files changed, 11 insertions(+), 1 deletions(-) copy config/rootfiles/core/{38 => 41}/filelists/strongswan (100%)
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/config/rootfiles/core/41/exclude b/config/rootfiles/core/41/exclude index e69de29..086e445 100644 --- a/config/rootfiles/core/41/exclude +++ b/config/rootfiles/core/41/exclude @@ -0,0 +1,4 @@ +etc/ipsec.conf +etc/ipsec.secrets +etc/ipsec.user.conf +etc/ipsec.user.secrets diff --git a/config/rootfiles/core/41/filelists/strongswan b/config/rootfiles/core/41/filelists/strongswan new file mode 120000 index 0000000..90c727e --- /dev/null +++ b/config/rootfiles/core/41/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file 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