pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wireshark
Module Name: pkgsrc
Committed By: tnn
Date: Tue Jul 26 22:54:51 UTC 2022
Modified Files:
pkgsrc/net/wireshark: Makefile options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/wireshark/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.275 pkgsrc/net/wireshark/Makefile:1.276
--- pkgsrc/net/wireshark/Makefile:1.275 Sat Jul 2 16:53:33 2022
+++ pkgsrc/net/wireshark/Makefile Tue Jul 26 22:54:51 2022
@@ -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
Index: pkgsrc/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.26 pkgsrc/net/wireshark/options.mk:1.27
--- pkgsrc/net/wireshark/options.mk:1.26 Tue Jun 30 15:52:51 2020
+++ pkgsrc/net/wireshark/options.mk Tue Jul 26 22:54:51 2022
@@ -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