libasync-interrupt-perl 1.26-1build6 source package in Ubuntu

Changelog

libasync-interrupt-perl (1.26-1build6) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:47:18 +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
libasync-interrupt-perl_1.26.orig.tar.gz 31.4 KiB 2b56dd1524afb2d340f30545ad02166efdff6a0b57f3217884dcea073ce6085b
libasync-interrupt-perl_1.26-1build6.debian.tar.xz 4.2 KiB b4bf1908a718851ae972069a8eb2060c90b9397404283b8a05cc60f0698945d5
libasync-interrupt-perl_1.26-1build6.dsc 2.3 KiB 1d0792b14b1a819843a7bb1d35887e2ca50eb5a4a91589b9215bad08e8fd1c59

Available diffs

View changes file

Binary packages built by this source

libasync-interrupt-perl: module to allow C/XS libraries to interrupt perl

 Async::Interrupt is a Perl module that implements asynchronous interruptions,
 similar in nature to UNIX signals, in a cross-platform manner. Modules might
 want to run code asynchronously (in another thread or from a signal handler)
 and then signal the interpreter on certain events. One common way is to write
 data to a pipe and use an event handling toolkit to watch for I/O events.
 Another way is to send a signal. Those methods are slow, and in the case of a
 pipe, also not asynchronous - it won't interrupt a running Perl interpreter.
 .
 This module implements asynchronous notifications that enable you to signal
 running Perl code from another thread, asynchronously, and sometimes even
 without using a single syscall.

libasync-interrupt-perl-dbgsym: debug symbols for libasync-interrupt-perl