libtime-hr-perl 0.02-3build4 source package in Ubuntu

Changelog

libtime-hr-perl (0.02-3build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:47:08 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libtime-hr-perl_0.02.orig.tar.gz 3.4 KiB 55a2ba693f73f33cff85d61ad344f1b501db8dd335d99a1757b92fd172a7b4ce
libtime-hr-perl_0.02-3build4.debian.tar.xz 2.5 KiB 17cece59ea1c9192165b6553df8ae1270e8921e0d7da030e3e83d7189b32c6f8
libtime-hr-perl_0.02-3build4.dsc 2.1 KiB c7508eb1fb81450fb14377d166bee92b79e9a1a1d61e2cb3b07c4c77ebb1852f

Available diffs

View changes file

Binary packages built by this source

libtime-hr-perl: Perl interface to high-resolution timer

 Time::HR is a very simple interface to high-resolution timer - it only
 supports one function call - gethrtime(). gethrtime() function returns
 current high-resolution real time value either as 64-bit integer (on systems
 with 64-bit support) or double value. Time is expressed as nanoseconds since
 some arbitrary time in the past; it is not correlated in any way to the time
 of day, and thus is not subject to resetting or drifting by way of adjtime or
 settimeofday. The high resolution timer is ideally suited to performance
 measurement tasks, where cheap, accurate interval timing is required.
 Currently, this extension is only supported on Solaris, Linux and Cygwin.

libtime-hr-perl-dbgsym: debug symbols for libtime-hr-perl