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 6f57c5e01f161afca2698003c6e9ca724d452953 (commit) from 96bc01c954ba95b2ca800f62353a8f7eb2f1288b (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 6f57c5e01f161afca2698003c6e9ca724d452953 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Feb 16 12:05:03 2020 +0100
w_scan: Update to 20170107
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/w_scan | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/w_scan b/lfs/w_scan index 369c1554c..ecc196845 100644 --- a/lfs/w_scan +++ b/lfs/w_scan @@ -25,7 +25,7 @@ include Config
-VER = 20130331 +VER = 20170107
THISAPP = w_scan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = w_scan -PAK_VER = 5 +PAK_VER = 6
DEPS = ""
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = dfc14a4707321e068a594d6899398df8 +$(DL_FILE)_MD5 = c7f9adf92d46b8da5391be80be6fbd72
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree