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
This commit is contained in:
parent
b2a521e511
commit
8a0d943c59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419706
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue