26 Commits

Author SHA256 Message Date
96ee9cb3d5 Accepting request 1302958 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1302958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=11
2025-09-08 07:56:24 +00:00
Torsten Gruner
2b5bfcda71 - version update to 0.13.0
0.13.0
  * Fix small typo in release script by @PJK in #350
  * Fix failing 32 bit tests due to cmocka macro repeating stack pushes by @PJK in #354
  * Set cmake_minimum_required to 3.5 by @PJK in #355
  * Fix float_ctrl ctrl assertions failing in debug mode by @PJK in #353
  * Check in vscode setup by @PJK in #357
  * Add CBOR sequences example by @PJK in #358
  * Add riscv64 config to CircleCI by @PJK in #359
  * Add a test for malformed definite maps by @PJK in #360
  * Add [[nodiscard]] support and auto-update to C23 in cmake by @PJK in #361
  * Configure ctest on to export the test results to CircleCI by @PJK in #362
  * Revamp the introduction doc into a more useful crash course by @PJK in #363
  * Add OSX asan/lsan supression config by @PJK in #366
  * Add cbor_copy_definite by @PJK in #364
  * Improve handling and coverage reporting of exhaustive enum switches by @PJK in #367
  * Add references to readme by @PJK in #368
  * Update python deps and related docs by @PJK in #369
  * Link tutorial in readme (and fix embedded RST formatting) by @PJK in #370
  * Add a doc note on lto linking by @PJK in #373
  * Add a doc for the reference count in cbor_array_set(). by @hglee in #375
  * Add gh link to docs by @PJK in #374
  * Add #355 to changelog by @PJK in #376
  * Bump version to 0.13.0 by @PJK in #377
  0.12.0
  * Tag documentation and general doxygen style improvements by @PJK in #309
  * Rename API docs to be more helpful by @PJK in #310
  * Make MSVC w/ /sdl work by @PJK in #312
  * Respect CMAKE_INTERPROCEDURAL_OPTIMIZATION by @PJK in #316
  * Nicer cmakes by @PJK in #317

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=30
2025-09-05 20:06:32 +00:00
7fec50d07e Accepting request 1239159 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1239159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=10
2025-01-22 15:30:45 +00:00
e48df8847a Accepting request 1201512 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1201512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=9
2024-09-17 16:17:04 +00:00
Torsten Gruner
f514a7aaac - The doc fails to build with an assert in sphinx in 15sp6 also.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=26
2024-09-17 06:30:35 +00:00
f9a0a4d60d Accepting request 1164316 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1164316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=8
2024-04-04 20:24:06 +00:00
1e4da161a9 Accepting request 1164152 from home:pgajdos
- version update to 0.11.0
  * Updated documentation to refer to RFC 8949
  * Improvements to cbor_describe
        Bytestring data will now be printed as well by akallabeth
        Formatting consistency and clarity improvements
  * Fix cbor_string_set_handle not setting the codepoint count
  * BREAKING: cbor_load will no longer fail on input strings that are
        well-formed but not valid UTF-8
        If you were relying on the validation, please check the result
        using cbor_string_codepoint_count instead
  * BREAKING: All decoders like cbor_load and cbor_stream_decode will
        accept all well-formed tag values (bug discovered by dskern-github)
        Previously, decoding of certain values would fail with
        CBOR_ERR_MALFORMATED or CBOR_DECODER_ERROR
        This also makes decoding symmetrical with serialization, which
        already accepts all values

OBS-URL: https://build.opensuse.org/request/show/1164152
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=24
2024-04-03 09:57:24 +00:00
cb7c7c2486 Accepting request 1067988 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1067988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=7
2023-02-28 11:48:24 +00:00
Torsten Gruner
b31e66435b Accepting request 1067945 from home:polslinux:branches:devel:libraries:c_c++
- Update to 0.10.2:
  * Fixed minor test bug causing failures for x86 Linux
  * Made tests platform-independent

OBS-URL: https://build.opensuse.org/request/show/1067945
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=22
2023-02-27 12:46:10 +00:00
e760406623 Accepting request 1067316 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1067316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=6
2023-02-25 18:54:22 +00:00
Torsten Gruner
be2c8b8c9f Accepting request 1067141 from home:alarrosa:branches:devel:libraries:c_c++
- Merge change from SLE15 SP4 made by pgajdos@suse.com on
  Tue Apr  5 14:36:56 UTC 2022:
- do not build manual page for 15sp4, it does not succeed
  [bsc#1197743]
- added sources
  + libcbor.3

- 0.6.0 includes patch by bwiedemann@suse.com to not build shared
  lib twice and make package build reproducible (boo#1102408,
  gh#PJK/libcbor#72)

OBS-URL: https://build.opensuse.org/request/show/1067141
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=20
2023-02-23 07:12:00 +00:00
94a1deb0f6 Accepting request 1059145 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1059145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=5
2023-01-18 12:08:39 +00:00
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
0f38d07331 Accepting request 999386 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/999386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=4
2022-08-27 09:48:18 +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
879874e8bb Accepting request 936282 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/936282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=3
2021-12-12 20:27:33 +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
606169df97 Accepting request 836106 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/836106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=2
2020-09-25 14:20:53 +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
1b26c565b2 Accepting request 808664 from devel:libraries:c_c++
Resurrect afer fixing

OBS-URL: https://build.opensuse.org/request/show/808664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=1
2020-05-26 15:23:52 +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
4 changed files with 60 additions and 6 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Tue Sep 2 12:59:34 UTC 2025 - pgajdos@suse.com
- version update to 0.13.0
0.13.0
* Fix small typo in release script by @PJK in #350
* Fix failing 32 bit tests due to cmocka macro repeating stack pushes by @PJK in #354
* Set cmake_minimum_required to 3.5 by @PJK in #355
* Fix float_ctrl ctrl assertions failing in debug mode by @PJK in #353
* Check in vscode setup by @PJK in #357
* Add CBOR sequences example by @PJK in #358
* Add riscv64 config to CircleCI by @PJK in #359
* Add a test for malformed definite maps by @PJK in #360
* Add [[nodiscard]] support and auto-update to C23 in cmake by @PJK in #361
* Configure ctest on to export the test results to CircleCI by @PJK in #362
* Revamp the introduction doc into a more useful crash course by @PJK in #363
* Add OSX asan/lsan supression config by @PJK in #366
* Add cbor_copy_definite by @PJK in #364
* Improve handling and coverage reporting of exhaustive enum switches by @PJK in #367
* Add references to readme by @PJK in #368
* Update python deps and related docs by @PJK in #369
* Link tutorial in readme (and fix embedded RST formatting) by @PJK in #370
* Add a doc note on lto linking by @PJK in #373
* Add a doc for the reference count in cbor_array_set(). by @hglee in #375
* Add gh link to docs by @PJK in #374
* Add #355 to changelog by @PJK in #376
* Bump version to 0.13.0 by @PJK in #377
0.12.0
* Tag documentation and general doxygen style improvements by @PJK in #309
* Rename API docs to be more helpful by @PJK in #310
* Make MSVC w/ /sdl work by @PJK in #312
* Respect CMAKE_INTERPROCEDURAL_OPTIMIZATION by @PJK in #316
* Nicer cmakes by @PJK in #317
* Fixed code coverage option typo in CMakeLists.txt by @jonathanmarvens in #318
* Bump jinja2 from 3.1.2 to 3.1.3 in /doc/source by @dependabot in #306
* Update CI configs by @PJK in #332
* Fix wrong fopen mode in fuzzer by @PJK in #331
* Update OSX CI version by @PJK in #333
* Fix NaN handling on mips/mipsel and Windows; disable value propagation for signaling NaNs; add mips CI by @PJK in #335
* Export and install CMake targets by @dg0yt in #337
* Update cirrus FreeBSD to 14.2 by @PJK in #339
* Update Bazel setup to Bzlmod by @PJK in #340
* In cbor2cjson.c example, add missing cbor_move to cbor_array_get call by @whitehse in #338
* Update python requirements by @PJK in #343
* Fix mips/el CI by @PJK in #342
* include project directory with target instead of globally by @Jan200101 in #341
* Update more python packages by @PJK in #344
* Update example formatting (clang changed) by @PJK in #345
* Remove no-op pragma clang lines by @brooksdavis in #321
* Fix mutiple "pedantic" compiler warnings, mostly around unused parameters by @PJK in #347
* Bump jinja2 from 3.1.5 to 3.1.6 in /doc/source by @dependabot in #346
* Update changelog, improve release script to automate version bump PRs by @PJK in #348
* Bump version to 0.12.0 by @PJK in #349
-------------------------------------------------------------------
Tue Jan 21 00:44:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcbor
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
%define socurrent 0
%define sorevision 11
%define sorevision 13
%define soage 0
%define lname libcbor%{socurrent}_%{sorevision}
%global flavor @BUILD_FLAVOR@%{nil}
@@ -38,7 +38,7 @@ Name: libcbor-doc
%else
Name: libcbor
%endif
Version: 0.11.0
Version: 0.13.0
Release: 0
Summary: Library for parsing Concise Binary Object Representation (CBOR)
License: MIT

BIN
v0.11.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
v0.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95a7f0dd333fd1dce3e4f92691ca8be38227b27887599b21cd3c4f6d6a7abb10
size 299917