libjson-parse-perl 0.62-1build4 source package in Ubuntu

Changelog

libjson-parse-perl (0.62-1build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:08:15 +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 universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libjson-parse-perl_0.62.orig.tar.gz 87.4 KiB 6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9
libjson-parse-perl_0.62-1build4.debian.tar.xz 2.7 KiB 0bb24539f9287ba3288a30d4424513e5e68c534aff5254d955568b8b912f2969
libjson-parse-perl_0.62-1build4.dsc 2.2 KiB f78ffd87d724331160afc9d74eab4a74910c0b764b9399b7c23e8801322d0986

Available diffs

View changes file

Binary packages built by this source

libjson-parse-perl: module to read JSON into a Perl variable

 JSON::Parse is a module for parsing JSON.
 .
 It offers the function parse_json(), which takes a string containing JSON,
 and returns an equivalent Perl structure. It also offers validation of JSON
 via valid_json(), which returns true or false depending on whether the JSON
 is correct or not, and assert_valid_json(), which produces a descriptive
 fatal error if the JSON is invalid. A function json_file_to_perl() reads JSON
 from a file, and there is a safer version of parse_json() called
 parse_json_safe() which doesn't throw exceptions. For special cases of
 parsing, there are also methods new() and run(), which create a JSON parsing
 object and run it on text.
 .
 JSON::Parse accepts only UTF-8 as input.

libjson-parse-perl-dbgsym: debug symbols for libjson-parse-perl