Skip to content

Commit

Permalink
Update to 1.9754
Browse files Browse the repository at this point in the history
Upstream changes:
1.9754 [2018-02-16]
 - unify the gettimeofday() and time() forked code
   that had near identical code paths for MacOS Classic
   (which has two unusual features: unsigned time_t,
   and a special tz struct member), and for non-MacOS Classic
 - tv_interval should be implemented in XS
   [rt.cpan.org #106456]
   thanks to Sergey Aleynikov (suggested implementation simplified
   by the above-mentioned MacOS Classic simplification)
  • Loading branch information
wen committed Feb 20, 2018
1 parent 7b11304 commit 8b7fd4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions time/p5-Time-HiRes/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.56 2018/01/14 08:19:33 wiz Exp $
# $NetBSD: Makefile,v 1.57 2018/02/20 03:05:38 wen Exp $

DISTNAME= Time-HiRes-1.9753
DISTNAME= Time-HiRes-1.9754
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
Expand Down
10 changes: 5 additions & 5 deletions time/p5-Time-HiRes/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.35 2018/01/14 08:19:33 wiz Exp $
$NetBSD: distinfo,v 1.36 2018/02/20 03:05:38 wen Exp $

SHA1 (Time-HiRes-1.9753.tar.gz) = 7d951ae7fd4e88004b55164e6203e6fa8c0d2b84
RMD160 (Time-HiRes-1.9753.tar.gz) = 155a39c20bc926a68f60c27f678bd3cd251422a9
SHA512 (Time-HiRes-1.9753.tar.gz) = a24ea921073cb7434951686f2163ccdb8441eec21263d3345a37d281bd6801e7ff307dda95676e93588633127afe04b6d57133f29bcae83c68a578bb3a3788a6
Size (Time-HiRes-1.9753.tar.gz) = 110532 bytes
SHA1 (Time-HiRes-1.9754.tar.gz) = 949643a71de4d7550b9cf510820ef19ba13e19d7
RMD160 (Time-HiRes-1.9754.tar.gz) = 9d7dc34ba8a074b878318013b99a2b1b27752051
SHA512 (Time-HiRes-1.9754.tar.gz) = 5d54ecb800a2e78e5533ffff546f73cdfc255b0914a3e3e74312b786e470e4e0e5e36e7d727ff16a1e5398c51f2da638099c38eb400f6447e2290fd26da7265a
Size (Time-HiRes-1.9754.tar.gz) = 110989 bytes

0 comments on commit 8b7fd4f

Please sign in to comment.