libre-engine-re2-perl 0.18+ds-1build3 source package in Ubuntu

Changelog

libre-engine-re2-perl (0.18+ds-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:33:21 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Downloads

File Size SHA-256 Checksum
libre-engine-re2-perl_0.18+ds.orig.tar.xz 50.4 KiB ab07df6ead54ac6341fa57a9c1487c942db2f383e7a694307087396f30e127d4
libre-engine-re2-perl_0.18+ds-1build3.debian.tar.xz 6.3 KiB 739a486af8b33b4c7c3ee58de523e2ed14c9588658de0388e6d8238f5ec31272
libre-engine-re2-perl_0.18+ds-1build3.dsc 2.3 KiB 94f9a4290ad8f2d3af84aa53672e6c119026399473f267e3d92b4067db2fc3cc

Available diffs

View changes file

Binary packages built by this source

libre-engine-re2-perl: RE2 regex engine

 re::engine::RE2 replaces perl's regex engine
 in a given lexical scope with RE2.
 .
 RE2 is a primarily DFA based regexp engine from Google
 that is very fast at matching large amounts of text.
 However it does not support look behind
 and some other Perl regular expression features.
 See RE2's syntax wiki page
 at <https://github.com/google/re2/wiki/Syntax> for more information.
 .
 Fallback to normal Perl regexp is implemented by this module.
 If RE2 is unable to compile a regexp it will use Perl instead,
 therefore features not implemented by RE2 don't suddenly stop working,
 they will just use Perl's regexp implementation.

libre-engine-re2-perl-dbgsym: debug symbols for libre-engine-re2-perl