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 3.x development tree".
The branch, master has been updated via 326ae1cc6875eed9461b5eb59dda03d144688522 (commit) via b3fae1972632e470908d9c0c9e70d6237f717a65 (commit) via c50b7c362336fc801b4eac50aba04fa802a59135 (commit) from 24e9b8ad8dabcfdff70af1ef52a6ce68034619fd (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 326ae1cc6875eed9461b5eb59dda03d144688522 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jul 5 12:59:32 2018 +0100
strongswan: 5.6.3 and enable ChaCha20Poly1305 plugin
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit b3fae1972632e470908d9c0c9e70d6237f717a65 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jul 5 12:59:20 2018 +0100
unbound: Update to 1.7.3
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c50b7c362336fc801b4eac50aba04fa802a59135 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jul 5 12:59:04 2018 +0100
libevent: Remove any superfluous configure options
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: libevent/libevent.nm | 5 +---- strongswan/strongswan.nm | 5 +++-- unbound/unbound.nm | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-)
Difference in files: diff --git a/libevent/libevent.nm b/libevent/libevent.nm index a74cdb099..f2c8ef13a 100644 --- a/libevent/libevent.nm +++ b/libevent/libevent.nm @@ -5,7 +5,7 @@
name = libevent version = 2.0.22 -release = 2 +release = 2.1
groups = Development/Tools url = http://libevent.org @@ -31,9 +31,6 @@ build requires openssl-devel end - - configure_options += \ - --mandir=/usr/share/man end
packages diff --git a/strongswan/strongswan.nm b/strongswan/strongswan.nm index 3ac7da64b..62795d775 100644 --- a/strongswan/strongswan.nm +++ b/strongswan/strongswan.nm @@ -4,7 +4,7 @@ ###############################################################################
name = strongswan -version = 5.6.1 +version = 5.6.3 release = 1
groups = Networking/VPN @@ -40,7 +40,7 @@ build perl sqlite-devel systemd-devel >= 221-2 - unbound-devel + unbound-devel >= 1.7 end
configure_options += \ @@ -54,6 +54,7 @@ build --enable-ccm \ --enable-ctr \ --enable-gcm \ + --enable-chapoly \ --enable-unity \ --enable-xauth-eap \ --enable-xauth-noauth \ diff --git a/unbound/unbound.nm b/unbound/unbound.nm index 6e0a0945a..f5c4e9c4e 100644 --- a/unbound/unbound.nm +++ b/unbound/unbound.nm @@ -4,7 +4,7 @@ ###############################################################################
name = unbound -version = 1.6.8 +version = 1.7.3 release = 1
groups = System/Daemons
hooks/post-receive -- IPFire 3.x development tree