Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A61984EB3 for ; Thu, 3 Aug 2023 13:19:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id n-PUVzn9Tnz0 for ; Thu, 3 Aug 2023 13:19:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 12CBA84D69 for ; Thu, 3 Aug 2023 13:19:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C496FBDB; Thu, 3 Aug 2023 13:19:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691068750164980" MIME-Version: 1.0 Date: Thu, 3 Aug 2023 13:19:10 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Any To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230803131910.0C496FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691068750164980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Aug 3 13:19:09 UTC 2023 Modified Files: pkgsrc/devel/p5-Log-Any: Makefile distinfo Log Message: Update to 1.716 Upstream changes: 1.716 2023-06-26 14:14:46-05:00 America/Chicago [Added] - Added a parameter to show stack trace arguments when using the WithStackTrace proxy. Since these arguments may contain sensitive information, they are now removed by default. Thanks @sam-ng and @GrantStreetGroup for submitting this patch! [Github #97] To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-Log-Any/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Log-Any/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691068750164980 Content-Disposition: inline Content-Length: 1627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Log-Any/Makefile diff -u pkgsrc/devel/p5-Log-Any/Makefile:1.40 pkgsrc/devel/p5-Log-Any/Makefile:1.41 --- pkgsrc/devel/p5-Log-Any/Makefile:1.40 Thu Jul 6 09:39:26 2023 +++ pkgsrc/devel/p5-Log-Any/Makefile Thu Aug 3 13:19:09 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2023/07/06 09:39:26 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2023/08/03 13:19:09 wen Exp $ -DISTNAME= Log-Any-1.715 +DISTNAME= Log-Any-1.716 # 1.708 -> 1.70.8 PKGNAME= p5-${DISTNAME:C/-([0-9])\.([0-9])([0-9])([0-9])/-\1.\2\3.\4/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} Index: pkgsrc/devel/p5-Log-Any/distinfo diff -u pkgsrc/devel/p5-Log-Any/distinfo:1.26 pkgsrc/devel/p5-Log-Any/distinfo:1.27 --- pkgsrc/devel/p5-Log-Any/distinfo:1.26 Sat Jun 3 13:11:38 2023 +++ pkgsrc/devel/p5-Log-Any/distinfo Thu Aug 3 13:19:09 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2023/06/03 13:11:38 wen Exp $ +$NetBSD: distinfo,v 1.27 2023/08/03 13:19:09 wen Exp $ -BLAKE2s (Log-Any-1.715.tar.gz) = 41b99ee33bf360299d5ba645800fe8c34f3742d1b172aa47ca78052f703a7717 -SHA512 (Log-Any-1.715.tar.gz) = 3acfc951608e77ba9a75af2259720b816d61efaae037d3cb479a0a4d3ce7a177b0f295863a6e59f7f697f2679a8c74b457a55c5f567ac5e3f73b678ba7107d8b -Size (Log-Any-1.715.tar.gz) = 59607 bytes +BLAKE2s (Log-Any-1.716.tar.gz) = 1097eab48da450b3bea5979cbae7d17aaa2a862a271a2b987ce95c78d6fd6978 +SHA512 (Log-Any-1.716.tar.gz) = 5f5405efb3630a260b3bc369a310b1ed0269f07e2ba76fdc4651e81fc447a8ed57c760697e3637b65e0764e16b5adb067a2db5c8205bac44d2e72a360529a695 +Size (Log-Any-1.716.tar.gz) = 60465 bytes --_----------=_1691068750164980--