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 6c31e0993c33155c8514b83a291f0772e021b402 (commit) via a713ac8c483cff08fe69ad8e4e35f994a673af43 (commit) from f7a48dd39f817c31b962fd11ac541dd1d3873b2f (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 6c31e0993c33155c8514b83a291f0772e021b402 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Feb 3 18:13:29 2017 +0100
wget: Update to 1.19
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit a713ac8c483cff08fe69ad8e4e35f994a673af43 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Feb 3 17:41:13 2017 +0100
tcpdump: Update to 4.9.0
For details see: http://www.tcpdump.org/tcpdump-changes.txt
Removed unrecognized options: --disable-nls
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/tcpdump | 7 +++---- lfs/wget | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-)
Difference in files: diff --git a/lfs/tcpdump b/lfs/tcpdump index cfeaffa..42536f1 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -24,7 +24,7 @@
include Config
-VER = 4.8.1 +VER = 4.9.0
THISAPP = tcpdump-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tcpdump -PAK_VER = 7 +PAK_VER = 8
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 32f57943649f276e09236ba66622bb0c +$(DL_FILE)_MD5 = 2b83364eef53b63ca3181b4eb56dab0c
install : $(TARGET)
@@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ - --disable-nls \ --with-crypto \ --without-smi
diff --git a/lfs/wget b/lfs/wget index c22a978..baf4df0 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2017 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 1.18 +VER = 1.19
THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = af9ca95a4bb8ac4a9bf10aeae66fa5ec +$(DL_FILE)_MD5 = 1814393c5955a6148ff6d82c4a9e3c21
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree