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 434bf61494c9b191fbc89f2b83243f85ccb46fe5 (commit) via 4a5932d55d8ebe67a6ffa51af7b2064d208865b9 (commit) via 200ed6b4dfd85381d607afa5a607acb0a2a6b946 (commit) via 5ebf4bdbd2bb228d00cc1c0dedfd4be5bcb93950 (commit) from 053a582d3a68456f861d4e7ab3529163ee84ec47 (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 434bf61494c9b191fbc89f2b83243f85ccb46fe5 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Jun 12 00:11:41 2021 +0200
tmux: Update to 3.2a
For details see: https://raw%5Bdot%5Dgithubusercontent%5Bdot%5Dcom/tmux/tmux/3.2a/CHANGES
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 4a5932d55d8ebe67a6ffa51af7b2064d208865b9 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 12 09:34:36 2021 +0000
core158: Ship libpcap
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 200ed6b4dfd85381d607afa5a607acb0a2a6b946 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Jun 11 22:16:18 2021 +0200
libpcap: Update to 1.10.1
For details see: http://www.tcpdump.org/libpcap-changes.txt
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5ebf4bdbd2bb228d00cc1c0dedfd4be5bcb93950 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Jun 11 22:10:20 2021 +0200
tcpdump: Update to 4.99.1
For details see: http://www.tcpdump.org/tcpdump-changes.txt
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/libpcap | 2 +- config/rootfiles/{oldcore/109 => core/158}/filelists/libpcap | 0 lfs/libpcap | 4 ++-- lfs/tcpdump | 6 +++--- lfs/tmux | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) copy config/rootfiles/{oldcore/109 => core/158}/filelists/libpcap (100%)
Difference in files: diff --git a/config/rootfiles/common/libpcap b/config/rootfiles/common/libpcap index c97b9e8c0..514f57558 100644 --- a/config/rootfiles/common/libpcap +++ b/config/rootfiles/common/libpcap @@ -21,7 +21,7 @@ #usr/lib/libpcap.a usr/lib/libpcap.so usr/lib/libpcap.so.1 -usr/lib/libpcap.so.1.10.0 +usr/lib/libpcap.so.1.10.1 #usr/lib/pkgconfig/libpcap.pc #usr/share/man/man1/pcap-config.1 #usr/share/man/man3/pcap.3pcap diff --git a/config/rootfiles/core/158/filelists/libpcap b/config/rootfiles/core/158/filelists/libpcap new file mode 120000 index 000000000..c7f9f52a8 --- /dev/null +++ b/config/rootfiles/core/158/filelists/libpcap @@ -0,0 +1 @@ +../../../common/libpcap \ No newline at end of file diff --git a/lfs/libpcap b/lfs/libpcap index 14ce62676..0cdc06e8f 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -24,7 +24,7 @@
include Config
-VER = 1.10.0 +VER = 1.10.1
THISAPP = libpcap-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8c12dc19dd7e0d02d2bb6596eb5a71c7 +$(DL_FILE)_MD5 = 28e17495004036567c2cc884b51eba45
install : $(TARGET)
diff --git a/lfs/tcpdump b/lfs/tcpdump index 86c54738d..2fcac6d4c 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -24,7 +24,7 @@
include Config
-VER = 4.99.0 +VER = 4.99.1
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 = 12 +PAK_VER = 13
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b10aa2f497def7283bc060f626879ce5 +$(DL_FILE)_MD5 = 929a255c71a9933608bd7c31927760f7
install : $(TARGET)
diff --git a/lfs/tmux b/lfs/tmux index aae90dab1..e55d38a27 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2021 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 = 3.1 +VER = 3.2a
THISAPP = tmux-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 8 +PAK_VER = 9
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 76c3ef9d40d2c1ade7a6cd7993b549ac +$(DL_FILE)_MD5 = 61fba141303aeaf8d9a6931d247f2f4a
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree