Skip to content

Commit

Permalink
Update to 1.717
Browse files Browse the repository at this point in the history
Upstream changes:
1.717     2023-08-17 10:52:21-05:00 America/Chicago

  [Fixed]

  - Fixed WithStackTrace proxy to remove arguments in-place instead of
    always stringifying the exception object immediately. This means we
    need to handle different exception objects differently, but it also
    means a better log message. Thanks @larryl and @GrantStreetGroup for
    submitting this fix! [Github #100]
  • Loading branch information
wen committed Aug 31, 2023
1 parent ffb125d commit 9fe48fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Log-Any/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.41 2023/08/03 13:19:09 wen Exp $
# $NetBSD: Makefile,v 1.42 2023/08/31 23:06:41 wen Exp $

DISTNAME= Log-Any-1.716
DISTNAME= Log-Any-1.717
# 1.708 -> 1.70.8
PKGNAME= p5-${DISTNAME:C/-([0-9])\.([0-9])([0-9])([0-9])/-\1.\2\3.\4/}
CATEGORIES= devel perl5
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Log-Any/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.27 2023/08/03 13:19:09 wen Exp $
$NetBSD: distinfo,v 1.28 2023/08/31 23:06:41 wen Exp $

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
BLAKE2s (Log-Any-1.717.tar.gz) = 62edece7d522140c350f17b174f242d7762efff2295e1b8e4167a5961f80f971
SHA512 (Log-Any-1.717.tar.gz) = feabda26eefebd7fe63ba63750b11e00f217778f0fa801adf3b52342400155230b620b3f2b08630e4b472a328a6c13a84294d35c52968f2fc1206b61fee0d20e
Size (Log-Any-1.717.tar.gz) = 62565 bytes

0 comments on commit 9fe48fd

Please sign in to comment.