From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 434bf61494c9b191fbc89f2b83243f85ccb46fe5 Date: Sat, 12 Jun 2021 09:38:11 +0000 Message-ID: <4G2CLq647Nz2xjl@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3095798298309528885==" List-Id: --===============3095798298309528885== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Sat Jun 12 00:11:41 2021 +0200 tmux: Update to 3.2a =20 For details see: https://raw[dot]githubusercontent[dot]com/tmux/tmux/3.2a/CHANGES =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer commit 4a5932d55d8ebe67a6ffa51af7b2064d208865b9 Author: Michael Tremer Date: Sat Jun 12 09:34:36 2021 +0000 core158: Ship libpcap =20 Signed-off-by: Michael Tremer commit 200ed6b4dfd85381d607afa5a607acb0a2a6b946 Author: Matthias Fischer Date: Fri Jun 11 22:16:18 2021 +0200 libpcap: Update to 1.10.1 =20 For details see: http://www.tcpdump.org/libpcap-changes.txt =20 Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka Signed-off-by: Michael Tremer commit 5ebf4bdbd2bb228d00cc1c0dedfd4be5bcb93950 Author: Matthias Fischer Date: Fri Jun 11 22:10:20 2021 +0200 tcpdump: Update to 4.99.1 =20 For details see: http://www.tcpdump.org/tcpdump-changes.txt =20 Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/libpcap | 2 +- config/rootfiles/{oldcore/109 =3D> 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 =3D> 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/c= ore/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 @@ =20 include Config =20 -VER =3D 1.10.0 +VER =3D 1.10.1 =20 THISAPP =3D libpcap-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8c12dc19dd7e0d02d2bb6596eb5a71c7 +$(DL_FILE)_MD5 =3D 28e17495004036567c2cc884b51eba45 =20 install : $(TARGET) =20 diff --git a/lfs/tcpdump b/lfs/tcpdump index 86c54738d..2fcac6d4c 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.99.0 +VER =3D 4.99.1 =20 THISAPP =3D tcpdump-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tcpdump -PAK_VER =3D 12 +PAK_VER =3D 13 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b10aa2f497def7283bc060f626879ce5 +$(DL_FILE)_MD5 =3D 929a255c71a9933608bd7c31927760f7 =20 install : $(TARGET) =20 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 = # +# Copyright (C) 2007-2021 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 3.1 +VER =3D 3.2a =20 THISAPP =3D tmux-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tmux -PAK_VER =3D 8 +PAK_VER =3D 9 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 76c3ef9d40d2c1ade7a6cd7993b549ac +$(DL_FILE)_MD5 =3D 61fba141303aeaf8d9a6931d247f2f4a =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============3095798298309528885==--