diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2022-02-20 04:12:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2022-02-20 04:12:23 +0000 |
commit | 3e7662e393918922e309f5d93fcf7685ce82e9ce (patch) | |
tree | d2ead2fade6a02465e2ab5ffbb58bca4a804fcf8 | |
parent | 1163068fa334d6a27d54e9fd587b5b81746aa3f6 (diff) | |
download | ports-3e7662e393918922e309f5d93fcf7685ce82e9ce.tar.gz ports-3e7662e393918922e309f5d93fcf7685ce82e9ce.zip |
net/wireshark: Update to 3.6.2.
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.2.html for a
list of changes in this release.
-rw-r--r-- | net/wireshark/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index c5c83e68ff13..b79ce8dc8361 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,7 @@ # Created by: Bill Fumerola <billf@chc-chimes.com> PORTNAME?= wireshark -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index a459cb7042a3..1017fa1401ae 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640964658 -SHA256 (wireshark-3.6.1.tar.xz) = 0434eda8fb6bf88e2b42a67eb5d1de254a67d505bec3bb51fee9d7cad7925a38 -SIZE (wireshark-3.6.1.tar.xz) = 39632140 +TIMESTAMP = 1645328751 +SHA256 (wireshark-3.6.2.tar.xz) = 5d901a5572aef953f04adc253ed2a0699d4c62779d3249021e1e8541a024c30e +SIZE (wireshark-3.6.2.tar.xz) = 39654296 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 2372d945d58b..31eb70e674a9 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -642,13 +642,13 @@ include/wireshark/wsutil/wslog.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.15 -lib/libwireshark.so.15.0.1 +lib/libwireshark.so.15.0.2 lib/libwiretap.so lib/libwiretap.so.12 -lib/libwiretap.so.12.0.1 +lib/libwiretap.so.12.0.2 lib/libwsutil.so lib/libwsutil.so.13 -lib/libwsutil.so.13.0.0 +lib/libwsutil.so.13.1.0 lib/wireshark/cmake/FindGLIB2.cmake lib/wireshark/cmake/FindWSLibrary.cmake lib/wireshark/cmake/FindWSWinLibs.cmake |