Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 15:26:45 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449290 - head/net/wireshark
Message-ID:  <201709051526.v85FQjni020855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Tue Sep  5 15:26:44 2017
New Revision: 449290
URL: https://svnweb.freebsd.org/changeset/ports/449290

Log:
  Update to 2.4.1.
  
  See https://www.wireshark.org/docs/relnotes/wireshark-2.4.1.html for a list
  of changes in this release.

Modified:
  head/net/wireshark/Makefile
  head/net/wireshark/distinfo
  head/net/wireshark/pkg-plist

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Tue Sep  5 14:58:50 2017	(r449289)
+++ head/net/wireshark/Makefile	Tue Sep  5 15:26:44 2017	(r449290)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	wireshark
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 PORTREVISION?=	0
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wireshark.org/download/src/ \

Modified: head/net/wireshark/distinfo
==============================================================================
--- head/net/wireshark/distinfo	Tue Sep  5 14:58:50 2017	(r449289)
+++ head/net/wireshark/distinfo	Tue Sep  5 15:26:44 2017	(r449290)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500689494
-SHA256 (wireshark-2.4.0.tar.xz) = 890bb41b826ff04e98fb089446ab37e5871e16205278bfeffc2a7c7364de3b04
-SIZE (wireshark-2.4.0.tar.xz) = 28755596
+TIMESTAMP = 1504624546
+SHA256 (wireshark-2.4.1.tar.xz) = 02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd
+SIZE (wireshark-2.4.1.tar.xz) = 28780384

Modified: head/net/wireshark/pkg-plist
==============================================================================
--- head/net/wireshark/pkg-plist	Tue Sep  5 14:58:50 2017	(r449289)
+++ head/net/wireshark/pkg-plist	Tue Sep  5 15:26:44 2017	(r449290)
@@ -18,13 +18,13 @@ bin/tshark
 %%TEXT2PCAP%%
 lib/libwireshark.so
 lib/libwireshark.so.10
-lib/libwireshark.so.10.0.0
+lib/libwireshark.so.10.0.1
 lib/libwiretap.so
 lib/libwiretap.so.7
-lib/libwiretap.so.7.0.0
+lib/libwiretap.so.7.0.1
 %%GUI%%lib/libwscodecs.so
-%%GUI%%lib/libwscodecs.so.0
-%%GUI%%lib/libwscodecs.so.0.0.0
+%%GUI%%lib/libwscodecs.so.1
+%%GUI%%lib/libwscodecs.so.1.1.0
 lib/libwsutil.so
 lib/libwsutil.so.8
 lib/libwsutil.so.8.0.0
@@ -53,6 +53,7 @@ man/man1/dumpcap.1.gz
 %%MERGECAP_MAN%%man/man1/mergecap.1.gz
 %%RAWSHARK_MAN%%man/man1/rawshark.1.gz
 %%TEXT2PCAP_MAN%%man/man1/text2pcap.1.gz
+%%UDPDUMP_MAN%%man/man1/udpdump.1.gz
 %%DFTEST_MAN%%man/man1/dftest.1.gz
 %%RANDPKT_MAN%%man/man1/randpkt.1.gz
 %%RANDPKTDUMP_MAN%%man/man1/randpktdump.1.gz
@@ -359,6 +360,7 @@ man/man4/wireshark-filter.4.gz
 %%DATADIR%%/tshark.html
 %%DATADIR%%/text2pcap.html
 %%DATADIR%%/tpncp/tpncp.dat
+%%DATADIR%%/udpdump.html
 %%DATADIR%%/wimaxasncp/dictionary.dtd
 %%DATADIR%%/wimaxasncp/dictionary.xml
 %%DATADIR%%/wireshark-filter.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709051526.v85FQjni020855>