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

Changelog

libnet-dns-native-perl (0.22-2build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 11:59:49 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar 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-2build2.debian.tar.xz 2.3 KiB 6bfaf86385889f4218b1a9fcb3715af82e242d82ab365b3313af4807fd4d202c
libnet-dns-native-perl_0.22-2build2.dsc 2.1 KiB 25067e8df7ecb6866cd067e71c58a5f85c08c5fbe6b46da17221e8f5bbf46116

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