Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ujsqRStK; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wBhcxefq Received: by mail.netbsd.org (Postfix, from userid 605) id 2C07F84EDA; Thu, 16 May 2024 11:44:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715859897; bh=e0VvXG0wXxlN5XIf68SfAR8QuZg00xCmHTiAMYXWEW8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ujsqRStK+g7EqBDcCBQG6sSeMm3pd0QR8+lQ5ZCAh82e2ygMifpEuF+KgEwa+bBqz zBevQJZMkdQjrLfUAJkMnHRcpmXVm4Yf7JAS+boQG/raNuqWxQ7mCkfLBj4wy/eUu5 fSnXg+mMk1seZMtT7LW8AeRxixByKyFpfLFF1HU4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BB1784EEA for ; Thu, 16 May 2024 11:44:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yH7T5uZxYFDO for ; Thu, 16 May 2024 11:44:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 634A884D95 for ; Thu, 16 May 2024 11:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715859895; bh=e0VvXG0wXxlN5XIf68SfAR8QuZg00xCmHTiAMYXWEW8=; h=Date:From:Subject:To:Reply-To; b=wBhcxefqnmX7ECfiLwPvFG6ZTb6UigNgfjvAOuIHBYqLAz/kzI/nJQgJKVaMwZoQq XVseD6W+tTY7vogT6IyFAy5PHL+mugKdD/OUOLEyi0OYscio6Sf+3d7JpBvyWTMLyB IDax5pbxjI9LUBzDgS2prfe5F5fJpKgWmAfnN6Vg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BAB7FA2C; Thu, 16 May 2024 11:44:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171585989532650" MIME-Version: 1.0 Date: Thu, 16 May 2024 11:44:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240516114455.5BAB7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171585989532650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 16 11:44:55 UTC 2024 Modified Files: pkgsrc/net/wireshark: Makefile PLIST distinfo Log Message: wireshark: updated to 4.2.5 Wireshark 4.2.5 Release Notes Bug Fixes If you are upgrading Wireshark 4.2.0 or 4.2.1 on Windows you will need to download and install[2] Wireshark 4.2.5 or later by hand. The following bugs have been fixed: New and Updated Features There are no new or updated features in this release. New Protocol Support There are no new protocols in this release. Updated Protocol Support New and Updated Capture File Support There is no new or updated capture file support in this release. Updated File Format Decoding Support There is no updated file format support in this release. To generate a diff of this commit: cvs rdiff -u -r1.313 -r1.314 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/wireshark/PLIST cvs rdiff -u -r1.173 -r1.174 pkgsrc/net/wireshark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171585989532650 Content-Disposition: inline Content-Length: 2356 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wireshark/Makefile diff -u pkgsrc/net/wireshark/Makefile:1.313 pkgsrc/net/wireshark/Makefile:1.314 --- pkgsrc/net/wireshark/Makefile:1.313 Thu May 16 06:15:25 2024 +++ pkgsrc/net/wireshark/Makefile Thu May 16 11:44:55 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.313 2024/05/16 06:15:25 wiz Exp $ +# $NetBSD: Makefile,v 1.314 2024/05/16 11:44:55 adam Exp $ -DISTNAME= wireshark-4.2.4 -PKGREVISION= 2 +DISTNAME= wireshark-4.2.5 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/wireshark/PLIST diff -u pkgsrc/net/wireshark/PLIST:1.89 pkgsrc/net/wireshark/PLIST:1.90 --- pkgsrc/net/wireshark/PLIST:1.89 Mon Apr 1 13:44:01 2024 +++ pkgsrc/net/wireshark/PLIST Thu May 16 11:44:55 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.89 2024/04/01 13:44:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.90 2024/05/16 11:44:55 adam Exp $ bin/capinfos bin/captype bin/dumpcap @@ -15,10 +15,10 @@ bin/tshark ${PLIST.qt}bin/wireshark lib/libwireshark.so lib/libwireshark.so.17 -lib/libwireshark.so.17.0.4 +lib/libwireshark.so.17.0.5 lib/libwiretap.so lib/libwiretap.so.14 -lib/libwiretap.so.14.1.4 +lib/libwiretap.so.14.1.5 lib/libwsutil.so lib/libwsutil.so.15 lib/libwsutil.so.15.0.0 Index: pkgsrc/net/wireshark/distinfo diff -u pkgsrc/net/wireshark/distinfo:1.173 pkgsrc/net/wireshark/distinfo:1.174 --- pkgsrc/net/wireshark/distinfo:1.173 Mon Apr 1 13:44:01 2024 +++ pkgsrc/net/wireshark/distinfo Thu May 16 11:44:55 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.173 2024/04/01 13:44:01 adam Exp $ +$NetBSD: distinfo,v 1.174 2024/05/16 11:44:55 adam Exp $ -BLAKE2s (wireshark-4.2.4.tar.xz) = b53034f829711087f16e26e57438d26a762fce8eedb240d38379ecd2a5ca5ddd -SHA512 (wireshark-4.2.4.tar.xz) = 963ac6938c08c6526240c270977057eeff7814686e11d1f3c6641a4838eb66f8d4349e48aa7373d25a8ca8911ad12eb8162f1c55af043f571d74979ddf4fd9a6 -Size (wireshark-4.2.4.tar.xz) = 44986232 bytes +BLAKE2s (wireshark-4.2.5.tar.xz) = 210a0562c252fd22d7d3b10d18c5df7833d0468b415dea5dff32056955a10c85 +SHA512 (wireshark-4.2.5.tar.xz) = 92a8fb08af5a1da30ca469fa45bd982638069907d289fa716068ac71141b7d9726ca0b01adc2910da4c928db23760da75a1c6a7c2eb795ac66ba003a90abb87b +Size (wireshark-4.2.5.tar.xz) = 45014156 bytes SHA1 (patch-CMakeLists.txt) = 6c9e1dc7a7c7000a15ed49c24036b987f43156f2 --_----------=_171585989532650--