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:   adam
Date:           Thu Nov 21 07:48:36 UTC 2024

Modified Files:
        pkgsrc/net/wireshark: Makefile PLIST distinfo

Log Message:
wireshark: updated to 4.4.2

4.4.2
Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.177 -r1.178 pkgsrc/net/wireshark/distinfo

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.323 pkgsrc/net/wireshark/Makefile:1.324
--- pkgsrc/net/wireshark/Makefile:1.323 Thu Nov 14 22:21:19 2024
+++ pkgsrc/net/wireshark/Makefile       Thu Nov 21 07:48:36 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.323 2024/11/14 22:21:19 wiz Exp $
+# $NetBSD: Makefile,v 1.324 2024/11/21 07:48:36 adam Exp $
 
-DISTNAME=      wireshark-4.4.1
-PKGREVISION=   3
+DISTNAME=      wireshark-4.4.2
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.xz
@@ -31,15 +30,16 @@ CHECK_PORTABILITY_SKIP+=    tools/bsd-setup
 PTHREAD_OPTS+=         require
 
 PYTHON_FOR_BUILD_ONLY=         yes
-REPLACE_PYTHON+=               tools/asn2deb
-REPLACE_PYTHON+=               tools/asn2wrs.py
-REPLACE_PYTHON+=               tools/html2text.py
-REPLACE_PYTHON+=               tools/idl2deb
-REPLACE_PYTHON+=               tools/indexcap.py
-REPLACE_PYTHON+=               tools/msnchat
-REPLACE_PYTHON+=               tools/ncp2222.py
-REPLACE_PYTHON+=               tools/pkt-from-core.py
-REPLACE_PYTHON+=               tools/rdps.py
+
+REPLACE_PYTHON+=       tools/asn2deb
+REPLACE_PYTHON+=       tools/asn2wrs.py
+REPLACE_PYTHON+=       tools/html2text.py
+REPLACE_PYTHON+=       tools/idl2deb
+REPLACE_PYTHON+=       tools/indexcap.py
+REPLACE_PYTHON+=       tools/msnchat
+REPLACE_PYTHON+=       tools/ncp2222.py
+REPLACE_PYTHON+=       tools/pkt-from-core.py
+REPLACE_PYTHON+=       tools/rdps.py
 
 CFLAGS.SunOS+=         -D__EXTENSIONS__ # for getc_unlocked(3)
 

Index: pkgsrc/net/wireshark/PLIST
diff -u pkgsrc/net/wireshark/PLIST:1.93 pkgsrc/net/wireshark/PLIST:1.94
--- pkgsrc/net/wireshark/PLIST:1.93     Thu Oct 10 09:45:54 2024
+++ pkgsrc/net/wireshark/PLIST  Thu Nov 21 07:48:36 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.93 2024/10/10 09:45:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.94 2024/11/21 07:48:36 adam Exp $
 bin/capinfos
 bin/captype
 bin/dumpcap
@@ -15,10 +15,10 @@ bin/tshark
 ${PLIST.qt}bin/wireshark
 lib/libwireshark.so
 lib/libwireshark.so.18
-lib/libwireshark.so.18.0.1
+lib/libwireshark.so.18.0.2
 lib/libwiretap.so
 lib/libwiretap.so.15
-lib/libwiretap.so.15.0.1
+lib/libwiretap.so.15.0.2
 lib/libwsutil.so
 lib/libwsutil.so.16
 lib/libwsutil.so.16.0.0

Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.177 pkgsrc/net/wireshark/distinfo:1.178
--- pkgsrc/net/wireshark/distinfo:1.177 Thu Oct 10 09:45:54 2024
+++ pkgsrc/net/wireshark/distinfo       Thu Nov 21 07:48:36 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.177 2024/10/10 09:45:54 adam Exp $
+$NetBSD: distinfo,v 1.178 2024/11/21 07:48:36 adam Exp $
 
-BLAKE2s (wireshark-4.4.1.tar.xz) = 5eb4efdbf84354362c8ec065d88f9b0522c7c3caa429480993e2b4ac553e8302
-SHA512 (wireshark-4.4.1.tar.xz) = 66c5e035a5a0d2bbb82fba67b652e0e37c296ab470da59b8ed71ef4e6d6d061d6a2649b5af544b737cdf31d808a7f8f07a64a9e4d805674ce8965eff23081de4
-Size (wireshark-4.4.1.tar.xz) = 46748700 bytes
+BLAKE2s (wireshark-4.4.2.tar.xz) = 5f5cfdd0a645bf59d6b5b53e625f6a9711d4dd79f6d5893db055df40b1342a31
+SHA512 (wireshark-4.4.2.tar.xz) = df80c98a2d00ba46a853acfe3aec9dfc0d4484f490a276b8b8390b6d108634b7e0fa38e8f02f8d93afe5c2394c463a0d89611027032898d7d0390d2111b70ca6
+Size (wireshark-4.4.2.tar.xz) = 46763620 bytes
 SHA1 (patch-CMakeLists.txt) = 80af7e00226894efe82db3b89ea8fee08bd30681



Home | Main Index | Thread Index | Old Index