Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0 21 Feb 2024 15:06:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libcbor: Update to 0.11.0
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/PJK/libcbor/releases |
0.10.2 21 Mar 2023 19:20:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libcbor: Update to 0.10.2
Changes: https://github.com/PJK/libcbor/releases |
0.10.1 30 Jan 2023 12:59:01
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libcbor: Update to 0.10.1
Changes: https://github.com/PJK/libcbor/releases |
0.9.0 25 Dec 2022 17:51:35
    |
Dimitry Andric (dim)  |
devel/libcbor: fix strict prototype warnings with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
security/libfido2 failed to build with clang 15:
In file included from
/wrkdirs/usr/ports/security/libfido2/work/libfido2-1.12.0/src/aes256.c:8:
In file included from
/wrkdirs/usr/ports/security/libfido2/work/libfido2-1.12.0/src/fido.h:42:
In file included from /usr/local/include/cbor.h:14:
/usr/local/include/cbor/arrays.h:100:51: error: a function declaration without
a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
CBOR_EXPORT cbor_item_t* cbor_new_indefinite_array();
^
void
In file included from
/wrkdirs/usr/ports/security/libfido2/work/libfido2-1.12.0/src/aes256.c:8:
In file included from
/wrkdirs/usr/ports/security/libfido2/work/libfido2-1.12.0/src/fido.h:42:
In file included from /usr/local/include/cbor.h:15: (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.0 21 Nov 2021 18:19:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libcbor: Update to 0.9.0
Changes: https://github.com/PJK/libcbor/releases |
0.8.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.0 21 Sep 2020 20:01:44
  |
sunpoet  |
Update to 0.8.0
Changes: https://github.com/PJK/libcbor/releases |
0.7.0 27 Apr 2020 20:58:13
  |
sunpoet  |
Update to 0.7.0
Changes: https://github.com/PJK/libcbor/releases |
0.6.1_1 31 Mar 2020 13:53:19
  |
sunpoet  |
Update to 0.6.1
- Bump PORTREVISION for package change (in case users downloaded the wrong
tarball)
Upstream made a wrong 0.6.1 release [1] and it's fixed now.
Reported by: Herbert J. Skuhra <herbert@gojira.at>
Reference: https://github.com/PJK/libcbor/commit/6f85e04aa770a2c3843e1851ec57adaf9481c3cb
[1] |
0.6.1 28 Mar 2020 12:45:25
  |
sunpoet  |
Update to 0.6.1
- Update WWW
Changes: https://github.com/PJK/libcbor/releases |
0.5.0 15 Feb 2019 23:25:09
  |
sunpoet  |
Add libcbor 0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose
schema-less binary data format.
Main features:
- Complete RFC conformance
- Robust C99 implementation
- Layered architecture offers both control and convenience
- Flexible memory management
- No shared global state - threading friendly
- Proper handling of UTF-8
- Full support for streams & incremental processing
- Extensive documentation and test suite
- No runtime dependencies, small footprint
WWW: http://libcbor.org/ |