Skip to content

Commit

Permalink
wireshark: Update version from 2.0.16 to 2.4.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Dec 21, 2017
1 parent bcfc0c9 commit cf96396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wireshark.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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
Expand Down

0 comments on commit cf96396

Please sign in to comment.