r-cran-jsonlite 1.8.8+dfsg-1 source package in Ubuntu

Changelog

r-cran-jsonlite (1.8.8+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version which fixes embedded yajl of vulnerability to
    CVE-2017-16516 and CVE-2022-24795 
    Closes: #1040161
  * Fix clean target
    Closes: #1048689

 -- Andreas Tille <email address hidden>  Tue, 05 Dec 2023 14:08:52 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-jsonlite_1.8.8+dfsg-1.dsc 2.2 KiB 2f179c0f773ec5d07e4a875dc2b0ad1e1040143e494b0ce2ef6fd42bdc85c7fb
r-cran-jsonlite_1.8.8+dfsg.orig.tar.xz 363.3 KiB c200e24ef4aefa9f2f88116c513e2f61a1806d0058847d3b311c03a816bf643b
r-cran-jsonlite_1.8.8+dfsg-1.debian.tar.xz 3.8 KiB 28b525013e2c6dca34cd9ad37dcecfcdf6d5e70da955f9c5d93844b025a1c996

Available diffs

No changes file available.

Binary packages built by this source

r-cran-jsonlite: Robust, High Performance JSON Parser and Generator for R

 A fast JSON parser and generator optimized for statistical data and
 the web. Started out as a fork of 'RJSONIO', but has been completely
 rewritten in recent versions. The package offers flexible, robust,
 high performance tools for working with JSON in R and is particularly
 powerful for building pipelines and interacting with a web API. The
 implementation is based on the mapping described in the vignette
 (Ooms, 2014). In addition to converting JSON data from/to R objects,
 'jsonlite' contains functions to stream, validate, and prettify JSON
 data. The unit tests included with the package verify that all edge
 cases are encoded and decoded consistently for use with dynamic data
 in systems and applications.

r-cran-jsonlite-dbgsym: debug symbols for r-cran-jsonlite