summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorFlorian Franzmann2018-01-15 08:41:15 +0100
committerFlorian Franzmann2018-01-17 18:44:05 +0100
commitb1eb2beb2c133f076d4a29afc866e7114890bbbb (patch)
treee2bcdd67c34c025e01aeb52c92ff5de0f7585f91 /security
parent1a21575945a47c6d26b02b713578bc29d7db817a (diff)
security/wireshark: version 2.4.4, security update
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/wireshark/CONFIGURE7
-rwxr-xr-xsecurity/wireshark/DEPENDS44
-rwxr-xr-xsecurity/wireshark/DETAILS8
-rw-r--r--security/wireshark/HISTORY3
4 files changed, 49 insertions, 13 deletions
diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
index 39fe54f722..71fbb1c421 100755
--- a/security/wireshark/CONFIGURE
+++ b/security/wireshark/CONFIGURE
@@ -1,11 +1,8 @@
# remove obsolete options from WIRESHARK_OPTS
list_remove WIRESHARK_OPTS '--enable-threads' &&
list_remove WIRESHARK_OPTS '--disable-threads' &&
-
-config_query_option WIRESHARK_OPTS \
- "Enable IPv6?" y \
- "--enable-ipv6" \
- "--disable-ipv6" &&
+list_remove WIRESHARK_OPTS '--enable-ipv6' &&
+list_remove WIRESHARK_OPTS '--disable-ipv6' &&
config_query_option WIRESHARK_OPTS \
"Install dumpcap as setuid?" n \
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 880fcfd157..63c9cd403e 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -2,19 +2,55 @@ depends glibc &&
depends glib2 &&
depends libpcap &&
+#optional_depends qtbase \
+# "--with-qt=5" "" \
+# "for QT GUI support" &&
+
optional_depends gtk+3 \
- "--with-gtk3=yes" "--with-gtk3=no" \
- "for GTK+3 GUI support" &&
+ "--with-gtk=3" "" \
+ "for GTK+3 GUI support"
if ! is_depends_enabled $SPELL gtk+3; then
optional_depends gtk+2 \
- "--with-gtk2=yes" "--with-gtk2=no" \
+ "--with-gtk=2" "" \
"for GTK+2 GUI support"
fi &&
+#optional_depends extcap \
+# "--with-extcap" "--without-extcap" \
+# "use extcap for external capture sources" &&
+
+optional_depends libxml2 \
+ "--with-libxml2" "--without-libxml2" \
+ "for XML support in dissectors" &&
+
+#optional_depends spandsp \
+# "--with-spandsp" "--without-spandsp" \
+# "for G.722/G.726 support" &&
+
+optional_depends sbc \
+ "--with-sbc" "--without-sbc" \
+ "for Bluetooth A2DP support" &&
+
+optional_depends nghttp2 \
+ "--with-nghttp" "--without-nghttp" \
+ "for HTTP support" &&
+
+optional_depends libssh2 \
+ "--with-libssh" "--without-libssh" \
+ "for ssh support" &&
+
+optional_depends snappy \
+ "--with-snappy" "--without-snappy" \
+ "to read snappy-compressed data" &&
+
+optional_depends lz4 \
+ "--with-lz4" "--without-lz4" \
+ "to read lz4-compressed data" &&
+
optional_depends zlib \
"--with-zlib" "--without-zlib" \
- "to read compressed data" &&
+ "to read zlib-compressed data" &&
optional_depends libcap \
"--with-libcap" "--without-libcap" \
diff --git a/security/wireshark/DETAILS b/security/wireshark/DETAILS
index 42bac0a915..7a09fc2d9e 100755
--- a/security/wireshark/DETAILS
+++ b/security/wireshark/DETAILS
@@ -1,14 +1,14 @@
SPELL=wireshark
- VERSION=1.12.13
- SECURITY_PATCH=58
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.4.4
+ SECURITY_PATCH=59
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://www.wireshark.org/download/src/$SOURCE
SOURCE_URL[1]=https://www.wireshark.org/download/src/all-versions/$SOURCE
SOURCE_URL[2]=https://1.na.dl.wireshark.org/src/all-versions/$SOURCE
SOURCE_URL[3]=https://2.na.dl.wireshark.org/src/all-versions/$SOURCE
SOURCE_URL[4]=https://1.eu.dl.wireshark.org/src/all-versions/$SOURCE
SOURCE_URL[5]=https://1.as.dl.wireshark.org/src/all-versions/$SOURCE
- SOURCE_HASH=sha512:60ce38c9850bcb2532ffcba9b372d2aa71383110c425dc1db20707f29ca81411813ba88bc12d50ce17bc67df1015b80611b67155fe669313075c10da474ad04e
+ SOURCE_HASH=sha512:b6625f860a10e10babd686820680a5e169594f171e7e176fc96325255ec096481da2e8a0fdff10b42cead82011740714a4331003dda0d48bf3b419da37834bdc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.wireshark.org/
ENTERED=20020116
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 7fed5b79b3..c7b240eaba 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2018-01-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, CONFIGURE, DEPENDS: version 2.4.4
+
2016-09-08 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.12.13; SECURITY_PATCH++