From cf9639615ad7bbc31b506ab38b332814d76393e2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 19 Dec 2017 13:15:06 +0100 Subject: [PATCH] wireshark: Update version from 2.0.16 to 2.4.3 Version 2.4.3 was released on November 30th, 2017. The release notes are available online [1], where the notes for 2.4.0 [2] describe the changes in the latest major release. Due to [bug #14283 (Link against wrong libwiretap.so.5 and libwsutil.so.6)][3], you need to remove the installed Wireshark package before building this version. The archive is now compressed with LZMA, so change the suffix. [1]: https://www.wireshark.org/docs/relnotes/ [2]: https://www.wireshark.org/docs/relnotes/wireshark-2.4.0.html [3]: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14283 --- wireshark.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wireshark.be0 b/wireshark.be0 index 1159b7af3..45eeb032a 100755 --- a/wireshark.be0 +++ b/wireshark.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wireshark-2.0.16-0 +# BEE_VERSION wireshark-2.4.3-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,14 +9,14 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://2.na.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.bz2" -#SRCURL[0]="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://2.na.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.xz" +#SRCURL[0]="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/7.10/wireshark-2.0.5-lua_5_3_1-1.patch) +PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/wireshark-2.4.3-lua_5_3-1.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not