pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Date-Manip
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 2 07:11:06 UTC 2018
Modified Files:
pkgsrc/devel/p5-Date-Manip: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-Date-Manip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Date-Manip/Makefile
diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.68 pkgsrc/devel/p5-Date-Manip/Makefile:1.69
--- pkgsrc/devel/p5-Date-Manip/Makefile:1.68 Wed Aug 22 09:43:52 2018
+++ pkgsrc/devel/p5-Date-Manip/Makefile Sun Sep 2 07:11:06 2018
@@ -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/}
Index: pkgsrc/devel/p5-Date-Manip/distinfo
diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.38 pkgsrc/devel/p5-Date-Manip/distinfo:1.39
--- pkgsrc/devel/p5-Date-Manip/distinfo:1.38 Sat Jun 9 01:50:42 2018
+++ pkgsrc/devel/p5-Date-Manip/distinfo Sun Sep 2 07:11:06 2018
@@ -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