8
0
forked from pool/libfastjson

15 Commits

Author SHA256 Message Date
d1635b82e8 Accepting request 1084479 from home:AndreasStieger:branches:devel:libraries:c_c++
libfastjson 1.2304.0 CVE-2020-12762 boo#1171479

OBS-URL: https://build.opensuse.org/request/show/1084479
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=25
2023-05-04 16:56:46 +00:00
592149ed1c Accepting request 899965 from home:jengelh:pic
- Remove --with-pic (no effect with --disable-static).
- Drop unsubstantiated claims from descriptions.

OBS-URL: https://build.opensuse.org/request/show/899965
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=24
2021-06-22 06:36:48 +00:00
c1e469a5b8 - update to 0.99.9:
- add API fjson_object_get_uint()
  - add API fjson_object_array_del_idx()
  - bugfix for dangling pointer that causes segfault
    The other functions assume that the memory is either set to NULL or a valid
    json object. The array_list_del_idx function only moves the elements, but
    does not set the pointer to null, which causes the same pointer to remain
    in the list (outside of arr->length). Then, when array_list_put_idx is
    called, the array_list_expand_internal leaps out, meaning that it has not
    set the indices outside of the requested length to 0. array_list_put_idx
    finds the pointer, tries to free it and a double free will be incurred,
    because the actual element is still in the list.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=22
2021-02-10 08:18:03 +00:00
6c2c09c6f3 Accepting request 611889 from home:kukuk:branches:devel:libraries:c_c++
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/611889
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=20
2018-05-28 06:29:47 +00:00
d9670e07de Accepting request 563849 from home:AndreasStieger:branches:devel:libraries:c_c++
libfastjson 0.99.8

OBS-URL: https://build.opensuse.org/request/show/563849
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=18
2018-01-12 13:43:37 +00:00
be2fdfd43a Accepting request 541838 from home:AndreasStieger:branches:devel:libraries:c_c++
0.99.7

OBS-URL: https://build.opensuse.org/request/show/541838
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=16
2017-11-14 14:48:59 +00:00
3ce7e0cb28 Accepting request 514233 from home:AndreasStieger:branches:devel:libraries:c_c++
update to 0.99.6

OBS-URL: https://build.opensuse.org/request/show/514233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=14
2017-08-03 14:45:39 +00:00
d2aa18adbb Accepting request 493414 from home:AndreasStieger:branches:devel:libraries:c_c++
libfastjson 0.99.5

OBS-URL: https://build.opensuse.org/request/show/493414
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=12
2017-05-08 09:08:10 +00:00
Nirmoy Das
c32b5cb6ba Accepting request 453422 from home:ndas:branches:devel:libraries:c_c++
- This library is needed for latest rsyslog(fate#320546)

OBS-URL: https://build.opensuse.org/request/show/453422
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=10
2017-01-30 13:25:42 +00:00
82f2159f7c Accepting request 416897 from home:AndreasStieger:branches:devel:libraries:c_c++
libfastjson 0.99.4

OBS-URL: https://build.opensuse.org/request/show/416897
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=8
2016-08-04 11:23:20 +00:00
27a11dc0f3 Accepting request 414592 from home:AndreasStieger:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/414592
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=7
2016-07-23 10:59:40 +00:00
b462fa4117 back to 0.99.2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=6
2016-07-15 08:43:04 +00:00
733f35b55a Accepting request 408582 from home:AndreasStieger:branches:devel:libraries:c_c++
libfastjson 0.99.3

OBS-URL: https://build.opensuse.org/request/show/408582
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=5
2016-07-14 17:57:48 +00:00
9f1326194c Accepting request 370824 from home:AndreasStieger:branches:Base:System
libfastjson 0.99.2

OBS-URL: https://build.opensuse.org/request/show/370824
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=3
2016-03-13 07:03:12 +00:00
64261d7c03 Accepting request 351699 from home:AndreasStieger:branches:Base:System
a json-c fork, mandatory dependency for next rsyslog 8.16.0

OBS-URL: https://build.opensuse.org/request/show/351699
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libfastjson?expand=0&rev=1
2016-01-04 09:34:45 +00:00