svn commit: r419720 - branches/2016Q3/net/wireshark
Jason Unovitch
junovitch at FreeBSD.org
Sat Aug 6 00:26:51 UTC 2016
Author: junovitch
Date: Sat Aug 6 00:26:50 2016
New Revision: 419720
URL: https://svnweb.freebsd.org/changeset/ports/419720
Log:
MFH: r419706
Update to 2.0.5.
See https://www.wireshark.org/docs/relnotes/wireshark-2.0.5.html for
the list of changes in this release.
While here, enable DECRYPT support by default [1].
Requested by: oshogbo
Approved by: ports-secteam (with hat)
Security: CVE-2016-6505
Security: CVE-2016-6506
Security: CVE-2016-6508
Security: CVE-2016-6509
Security: CVE-2016-6510
Security: CVE-2016-6511
Security: CVE-2016-6512
Security: CVE-2016-6513
Security: https://vuxml.FreeBSD.org/freebsd/610101ea-5b6a-11e6-b334-002590263bf5.html
Modified:
branches/2016Q3/net/wireshark/Makefile
branches/2016Q3/net/wireshark/distinfo
branches/2016Q3/net/wireshark/pkg-plist
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/net/wireshark/Makefile
==============================================================================
--- branches/2016Q3/net/wireshark/Makefile Sat Aug 6 00:24:00 2016 (r419719)
+++ branches/2016Q3/net/wireshark/Makefile Sat Aug 6 00:26:50 2016 (r419720)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= wireshark
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.5
PORTREVISION?= 0
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
@@ -27,10 +27,9 @@ DATADIR_NAME= wireshark
DATADIR= ${PREFIX}/share/${DATADIR_NAME}
GNU_CONFIGURE= yes
-USES= alias cpe gmake libtool perl5 pkgconfig python:build tar:bzip2
+USES= alias cpe gmake libtool perl5 pkgconfig python:build ssl tar:bzip2
USE_PERL5= build
USE_GNOME= glib20
-USE_OPENSSL= yes
CONFIGURE_ARGS+= --program-transform-name="" \
--with-ssl=${OPENSSLBASE}
INSTALL_TARGET= install-strip
@@ -63,7 +62,7 @@ OPTIONS_RADIO_ASYNCDNS= ADNS CARES
OPTIONS_RADIO_GUI= GTK2 GTK3 QT5
OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEIMDAL KRB_MIT KRB_NONE
-OPTIONS_DEFAULT?= SNMP ADNS IPV6 GEOIP KRB_BASE GTK3
+OPTIONS_DEFAULT?= SNMP ADNS IPV6 GEOIP KRB_BASE GTK3 DECRYPT
RTP_DESC= Enable support for playing back RTP streams
DECRYPT_DESC= Decryption support for SSL and IPSec
Modified: branches/2016Q3/net/wireshark/distinfo
==============================================================================
--- branches/2016Q3/net/wireshark/distinfo Sat Aug 6 00:24:00 2016 (r419719)
+++ branches/2016Q3/net/wireshark/distinfo Sat Aug 6 00:26:50 2016 (r419720)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466614550
-SHA256 (wireshark-2.0.4.tar.bz2) = 9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5
-SIZE (wireshark-2.0.4.tar.bz2) = 31121258
+TIMESTAMP = 1470427617
+SHA256 (wireshark-2.0.5.tar.bz2) = 0ce0241330828973f5b4efee422a3760cab8ce0b41e7721c4b9fd185be1bb10b
+SIZE (wireshark-2.0.5.tar.bz2) = 31124989
Modified: branches/2016Q3/net/wireshark/pkg-plist
==============================================================================
--- branches/2016Q3/net/wireshark/pkg-plist Sat Aug 6 00:24:00 2016 (r419719)
+++ branches/2016Q3/net/wireshark/pkg-plist Sat Aug 6 00:26:50 2016 (r419720)
@@ -18,10 +18,10 @@ bin/tshark
%%TEXT2PCAP%%
lib/libwireshark.so
lib/libwireshark.so.6
-lib/libwireshark.so.6.1.4
+lib/libwireshark.so.6.1.5
lib/libwiretap.so
lib/libwiretap.so.5
-lib/libwiretap.so.5.0.4
+lib/libwiretap.so.5.0.5
lib/libwsutil.so
lib/libwsutil.so.6
lib/libwsutil.so.6.0.0
More information about the svn-ports-branches
mailing list