pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: turn on HTTP/2 by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62b8f4c515be
branches:  trunk
changeset: 382367:62b8f4c515be
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jul 26 22:54:51 2022 +0000

description:
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:

 net/wireshark/Makefile   |  4 ++--
 net/wireshark/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 0aa08980793a -r 62b8f4c515be net/wireshark/Makefile
--- a/net/wireshark/Makefile    Tue Jul 26 21:50:10 2022 +0000
+++ b/net/wireshark/Makefile    Tue Jul 26 22:54:51 2022 +0000
@@ -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 -r 0aa08980793a -r 62b8f4c515be net/wireshark/options.mk
--- a/net/wireshark/options.mk  Tue Jul 26 21:50:10 2022 +0000
+++ b/net/wireshark/options.mk  Tue Jul 26 22:54:51 2022 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index