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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:45:21 +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-2build3.debian.tar.xz 2.3 KiB 04ed128d99fff21bad3af3aa4902814f101c16912742dacc84b446eb49d447fa
libnet-dns-native-perl_0.22-2build3.dsc 2.1 KiB ed212ef9b5bea23fc777f0312182045d500bf3edc4f2e5f8e5b185f6f6d84b84

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