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 7da2b89f5d21691804bcff091e4744cef6b37292 (commit) via 94100409a2867824d7aac8115bbafa2d9ef9f3ae (commit) from bbfeb48f9fb8ad5923d753e002ebf1011b3bd971 (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 7da2b89f5d21691804bcff091e4744cef6b37292 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 22 18:42:36 2017 +0100
core111: Ship updated OpenVPN
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 94100409a2867824d7aac8115bbafa2d9ef9f3ae Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 22 18:40:30 2017 +0100
openvpn: Update to 2.3.16
Fixes CVE-2017-7479 and CVE-2017-7478
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/100 => core/111}/filelists/openvpn | 0 lfs/openvpn | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/111}/filelists/openvpn (100%)
Difference in files: diff --git a/config/rootfiles/core/111/filelists/openvpn b/config/rootfiles/core/111/filelists/openvpn new file mode 120000 index 0000000..493f3f7 --- /dev/null +++ b/config/rootfiles/core/111/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file diff --git a/lfs/openvpn b/lfs/openvpn index 96e37f7..b916b8c 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@
include Config
-VER = 2.3.7 +VER = 2.3.16
THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5b819f7cd0b875f55f20a947224967aa +$(DL_FILE)_MD5 = 69f5b0bf048a6e723a29745d158707be
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree