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 c6b9920368c98d2794789d5709fc983e6fbd3642 (commit)
via 759da567c3a189d12b51445ec7eb3728092752b0 (commit)
from f56a85b24382261fbdf00d61f77e831100f113df (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 c6b9920368c98d2794789d5709fc983e6fbd3642
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Dec 3 23:35:58 2011 +0100
tzdata: rootfile update.
commit 759da567c3a189d12b51445ec7eb3728092752b0
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Dec 3 23:35:23 2011 +0100
strongswan: enable nat-transport.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/tzdata | 3 +++
lfs/strongswan | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/tzdata b/config/rootfiles/common/tzdata
index ca06399..9df54d9 100644
--- a/config/rootfiles/common/tzdata
+++ b/config/rootfiles/common/tzdata
@@ -265,6 +265,7 @@ usr/share/zoneinfo
#usr/share/zoneinfo/Asia/Dushanbe
#usr/share/zoneinfo/Asia/Gaza
#usr/share/zoneinfo/Asia/Harbin
+#usr/share/zoneinfo/Asia/Hebron
#usr/share/zoneinfo/Asia/Ho_Chi_Minh
#usr/share/zoneinfo/Asia/Hong_Kong
#usr/share/zoneinfo/Asia/Hovd
@@ -866,6 +867,7 @@ usr/share/zoneinfo
#usr/share/zoneinfo/posix/Asia/Dushanbe
#usr/share/zoneinfo/posix/Asia/Gaza
#usr/share/zoneinfo/posix/Asia/Harbin
+#usr/share/zoneinfo/posix/Asia/Hebron
#usr/share/zoneinfo/posix/Asia/Ho_Chi_Minh
#usr/share/zoneinfo/posix/Asia/Hong_Kong
#usr/share/zoneinfo/posix/Asia/Hovd
@@ -1468,6 +1470,7 @@ usr/share/zoneinfo
#usr/share/zoneinfo/right/Asia/Dushanbe
#usr/share/zoneinfo/right/Asia/Gaza
#usr/share/zoneinfo/right/Asia/Harbin
+#usr/share/zoneinfo/right/Asia/Hebron
#usr/share/zoneinfo/right/Asia/Ho_Chi_Minh
#usr/share/zoneinfo/right/Asia/Hong_Kong
#usr/share/zoneinfo/right/Asia/Hovd
diff --git a/lfs/strongswan b/lfs/strongswan
index fdd8896..43c6695 100644
--- a/lfs/strongswan
+++ b/lfs/strongswan
@@ -75,7 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \
--enable-cisco-quirks \
- --enable-curl
+ --enable-curl \
+ --enable-nattransport
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
hooks/post-receive
--
IPFire 2.x development tree