From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] tshark: Update to version 3.2.6 Date: Tue, 18 Aug 2020 14:34:37 +0000 Message-ID: <20200818143437.25660-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1259093974646657083==" List-Id: --===============1259093974646657083== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The version jump from 3.2.3 to 3.2.6 includes several changes. 3.2.4 includes only bugfixes. 3.2.5 includes bugfixes and updated protocols. 3.2.6 includes also bugfixes and updated protocols. For a full overview, the release notes can be found in here --> https://www.wireshark.org/docs/relnotes/ . Signed-off-by: Erik Kapfer --- config/rootfiles/packages/tshark | 4 ++-- lfs/tshark | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tsh= ark index 5b7824a9f..c5081989c 100644 --- a/config/rootfiles/packages/tshark +++ b/config/rootfiles/packages/tshark @@ -612,10 +612,10 @@ usr/bin/tshark #usr/include/wireshark/wsutil/xtea.h #usr/lib/libwireshark.so usr/lib/libwireshark.so.13 -usr/lib/libwireshark.so.13.0.3 +usr/lib/libwireshark.so.13.0.6 #usr/lib/libwiretap.so usr/lib/libwiretap.so.10 -usr/lib/libwiretap.so.10.0.3 +usr/lib/libwiretap.so.10.0.6 #usr/lib/libwsutil.so usr/lib/libwsutil.so.11 usr/lib/libwsutil.so.11.0.0 diff --git a/lfs/tshark b/lfs/tshark index c32fb181e..7b124ef5b 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.2.3 +VER =3D 3.2.6 =20 THISAPP =3D wireshark-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tshark DEPS =3D krb5 -PAK_VER =3D 6 +PAK_VER =3D 7 =20 ############################################################################= ### # Top-level Rules @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D ff732e4586eebeb61a41abe2fcba7431 +$(DL_FILE)_MD5 =3D f14ef8d73fa5f30b57fec51283e6b73e =20 install : $(TARGET) =20 --=20 2.20.1 --===============1259093974646657083==--