libnet-dns-native-perl 0.22-2build5 source package in Ubuntu

Changelog

libnet-dns-native-perl (0.22-2build5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:19:35 +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
libnet-dns-native-perl_0.22.orig.tar.gz 140.7 KiB 108d9dedbab9ffaf6a0d01525526de1894884e950bfd833717e5cd38905c30d5
libnet-dns-native-perl_0.22-2build5.debian.tar.xz 2.4 KiB 912d9315c589442ca442d99354daee11ba4c0488a92d09d127b3723239c5bc5f
libnet-dns-native-perl_0.22-2build5.dsc 2.2 KiB f86c16a4e53080dd6044442d6a636cc183c4d91aed7935f81abead1a66f5e4c8

Available diffs

View changes file

Binary packages built by this source

libnet-dns-native-perl: non-blocking system DNS resolver

 Net::DNS::Native provides several methods for host name resolution.
 It is designed to be used with event loops. All resolving are done by
 getaddrinfo(3) implemented in your system library. Since getaddrinfo()
 is blocking function and this class doesn't want to block, calls to
 this function will be done in separate thread. This class uses system
 native threads and not perl threads. So overhead shouldn't be too big.

libnet-dns-native-perl-dbgsym: debug symbols for libnet-dns-native-perl