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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:52:16 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-2build4.debian.tar.xz 2.4 KiB c6981ed99204895eb75eb5b5f51c6aae2e6f0eb56efa20117ce2fbf849e70a36
libnet-dns-native-perl_0.22-2build4.dsc 2.1 KiB 94e33f8adcccdc6f647d66dee18cc1b427edf01eb2c2097de69579260773b0d7

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