10 Commits

Author SHA256 Message Date
Torsten Gruner
367b9d8835 Accepting request 1058735 from home:polslinux:branches:devel:libraries:c_c++
- Update to 0.10.1: 
  * BREAKING: Fix cbor_copy leaking memory and creating invalid items when the allocator fails.
  * BREAKING: Improved half-float encoding for denormalized numbers. [#208]
  * Make the buffer_size optional in cbor_serialize_alloc [#205]
  * Fix a potential memory leak when the allocator fails during array or map decoding [#224]
  * Fix a memory leak when the allocator fails when adding chunks to indefinite bytestrings.
  * Fix a memory leak when the allocator fails when adding chunks to indefinite strings
  * Fix cbor_build_tag illegal memory behavior when the allocator fails
  * Add a new cbor_serialized_size API
  * Reworked cbor_serialize_alloc to allocate the exact amount of memory necessary upfront

OBS-URL: https://build.opensuse.org/request/show/1058735
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=18
2023-01-17 18:41:19 +00:00
Torsten Gruner
c5b666ce98 Accepting request 999330 from home:kukuk:branches:devel:libraries:c_c++
- Install manual page in the correct man section

OBS-URL: https://build.opensuse.org/request/show/999330
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=16
2022-08-26 10:40:04 +00:00
115e024ef3 Accepting request 936281 from home:dirkmueller:Factory
- fix duplicate src package name issue on multibuild

OBS-URL: https://build.opensuse.org/request/show/936281
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=15
2021-12-07 15:27:48 +00:00
Torsten Gruner
0df425b421 Accepting request 935771 from home:dirkmueller:Factory
- update to 0.9.0:
  * Improved pkg-config paths handling
  * Use explicit math.h linkage
  * BREAKING: Fixed handling of items that exceed the host size_t range
  * cbor_decode explicitly checks size to avoid overflows (previously broken,
    potentially resulting in erroneous decoding on affected systems)
- split docs into multibuild flavor to avoid build cycle via openssh<->
  python-pyOpenSSL <-> python-cryptography

OBS-URL: https://build.opensuse.org/request/show/935771
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=14
2021-12-05 12:02:02 +00:00
Torsten Gruner
cb54356eef Accepting request 836081 from home:namtrac:branches:devel:libraries:c_c++
- Update to version 0.8.0
  * BREAKING: Fix cbor_tag_item not increasing the reference count
    on the tagged item reference it returns
  * BREAKING: CBOR_DECODER_EBUFFER removed from cbor_decoder_status
    + cbor_stream_decode will set CBOR_DECODER_NEDATA instead if the
      input buffer is empty
  * Fix cbor_stream_decode to set cbor_decoder_result.required to
    the minimum number of input bytes necessary to receive the next
    callback (as long as at least one byte was passed)
  * Fixed several minor manpage issue

OBS-URL: https://build.opensuse.org/request/show/836081
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=12
2020-09-22 14:14:58 +00:00
Ismail Dönmez
e1624cffd8 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=10
2020-05-25 08:35:02 +00:00
Ismail Dönmez
e1a14af6f2 - Update to version 0.7.0
* Too many changes to list, see included CHANGELOG.md file

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=9
2020-05-25 08:33:30 +00:00
7aacdc30e6 Accepting request 760578 from home:Simmphonie:yubico
fix build for factory

OBS-URL: https://build.opensuse.org/request/show/760578
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=8
2020-01-03 10:00:49 +00:00
Torsten Gruner
6fccd293c6 Accepting request 639062 from home:jengelh:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/639062
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=2
2018-09-30 08:21:11 +00:00
32ac5a46f9 Accepting request 639000 from home:kbabioch:branches:security
Moving this from security/libcbor to devel:libraries:c_c++, since it has nothing
to do with security, and is a basic building block that could also be used by
other packages.

OBS-URL: https://build.opensuse.org/request/show/639000
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=1
2018-09-28 13:44:23 +00:00