libsys-mmap-perl 0.20-2build4 source package in Ubuntu

Changelog

libsys-mmap-perl (0.20-2build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

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

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libsys-mmap-perl_0.20.orig.tar.gz 17.5 KiB 1820ce2c89f1ab7357644f8db0f49f142f54526250fb1e235db10aa80f15e2cf
libsys-mmap-perl_0.20-2build4.debian.tar.xz 3.0 KiB ee80470982aaaae6fb9870a163f02d2ab4f6affffc71474ce09a54c93dc00973
libsys-mmap-perl_0.20-2build4.dsc 2.2 KiB 58be5bd060825a24bab8bb660f1934125b1e7a66d0b8b474232de3de091efb51

Available diffs

View changes file

Binary packages built by this source

libsys-mmap-perl: module for using POSIX mmap

 The Mmap module uses the POSIX mmap call to map in a file as a Perl variable.
 Memory access by mmap may be shared between threads or forked processes, and
 may be a disc file that has been mapped into memory. Sys::Mmap depends on
 your operating system supporting UNIX or POSIX.1b mmap, of course.
 .
 Note that PerlIO now defines a :mmap tag and presents mmap'd files as regular
 files, if that is your cup of joe.
 .
 Several processes may share one copy of the file or string, saving memory,
 and concurrently making changes to portions of the file or string. When not
 used with a file, it is an alternative to SysV shared memory. Unlike SysV
 shared memory, there are no arbitrary size limits on the shared memory area,
 and sparce memory usage is handled optimally on most modern UNIX
 implementations.

libsys-mmap-perl-dbgsym: debug symbols for libsys-mmap-perl