libnet-z3950-simpleserver-perl 1.21-3build3 source package in Ubuntu

Changelog

libnet-z3950-simpleserver-perl (1.21-3build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:21:55 +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
libnet-z3950-simpleserver-perl_1.21.orig.tar.gz 40.1 KiB 2f42110d455b5d1bd54301ee98a61497e946f087031ecc11e0b6aead32a90c89
libnet-z3950-simpleserver-perl_1.21-3build3.debian.tar.xz 4.5 KiB 65a5b404fd0144e4a7a7228cb76618d6916774d2b9a14d9e7ae57b39d6791e30
libnet-z3950-simpleserver-perl_1.21-3build3.dsc 2.4 KiB abaa077f029d4ac7464754f134c40ebe4830237e6cfb3eee6278f39c251d064e

Available diffs

View changes file

Binary packages built by this source

libnet-z3950-simpleserver-perl: simple perl API for building Z39.50 servers

 The Net::Z3950::SimpleServer module is a tool for constructing Z39.50
 "Information Retrieval" servers in Perl. The module is easy to use, but it does
 help to have an understanding of the Z39.50 query structure and the
 construction of structured retrieval records.
 .
 Z39.50 is a network protocol for searching remote databases and
 retrieving the results in the form of structured "records". It is widely
 used in libraries around the world, as well as in the US Federal Government.
 In addition, it is generally useful whenever you wish to integrate a number
 of different database systems around a shared, asbtract data model.
 .
 The model of the module is simple: It implements a "generic" Z39.50
 server, which invokes callback functions supplied by you to search
 for content in your database. You can use any tools available in
 Perl to supply the content, including modules like DBI and
 WWW::Search.
 .
 The server will take care of managing the network connections for
 you, and it will spawn a new process (or thread, in some
 environments) whenever a new connection is received.

libnet-z3950-simpleserver-perl-dbgsym: debug symbols for libnet-z3950-simpleserver-perl