liblinux-pid-perl 0.04-2build4 source package in Ubuntu

Changelog

liblinux-pid-perl (0.04-2build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:11:04 +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
liblinux-pid-perl_0.04.orig.tar.gz 2.2 KiB f2ac2444a74e762783bbd36c486352f96340434d34ae7926d6ab234966540f49
liblinux-pid-perl_0.04-2build4.debian.tar.xz 2.0 KiB 0f9f7aa2e81da25c5c9e63bb0a052984e19be908a29548ebd82e164689b3cc9b
liblinux-pid-perl_0.04-2build4.dsc 2.2 KiB 5e334d0df296e516aadd3e9eeab2146fe044c642472c1719c7ce29ee56f1a0c0

Available diffs

View changes file

Binary packages built by this source

liblinux-pid-perl: wrapper around the getpid() and getppid() C functions

 Perl already returns the PID and PPID in variables and builtins. Linux::Pid
 forces perl to call the underlying C functions getpid() and getppid().
 .
 This is useful with multithreaded programs. Linux' C library, using the Linux
 thread model, returns different values of the PID and the PPID from different
 threads.
 .
 A known consumer of this functionality is Apache2::SizeLimit (in
 libapache2-mod-perl2).

liblinux-pid-perl-dbgsym: debug symbols for liblinux-pid-perl