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 8b0b9d79e18c109d1c6a751edf5630d9fedbf390 (commit) from 7f35774808eaf4cc18530d726532c88d91e4e9ae (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 8b0b9d79e18c109d1c6a751edf5630d9fedbf390 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 22 10:43:49 2017 +0100
openvpn: Update to 2.3.17
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/openvpn b/lfs/openvpn index b916b8c..b7f5217 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@
include Config
-VER = 2.3.16 +VER = 2.3.17
THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 69f5b0bf048a6e723a29745d158707be +$(DL_FILE)_MD5 = df9291c5bd466fe73c2544a800f3b441
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree