pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Date-Manip p5-Date-Manip: update to 6.73.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8ef961a62cf
branches: trunk
changeset: 384705:e8ef961a62cf
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 02 07:11:06 2018 +0000
description:
p5-Date-Manip: update to 6.73.
6.73 2018-09-01
- Fixed math on non-64-bit architectures
Much of the math in Date::Manip::Base is in a 'use integer' section.
This math can overflow in some cases in non-64-bit architectures.
Fixed the cases where this would reasonably occur. Reported by
Daniel Albers (GitHub #22). Also reported and tested in RT 126052.
- Bug in normalizing estimated business deltas
While working on the non-64-bit issue, it uncovered a bug where
normalizing estimated business deltas was wrong. It had never been
reported, and it was only off by a couple seconds in some rare
situations.
diffstat:
devel/p5-Date-Manip/Makefile | 5 ++---
devel/p5-Date-Manip/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r c15fd1172d5f -r e8ef961a62cf devel/p5-Date-Manip/Makefile
--- a/devel/p5-Date-Manip/Makefile Sun Sep 02 07:07:44 2018 +0000
+++ b/devel/p5-Date-Manip/Makefile Sun Sep 02 07:11:06 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2018/08/22 09:43:52 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2018/09/02 07:11:06 wiz Exp $
-DISTNAME= Date-Manip-6.72
+DISTNAME= Date-Manip-6.73
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
diff -r c15fd1172d5f -r e8ef961a62cf devel/p5-Date-Manip/distinfo
--- a/devel/p5-Date-Manip/distinfo Sun Sep 02 07:07:44 2018 +0000
+++ b/devel/p5-Date-Manip/distinfo Sun Sep 02 07:11:06 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2018/06/09 01:50:42 wen Exp $
+$NetBSD: distinfo,v 1.39 2018/09/02 07:11:06 wiz Exp $
-SHA1 (Date-Manip-6.72.tar.gz) = 20b0b9176d07a682ef6cac7d3697a83f0019e5aa
-RMD160 (Date-Manip-6.72.tar.gz) = 1018a563d2b9e8ff5af2566b482adcc11052784d
-SHA512 (Date-Manip-6.72.tar.gz) = 6b686d6f57b5d40c5a15da7af2efbb7888ae6c96d81cd99320a7bb00e27d3ed7a53d778b6098dac0f83dd38c9004da51068a92e2ef6ef393fbe724d0f4c68d34
-Size (Date-Manip-6.72.tar.gz) = 1853750 bytes
+SHA1 (Date-Manip-6.73.tar.gz) = 1b092941424c1e8137cdf0a3e936c4d3abcb9107
+RMD160 (Date-Manip-6.73.tar.gz) = ec7c9ad0fb398bbbf30c171d14b4eb894094b9d9
+SHA512 (Date-Manip-6.73.tar.gz) = 2bae6dcfcc9465023f29050817465dad683e22f49c278774aaf3e13fe46a46922e4b093bfa968aea62d755b3669c88d1a41ac3e549757be354d4cb61ad1c54b8
+Size (Date-Manip-6.73.tar.gz) = 1853891 bytes
Home |
Main Index |
Thread Index |
Old Index