libzerg-perl 1.0.4-8build5 source package in Ubuntu

Changelog

libzerg-perl (1.0.4-8build5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:56:38 +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
libzerg-perl_1.0.4.orig.tar.gz 14.6 KiB 10d018aa1b9970fa00594e3cde3af080e73952168159678ac2da4c840332ee65
libzerg-perl_1.0.4-8build5.debian.tar.xz 7.8 KiB 5967e48df51d523a934081f84a41d583522a354738ba9ff43e93b02c458c7748
libzerg-perl_1.0.4-8build5.dsc 2.1 KiB 104a7ce07475bb113ef451dade822016a91b48745e9977573c862bb46984092c

Available diffs

View changes file

Binary packages built by this source

libzerg-perl: fast perl module for parsing the output of NCBI BLAST programs

 The Zerg library contains a C/flex lexical scanner for BLAST reports
 and a set of supporting functions. It is centered on a "get_token"
 function that scans the input for specified lexical elements and, when
 one is found, returns its code and value to the user.
 .
 It is intended to be fast: for that the authors used flex, which provides
 simple regular expression matching and input buffering in the
 generated C scanner. And it is intended to be simple in the sense of
 providing just a lexical scanner, with no features whose support could
 slow down its main function.

libzerg-perl-dbgsym: debug symbols for libzerg-perl