1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
libfastjson (1.2304.0-1) unstable; urgency=medium
* New upstream version 1.2304.0
- Fixes integer overflow and out-of-bounds write via a large JSON file.
This issue was originally found in the json-c library.
(CVE-2020-12762, Closes: #1035302)
* Bump Standards-Version to 4.6.2
-- Michael Biebl <biebl@debian.org> Wed, 03 May 2023 12:48:03 +0200
libfastjson (0.99.9-2) unstable; urgency=medium
* Enable all hardening build flags
* Drop no longer needed override for dh_missing.
In compat 13 and later, --fail-missing is the default.
* Use execute_before instead of override for dh_install
* Bump Standards-Version to 4.6.1
* Use https in watch file
-- Michael Biebl <biebl@debian.org> Fri, 02 Sep 2022 13:02:31 +0200
libfastjson (0.99.9-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
[ Michael Biebl ]
* New upstream version 0.99.9
* Update symbols file for libfastjson
* Add Build-Depends-Package field to libfastjson4.symbols
* Bump Standards-Version to 4.5.1
* Switch to debhelper-compat and bump compat level to 13
* Set upstream metadata fields: Bug-Submit, Bug-Database, Repository,
Repository-Browse
-- Michael Biebl <biebl@debian.org> Tue, 26 Jan 2021 13:14:19 +0100
libfastjson (0.99.8-2) unstable; urgency=medium
* Set Rules-Requires-Root to no
* Update Vcs-* to point to salsa.debian.org (gitlab)
* Bump Standards-Version to 4.1.3
-- Michael Biebl <biebl@debian.org> Sun, 14 Jan 2018 18:59:27 +0100
libfastjson (0.99.8-1) unstable; urgency=medium
* New upstream version 0.99.8
* Bump Standards-Version to 4.1.2
-- Michael Biebl <biebl@debian.org> Thu, 21 Dec 2017 12:19:29 +0100
libfastjson (0.99.7-1) unstable; urgency=medium
* New upstream version 0.99.7
* Switch to dh_missing and abort on uninstalled files
* Update symbols file for libfastjson4.
The userdata and custom-serialization functions were dropped as the API
was deemed unusable. The soname was not bumped but fortunately none of
the reverse dependencies was using those symbols.
* Bump Standards-Version to 4.1.1
-- Michael Biebl <biebl@debian.org> Tue, 17 Oct 2017 19:36:03 +0200
libfastjson (0.99.6-1) unstable; urgency=medium
* New upstream version 0.99.6
* Bump debhelper compat level to 10 for automatic dh-autoreconf
* Update symbols file for libfastjson4
-- Michael Biebl <biebl@debian.org> Sun, 18 Jun 2017 16:42:15 +0200
libfastjson (0.99.4-1) unstable; urgency=medium
* New upstream release.
-- Michael Biebl <biebl@debian.org> Wed, 03 Aug 2016 22:55:41 +0200
libfastjson (0.99.3-1) unstable; urgency=medium
* Initial release. (Closes: #830861)
-- Michael Biebl <biebl@debian.org> Tue, 12 Jul 2016 13:32:34 +0200
|