diff options
author | Ben Collver <bencollver@riseup.net> | 2021-04-14 18:52:03 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:08:28 -0500 |
commit | 837046a9beeff7104746bbc0aafbc7baf67443c6 (patch) | |
tree | 65c2c38bade523d7e1a12fadf92750b378a3d342 | |
parent | 79ce46af26728ba466e0db8319dfe3f101346d71 (diff) | |
download | slackbuilds-837046a9beeff7104746bbc0aafbc7baf67443c6.tar.gz slackbuilds-837046a9beeff7104746bbc0aafbc7baf67443c6.tar.xz |
network/wireshark: Updated for version 20210411_cb432b8.
Fix building against the newer glib2
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 4 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 6 | ||||
-rw-r--r-- | network/wireshark/wireshark.patch | 10 |
3 files changed, 4 insertions, 16 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index 7f20f93f98..4bb9f55f33 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -30,7 +30,7 @@ # Modified by B. Watson <yalhcru@gmail.com> to add lua52 support. PRGNAM=wireshark -VERSION=${VERSION:-3.4.4} +VERSION=${VERSION:-20210411_cb432b8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,8 +90,6 @@ else echo "=== Building with lua (v5.1)" fi -patch -p1 < $CWD/wireshark.patch - mkdir -p build cd build cmake \ diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 8bbdeb1031..80695fadaf 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.4.4" +VERSION="20210411_cb432b8" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.4.4.tar.xz" -MD5SUM="dbc93615612db327276aec8391a3c090" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/wireshark-20210411_cb432b8.tar.xz" +MD5SUM="5e3de0cde5f0cc3c9cedda73ca46a252" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua python3 c-ares" diff --git a/network/wireshark/wireshark.patch b/network/wireshark/wireshark.patch deleted file mode 100644 index 2d64c04fb1..0000000000 --- a/network/wireshark/wireshark.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- wireshark-3.2.0/sharkd_session.c.orig 2019-12-24 07:18:33.288976163 +0700 -+++ wireshark-3.2.0/sharkd_session.c 2019-12-24 07:18:52.448168808 +0700 -@@ -16,6 +16,7 @@ - #include <stdarg.h> - #include <string.h> - #include <errno.h> -+#include <stdint.h> - - #include <glib.h> - |