pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct  1 11:47:24 UTC 2019

Modified Files:
        pkgsrc/net/wireshark: Makefile PLIST distinfo

Log Message:
wireshark: updated to 3.0.5

Wireshark 3.0.5

The following bugs have been fixed:
* Qt interface crashes on a profile with packet list only.
* Wireshark 3.0.4 does not start on macOS 10.13 after an upgrade from 3.0.3.
* NET-SNMP EngineID Length handling Warning.
* Upgrade from Wireshark 3.0.2/3.0.3 to 3.0.4/later is confusing and may not complete properly.
* Crash SIGSEGV when decrypting IEEE 802.11 EAP re-authentications.


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/wireshark/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.217 pkgsrc/net/wireshark/Makefile:1.218
--- pkgsrc/net/wireshark/Makefile:1.217 Wed Sep 18 14:17:16 2019
+++ pkgsrc/net/wireshark/Makefile       Tue Oct  1 11:47:24 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.217 2019/09/18 14:17:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.218 2019/10/01 11:47:24 adam Exp $
 
-DISTNAME=      wireshark-3.0.4
-PKGREVISION=   1
+DISTNAME=      wireshark-3.0.5
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/wireshark/PLIST
diff -u pkgsrc/net/wireshark/PLIST:1.43 pkgsrc/net/wireshark/PLIST:1.44
--- pkgsrc/net/wireshark/PLIST:1.43     Thu Sep 12 12:40:07 2019
+++ pkgsrc/net/wireshark/PLIST  Tue Oct  1 11:47:24 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2019/09/12 12:40:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2019/10/01 11:47:24 adam Exp $
 bin/capinfos
 bin/captype
 bin/dumpcap
@@ -602,10 +602,10 @@ include/wireshark/wsutil/wsjson.h
 include/wireshark/wsutil/xtea.h
 lib/libwireshark.so
 lib/libwireshark.so.12
-lib/libwireshark.so.12.0.4
+lib/libwireshark.so.12.0.5
 lib/libwiretap.so
 lib/libwiretap.so.9
-lib/libwiretap.so.9.0.4
+lib/libwiretap.so.9.0.5
 lib/libwscodecs.so
 lib/libwscodecs.so.2
 lib/libwscodecs.so.2.0.0

Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.122 pkgsrc/net/wireshark/distinfo:1.123
--- pkgsrc/net/wireshark/distinfo:1.122 Thu Sep 12 12:40:07 2019
+++ pkgsrc/net/wireshark/distinfo       Tue Oct  1 11:47:24 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.122 2019/09/12 12:40:07 adam Exp $
+$NetBSD: distinfo,v 1.123 2019/10/01 11:47:24 adam Exp $
 
-SHA1 (wireshark-3.0.4.tar.xz) = e7cda5bc6fe885887fb4cffedb565373c760c987
-RMD160 (wireshark-3.0.4.tar.xz) = 01a98122fbe701946088e0924a73333c2c79654b
-SHA512 (wireshark-3.0.4.tar.xz) = eb9ddc8ba3d78bc6c1f2e1d277e81c00939638793ed21b98999310231d13a0fc8a6149dc5e78f58026778b8137e954ad7f67069f8cb80465078ca2d9795b25d1
-Size (wireshark-3.0.4.tar.xz) = 30938336 bytes
+SHA1 (wireshark-3.0.5.tar.xz) = 82883e96ee247d3fcacb0cafa0bed9112824ee3a
+RMD160 (wireshark-3.0.5.tar.xz) = f4be43f526ae5ef4c42fc294a37418e360a565d4
+SHA512 (wireshark-3.0.5.tar.xz) = 237ee66cfe0a7073f0e3623f327f7eb7204d1cd274e006dcc6890972d4135c2baa6c9d2426ea03ee64b7fc6dc45cb4cfe823e5cfc6f90e252d35b3ad7750884e
+Size (wireshark-3.0.5.tar.xz) = 30929864 bytes
 SHA1 (patch-CMakeLists.txt) = c78289d6ded796674b947d6bddd0ba9749ab4569



Home | Main Index | Thread Index | Old Index