pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libcbor
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 31 10:09:20 UTC 2025
Modified Files:
pkgsrc/devel/libcbor: Makefile distinfo
Removed Files:
pkgsrc/devel/libcbor/patches: patch-CMakeLists.txt
Log Message:
libcbor: update to 0.13.0.
0.13.0 (2025-08-30)
---------------------
- [Fix `cbor_is_null`, `cbor_is_undef`, `cbor_is_bool` assertion failing on non-ctrl floats in debug mode]
- [Add an example for handling of CBOR Sequences]
- [Use C23/c2x if available]
- libcbor remains C99 compatible
- When the compiler does not support new standard, C99 will be used, so the change should be backwards compatible
- [Improved introduction documentation and examples]
- [Add cbor_copy_definite to turn indefinite items into definite equivalents]
- BUILD BREAKING: [Minimum CMake version set to 3.5]
- See <https://repology.org/project/cmake/versions> for support; the vast majority of users should not be affected.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libcbor/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libcbor/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libcbor/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libcbor/Makefile
diff -u pkgsrc/devel/libcbor/Makefile:1.15 pkgsrc/devel/libcbor/Makefile:1.16
--- pkgsrc/devel/libcbor/Makefile:1.15 Mon Aug 11 12:21:51 2025
+++ pkgsrc/devel/libcbor/Makefile Sun Aug 31 10:09:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/08/11 12:21:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/08/31 10:09:20 wiz Exp $
-DISTNAME= libcbor-0.12.0
+DISTNAME= libcbor-0.13.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=PJK/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/libcbor/distinfo
diff -u pkgsrc/devel/libcbor/distinfo:1.9 pkgsrc/devel/libcbor/distinfo:1.10
--- pkgsrc/devel/libcbor/distinfo:1.9 Mon Aug 11 12:21:51 2025
+++ pkgsrc/devel/libcbor/distinfo Sun Aug 31 10:09:20 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/08/11 12:21:51 wiz Exp $
+$NetBSD: distinfo,v 1.10 2025/08/31 10:09:20 wiz Exp $
-BLAKE2s (libcbor-0.12.0.tar.gz) = aa2c9ef4445e2a1f561716b1b2c683683e848f9f5e374e6e9edd6c93be1876d9
-SHA512 (libcbor-0.12.0.tar.gz) = 07fcf4e758742e6d430eaab0b333e8f836587c6eeb3f15eea094f8e7881804998382335737df6e2a5d0f570eb9cb46bae6c6d1058aeca8fa29b973a98ae6b69b
-Size (libcbor-0.12.0.tar.gz) = 294856 bytes
-SHA1 (patch-CMakeLists.txt) = 9ac4d99e93922bf311420b2454e8a90d7147086d
+BLAKE2s (libcbor-0.13.0.tar.gz) = fb29ae6690546fbe9e795d3bb47e5fff36f452fda4969edc61efc6c4cb35678b
+SHA512 (libcbor-0.13.0.tar.gz) = 4b41f3c55de0169a60cbd353694c741c3db32d6a173feb1cb14022a7daf8511fc32befbaff7133903ea005df3db02e8ebd67881dff2cfdb89a5e51203b03fe4f
+Size (libcbor-0.13.0.tar.gz) = 299917 bytes
Home |
Main Index |
Thread Index |
Old Index