summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorFlorian Franzmann2020-01-16 19:11:50 +0100
committerFlorian Franzmann2020-01-16 22:30:26 +0100
commit788720c7918ae19c28de69d0e44ecc76e229d872 (patch)
tree0c7ad7fbda7711a2fb0c079e85209daec5d09879 /security
parent095cf6964d46df461b777ba017f022fca4ae5c28 (diff)
security/wireshark: version 3.2.1
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/wireshark/DEPENDS27
-rwxr-xr-xsecurity/wireshark/DETAILS6
-rw-r--r--security/wireshark/HISTORY3
3 files changed, 32 insertions, 4 deletions
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index b7a2372543..740bff0b91 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -7,9 +7,10 @@ depends libssh2 &&
depends qtbase &&
depends qtmultimedia &&
depends SSL &&
-depends zlib &&
depends perl &&
depends python3 &&
+depends gettext &&
+depends speexdsp &&
@@ -38,6 +39,30 @@ optional_depends lz4 \
"-DENABLE_LZ4=ON" "-DENABLE_LZ4=OFF" \
"to read lz4-compressed data" &&
+optional_depends libnl \
+ "-DENABLE_NETLINK=ON" "-DENABLE_NETLINK=OFF" \
+ "for netlink support" &&
+
+optional_depends minizip \
+ "-DENABLE_MINIZIP=ON" "-DENABLE_MINIZIP=OFF" \
+ "for zip compression support" &&
+
+optional_depends c-ares \
+ "-DENABLE_CARES=ON" "-DENABLE_CARES=OFF" \
+ "for c-ares support" &&
+
+optional_depends zlib \
+ "-DENABLE_ZLIB=ON" "-DENABLE_ZLIB=OFF" \
+ "for zlib compression support" &&
+
+optional_depends zstd \
+ "-DENABLE_ZSTD=ON" "-DENABLE_ZSTD=OFF" \
+ "for zstd compression support" &&
+
+optional_depends brotli \
+ "-DENABLE_BROTLI=ON" "-DENABLE_BROTLI=OFF" \
+ "to read brotli-compressed data" &&
+
optional_depends snappy \
"-DENABLE_SNAPPY=ON" "-DENABLE_SNAPPY=OFF" \
"to read snappy-compressed data" &&
diff --git a/security/wireshark/DETAILS b/security/wireshark/DETAILS
index ed9d886916..c4e428fb7a 100755
--- a/security/wireshark/DETAILS
+++ b/security/wireshark/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=wireshark
- VERSION=3.1.1
- SECURITY_PATCH=60
+ VERSION=3.2.1
+ SECURITY_PATCH=61
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
@@ -9,7 +9,7 @@ source $GRIMOIRE/CMAKE_FUNCTIONS
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:db5dd8931459412ebaf07a6a1337f6e27aaccf35d63321f171fae6b104ea5c953d42ff2f8ea33e69466fa2c25552fa9d3393e9e0b6bb7233c3eb8fd3241f9248
+ SOURCE_HASH=sha512:78300f7d597132d54cabe3e51e0f069657d164823852a9f23f1c3c9e6cfdefe5d5ac05c817d06869f4efa4e3cac25ea646cc39d880e5296cf409a8e1a03c2530
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 c41dcf9699..16209bd80b 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2020-01-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.2.1, SECURITY_PATCH++, fixes CVE-2020-7044
+
2020-01-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD: fix build error