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 a679c56367ff7081d755e8b9e36f23109a52e72a (commit) via 3eaba41041460e17780cf5b78309caad687baa25 (commit) via 87ad0c591b833981dff33c7bedfd5b1f81841790 (commit) from 4406bd1525b2d1f7d63018adfd8675ab2cc32392 (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 a679c56367ff7081d755e8b9e36f23109a52e72a Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Nov 29 12:41:16 2017 +0000
core117: Regenerate language cache
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3eaba41041460e17780cf5b78309caad687baa25 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Nov 29 12:40:53 2017 +0000
core117: Ship updated strongswan
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 87ad0c591b833981dff33c7bedfd5b1f81841790 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Nov 29 12:39:04 2017 +0000
strongswan: Update to 5.6.1
Drop support for Padlock which is not in wide usage any more and creates some rootfile trouble every time.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/i586/strongswan-padlock | 3 --- config/rootfiles/common/strongswan | 9 ++++++--- .../{oldcore/106 => core/117}/filelists/strongswan | 0 config/rootfiles/core/117/update.sh | 7 ++++++- lfs/strongswan | 13 +++---------- 5 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 config/rootfiles/common/i586/strongswan-padlock copy config/rootfiles/{oldcore/106 => core/117}/filelists/strongswan (100%)
Difference in files: diff --git a/config/rootfiles/common/i586/strongswan-padlock b/config/rootfiles/common/i586/strongswan-padlock deleted file mode 100644 index 5925212..0000000 --- a/config/rootfiles/common/i586/strongswan-padlock +++ /dev/null @@ -1,3 +0,0 @@ -etc/strongswan.d/charon/padlock.conf -usr/lib/ipsec/plugins/libstrongswan-padlock.so -#usr/share/strongswan/templates/config/plugins/padlock.conf diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index 21a6655..ccf4f59 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -19,6 +19,7 @@ etc/strongswan.d/charon/attr.conf etc/strongswan.d/charon/ccm.conf etc/strongswan.d/charon/cmac.conf etc/strongswan.d/charon/constraints.conf +etc/strongswan.d/charon/counters.conf etc/strongswan.d/charon/ctr.conf etc/strongswan.d/charon/curl.conf etc/strongswan.d/charon/curve25519.conf @@ -39,9 +40,9 @@ etc/strongswan.d/charon/gmp.conf etc/strongswan.d/charon/hmac.conf etc/strongswan.d/charon/kernel-netlink.conf etc/strongswan.d/charon/md5.conf +etc/strongswan.d/charon/mgf1.conf etc/strongswan.d/charon/nonce.conf etc/strongswan.d/charon/openssl.conf -#etc/strongswan.d/charon/padlock.conf etc/strongswan.d/charon/pem.conf etc/strongswan.d/charon/pgp.conf etc/strongswan.d/charon/pkcs1.conf @@ -123,6 +124,7 @@ usr/lib/ipsec/plugins/libstrongswan-attr.so usr/lib/ipsec/plugins/libstrongswan-ccm.so usr/lib/ipsec/plugins/libstrongswan-cmac.so usr/lib/ipsec/plugins/libstrongswan-constraints.so +usr/lib/ipsec/plugins/libstrongswan-counters.so usr/lib/ipsec/plugins/libstrongswan-ctr.so usr/lib/ipsec/plugins/libstrongswan-curl.so usr/lib/ipsec/plugins/libstrongswan-curve25519.so @@ -143,9 +145,9 @@ usr/lib/ipsec/plugins/libstrongswan-gmp.so usr/lib/ipsec/plugins/libstrongswan-hmac.so usr/lib/ipsec/plugins/libstrongswan-kernel-netlink.so usr/lib/ipsec/plugins/libstrongswan-md5.so +usr/lib/ipsec/plugins/libstrongswan-mgf1.so usr/lib/ipsec/plugins/libstrongswan-nonce.so usr/lib/ipsec/plugins/libstrongswan-openssl.so -#usr/lib/ipsec/plugins/libstrongswan-padlock.so usr/lib/ipsec/plugins/libstrongswan-pem.so usr/lib/ipsec/plugins/libstrongswan-pgp.so usr/lib/ipsec/plugins/libstrongswan-pkcs1.so @@ -207,6 +209,7 @@ usr/sbin/swanctl #usr/share/strongswan/templates/config/plugins/ccm.conf #usr/share/strongswan/templates/config/plugins/cmac.conf #usr/share/strongswan/templates/config/plugins/constraints.conf +#usr/share/strongswan/templates/config/plugins/counters.conf #usr/share/strongswan/templates/config/plugins/ctr.conf #usr/share/strongswan/templates/config/plugins/curl.conf #usr/share/strongswan/templates/config/plugins/curve25519.conf @@ -227,9 +230,9 @@ usr/sbin/swanctl #usr/share/strongswan/templates/config/plugins/hmac.conf #usr/share/strongswan/templates/config/plugins/kernel-netlink.conf #usr/share/strongswan/templates/config/plugins/md5.conf +#usr/share/strongswan/templates/config/plugins/mgf1.conf #usr/share/strongswan/templates/config/plugins/nonce.conf #usr/share/strongswan/templates/config/plugins/openssl.conf -#usr/share/strongswan/templates/config/plugins/padlock.conf #usr/share/strongswan/templates/config/plugins/pem.conf #usr/share/strongswan/templates/config/plugins/pgp.conf #usr/share/strongswan/templates/config/plugins/pkcs1.conf diff --git a/config/rootfiles/core/117/filelists/strongswan b/config/rootfiles/core/117/filelists/strongswan new file mode 120000 index 0000000..90c727e --- /dev/null +++ b/config/rootfiles/core/117/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/config/rootfiles/core/117/update.sh b/config/rootfiles/core/117/update.sh index 51f40d9..88cdf01 100644 --- a/config/rootfiles/core/117/update.sh +++ b/config/rootfiles/core/117/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done
# Stop services +ipsec stop
# Extract files extract_files @@ -45,11 +46,15 @@ chmod 600 \ /etc/httpd/server-ecdsa.key
# Update Language cache -#/usr/local/bin/update-lang-cache +/usr/local/bin/update-lang-cache
# Start services /etc/init.d/apache reload
+if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then + ipsec start +fi + # This update need a reboot... #touch /var/run/need_reboot
diff --git a/lfs/strongswan b/lfs/strongswan index 600c012..f012492 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@
include Config
-VER = 5.6.0 +VER = 5.6.1
THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,14 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/strongswan-$(VER) TARGET = $(DIR_INFO)/$(THISAPP)
-ifeq "$(BUILD_ARCH)" "i586" - CONFIGURE_OPTIONS = \ - --enable-padlock -else - CONFIGURE_OPTIONS = \ - --disable-padlock -endif - ############################################################################### # Top-level Rules ############################################################################### @@ -48,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = befb5e827d02433fea6669c20e11530a +$(DL_FILE)_MD5 = cb2241f1b96c524cd15b1c0f50ed9a27
install : $(TARGET)
@@ -100,6 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-eap-peap \ --enable-eap-mschapv2 \ --enable-eap-identity \ + --disable-padlock \ --disable-chapoly \ $(CONFIGURE_OPTIONS)
hooks/post-receive -- IPFire 2.x development tree