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.0.5 Date: Fri, 04 Oct 2019 19:26:26 +0200 Message-ID: <20191004172626.16828-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5414416087636926641==" List-Id: --===============5414416087636926641== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The jump from 3.0.2 to 3.0.5 includes several bugfixes, updated protocols and= new and updated capture support. The complete release notes can be found in here --> https://www.wireshark.org= /docs/relnotes/ . Signed-off-by: Erik Kapfer --- config/rootfiles/packages/tshark | 6 +++--- lfs/tshark | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tsh= ark index 816ab920b..dffd2a507 100644 --- a/config/rootfiles/packages/tshark +++ b/config/rootfiles/packages/tshark @@ -608,10 +608,10 @@ usr/bin/tshark #usr/include/wireshark/wsutil/xtea.h #usr/lib/libwireshark.so usr/lib/libwireshark.so.12 -usr/lib/libwireshark.so.12.0.2 +usr/lib/libwireshark.so.12.0.5 #usr/lib/libwiretap.so usr/lib/libwiretap.so.9 -usr/lib/libwiretap.so.9.0.2 +usr/lib/libwiretap.so.9.0.5 #usr/lib/libwscodecs.so usr/lib/libwscodecs.so.2 usr/lib/libwscodecs.so.2.0.0 @@ -755,7 +755,7 @@ usr/share/wireshark/dtds/xcap-error.dtd #usr/share/wireshark/help/capture_filters.txt #usr/share/wireshark/help/capturing.txt #usr/share/wireshark/help/display_filters.txt -#usr/share/wireshark/help/faq.py +#usr/share/wireshark/help/faq.txt #usr/share/wireshark/help/getting_started.txt #usr/share/wireshark/help/overview.txt #usr/share/wireshark/help/toc diff --git a/lfs/tshark b/lfs/tshark index 562c70e26..7c9cd6613 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.0.2 +VER =3D 3.0.5 =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 2 +PAK_VER =3D 3 =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 e344675283d6329a4bc213b621d7f46a +$(DL_FILE)_MD5 =3D d01fdc4e78ef8ea70f20616c91419bd9 =20 install : $(TARGET) =20 --=20 2.12.2 --===============5414416087636926641==--