diff options
author | wiz <wiz> | 2015-10-21 09:12:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-10-21 09:12:10 +0000 |
commit | 39f5e8b6abbc5e3e4118579831c63fbc282b1a85 (patch) | |
tree | c43c37f423503fd6c2871b6ea4fdcc02b9852fd0 /net/wireshark | |
parent | bf7c96efc1d6d59eddfd806e27a9e6e9e9d2e86a (diff) | |
download | pkgsrc-39f5e8b6abbc5e3e4118579831c63fbc282b1a85.tar.gz |
Update wireshark to 1.12.8, fix two pkglint warnings while here.
What's New
Bug Fixes
The following vulnerabilities have been fixed.
* [1]wnpa-sec-2015-30
Pcapng file parser crash. Discovered by Dario Lombardo and Shannon
Sabens. ([2]Bug 11455) [3]CVE-2015-7830
The following bugs have been fixed:
* Last Address field for IPv6 RPL routing header is interpreted
incorrectly. ([4]Bug 10560)
* Comparing two capture files crashes Wireshark when navigating the
results. ([5]Bug 11098)
* 802.11 frame is not correctly dissected if it contains HT Control.
([6]Bug 11351)
* GVCP bit-fields not updated. ([7]Bug 11442)
* Tshark crash when specifying ssl.keys_list on CLI. ([8]Bug 11443)
* pcapng: SPB capture length is incorrectly truncated if IDB snaplen
= 0. ([9]Bug 11483)
* pcapng: NRB IPv4 address is endian swapped but shouldn't be.
([10]Bug 11484)
* pcapng: NRB with options causes file read failure. ([11]Bug 11485)
* pcapng: ISB without if_drop option is shown as max value. ([12]Bug
11489)
* UNISTIM dissector - Message length not included in offset for
"Select Adjustable Rx Volume". ([13]Bug 11497)
Updated Protocol Support
DIAMETER, GVCP, IEEE 802.11, IPv6, and UNISTIM
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/distinfo | 9 | ||||
-rw-r--r-- | net/wireshark/options.mk | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index c93cc80c13b..9f1b13b8690 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2015/10/11 14:20:57 tnn Exp $ +# $NetBSD: Makefile,v 1.139 2015/10/21 09:12:10 wiz Exp $ -DISTNAME= wireshark-1.12.7 -PKGREVISION= 1 +DISTNAME= wireshark-1.12.8 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 7620d74feea..7a381577d39 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.83 2015/09/12 19:03:59 tnn Exp $ +$NetBSD: distinfo,v 1.84 2015/10/21 09:12:10 wiz Exp $ -SHA1 (wireshark-1.12.7.tar.bz2) = bed365bacfd0b5c653d8568ad25e52957659bd9f -RMD160 (wireshark-1.12.7.tar.bz2) = 4a36875d9203112045c41a9adf312b0a4f83bd49 -Size (wireshark-1.12.7.tar.bz2) = 29202490 bytes +SHA1 (wireshark-1.12.8.tar.bz2) = d8c23120525a2f3505e822b7684e7367bcd0ba70 +RMD160 (wireshark-1.12.8.tar.bz2) = bf87fd1e3404d04f6123d09798b46ea5b2af49e9 +SHA512 (wireshark-1.12.8.tar.bz2) = 24ad130d9d0718e610f7def2a08e976871205032b4b4b5269c3ae54894c4121fa3b21a0bc6e45e9c2a41119f5553416d5c452dadf7b02f17e7803511d33809f5 +Size (wireshark-1.12.8.tar.bz2) = 29216939 bytes SHA1 (patch-aa) = 237c60ae1bd860bdc3ee42a17a46b4e212b97c0f SHA1 (patch-ac) = 470a2a32a5577f16aef4ba3e638eb6b97c483ba3 SHA1 (patch-ba) = f2fa69d1254b94c7b6b28d5e056c211a019d1db9 diff --git a/net/wireshark/options.mk b/net/wireshark/options.mk index 3a3df4bfd58..3b3cac364f5 100644 --- a/net/wireshark/options.mk +++ b/net/wireshark/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2015/09/12 19:03:59 tnn Exp $ +# $NetBSD: options.mk,v 1.10 2015/10/21 09:12:10 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark PKG_SUPPORTED_OPTIONS= gtk3 lua @@ -17,6 +17,7 @@ PLIST.gtk3= yes POST_INSTALL_TARGETS+= install-gtk-desktop .include "../../x11/gtk3/buildlink3.mk" +.PHONY: install-gtk-desktop install-gtk-desktop: ${INSTALL_DATA} ${WRKSRC}/wireshark.desktop \ ${DESTDIR}${PREFIX}/share/applications @@ -49,6 +50,7 @@ INSTALLATION_DIRS+= share/icons/hicolor/${d}x${d}/mimetypes .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.PHONY: install-icons install-icons: ${INSTALL_DATA} ${WRKSRC}/image/wsicon.svg \ ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/wireshark.svg |