libmath-prime-util-perl 0.73-2build5 source package in Ubuntu

Changelog

libmath-prime-util-perl (0.73-2build5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:14:44 +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
libmath-prime-util-perl_0.73.orig.tar.gz 602.6 KiB 4afa6dd8cdb97499bd4eca6925861812c29d9f5a0f1ac27ad9d2d9c9b5602894
libmath-prime-util-perl_0.73-2build5.debian.tar.xz 6.9 KiB 76b00cbe04cacfe59694470881c56543d07510a1805f1b245fbd3e6f813c99af
libmath-prime-util-perl_0.73-2build5.dsc 2.4 KiB de20f4a9fbd0eeb1f7e16e33cb88e3388e642991bdb43d7deb487345dfece5f9

Available diffs

View changes file

Binary packages built by this source

libmath-prime-util-perl: utilities related to prime numbers, including fast sieves and factoring

 Math::Prime::Util is a set of perl utilities related to prime
 numbers. These include multiple sieving methods, is_prime,
 prime_count, nth_prime, approximations and bounds for the prime_count
 and nth prime, next_prime and prev_prime, factoring utilities, and
 more.
 .
 The default sieving and factoring are intended to be (and currently are) the
 fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,
 Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors,
 Math::Factoring, and Math::Primality (when the GMP module is available). For
 numbers in the 10-20 digit range, it is often orders of magnitude faster.
 Typically it is faster than Math::Pari for 64-bit operations.
 .
 All operations support both Perl UV's (32-bit or 64-bit) and bignums. It
 requires no external software for big number support, as there are Perl
 implementations included that solely use Math::BigInt and Math::BigFloat.
 However, performance will be improved for most big number functions by
 installing Math::Prime::Util::GMP, and is definitely recommended if you do
 many bignum operations. Also look into Math::Pari as an alternative.

libmath-prime-util-perl-dbgsym: debug symbols for libmath-prime-util-perl