libfilter-perl 1.64-1build4 source package in Ubuntu

Changelog

libfilter-perl (1.64-1build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:51:07 +1100

Upload details

Uploaded by:
William Grant
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
libfilter-perl_1.64.orig.tar.gz 94.5 KiB 13e7fb7e1d326598e3660103cf1974bee9f690ac5b43b339f2c022f2b5fcef2c
libfilter-perl_1.64-1build4.debian.tar.xz 6.2 KiB eb5cc96f1c5a98c4599fd6d5e492214f2b34fc18ff76be02d8e9951f42b6b57c
libfilter-perl_1.64-1build4.dsc 2.0 KiB 395e6d01d2401cbace78e226931e8877906a89e813716ceeffb8c0bdceb8db78

Available diffs

View changes file

Binary packages built by this source

libfilter-perl: Perl source filters

 Source filters alter the program text of a module before Perl sees it, much
 as a C preprocessor alters the source text of a C program before the
 compiler sees it.
 .
 This package contains a number of source filters, including:
 .
   exec and sh: pipe the source file through an external command
   cpp: pipe the source file through the C preprocessor
   decrypt: example of simple (though weak!) source obfuscation
   tee: copy filtered source to a file (debugging aid)
 .
 A substantial amount of documentation and examples is also included.

libfilter-perl-dbgsym: debug symbols for libfilter-perl