Debian Patches

Status for cjson/1.7.18-4

Patch Description Author Forwarded Bugs Origin Last update
0001-allocate-memory-for-the-temporary-buffer.patch allocate memory for the temporary buffer
Allocate memory for the temporary buffer when paring numbers.
This fixes CVE-2023-26819
PeterAlfredLee <peteralfredlee@gmail.com> no 2025-04-21
0002-make-compatible-with-cmake-4.0.patch [PATCH] Make compatible with CMake 4.0 When trying to build with CMake 4.0, the following error is shown:

CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.

Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.

Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

This change raises the minimum required CMake version to 3.5 and thus makes the project compatible with CMake 4.0
Markus Vieth <mvieth@techfak.uni-bielefeld.de> no 2025-03-30

All known versions for source package 'cjson'

Links