Skip to content

Commit

Permalink
p5-Date-Manip: update to 6.73.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0-wiz-0 committed Sep 2, 2018
1 parent b322da7 commit 271dfb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Date-Manip/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Date-Manip/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 271dfb0

Please sign in to comment.