summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-07-26 22:54:51 +0000
committertnn <tnn@pkgsrc.org>2022-07-26 22:54:51 +0000
commita1022cc94ae60c017508c36bc10062d30cf61692 (patch)
tree2cafb33ad9cbf56685a0211cacc3eebb70ebc8c6 /net/wireshark
parent3c6a487f21bf789ee89c70c9506c138aab9c18ca (diff)
downloadpkgsrc-a1022cc94ae60c017508c36bc10062d30cf61692.tar.gz
wireshark: turn on HTTP/2 by default
It is a common protocol and nghttp2 is a comparatively cheap dependency that most people already have installed since it is default enabled in curl and nodejs.
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile4
-rw-r--r--net/wireshark/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 75c1c1852ab..54db7df387c 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.275 2022/07/02 16:53:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.276 2022/07/26 22:54:51 tnn Exp $
DISTNAME= wireshark-3.6.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://www.wireshark.org/download/src/
EXTRACT_SUFX= .tar.xz
diff --git a/net/wireshark/options.mk b/net/wireshark/options.mk
index 18bdff69904..f23b58acac6 100644
--- a/net/wireshark/options.mk
+++ b/net/wireshark/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.26 2020/06/30 15:52:51 nia Exp $
+# $NetBSD: options.mk,v 1.27 2022/07/26 22:54:51 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= http2 lua qt5 spandsp
-PKG_SUGGESTED_OPTIONS= qt5 lua
+PKG_SUGGESTED_OPTIONS= http2 lua qt5
.include "../../mk/bsd.options.mk"