Skip to content

Commit 707dab4

Browse files
committed
jansson: update to 2.15.0.
Version 2.15.0 ============== Released 2026-01-24 * New features: - Add support for realloc by adding `json_set_alloc_funcs2`, `json_get_alloc_funcs2` (@WilhelmWiens in #717) * Fixes: - Optimize serialization (@WilhelmWiens in #658 and #719) - Fix docstrings in hashtable.h (@WilhelmWiens in #718) * Build - Use target-based cmake settings (@Andrew-Au in #692)
1 parent 1e05a95 commit 707dab4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

textproc/jansson/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.13 2025/04/12 06:49:07 wiz Exp $
1+
# $NetBSD: Makefile,v 1.14 2026/01/25 23:05:24 wiz Exp $
22

3-
DISTNAME= jansson-2.14.1
3+
DISTNAME= jansson-2.15.0
44
CATEGORIES= textproc
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=akheron/}
66
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
1616
PKGCONFIG_OVERRIDE+= jansson.pc.in
1717
# Fails a self-test because the library exports more symbols than it should.
1818
# It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
19-
# at least not on NetBSD-6.99.20/amd64.
19+
# at least not on NetBSD-11.99.4/amd64.
2020
TEST_TARGET= check
2121

2222
.include "../../mk/bsd.pkg.mk"

textproc/jansson/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.11 2025/04/12 06:49:07 wiz Exp $
1+
$NetBSD: distinfo,v 1.12 2026/01/25 23:05:24 wiz Exp $
22

3-
BLAKE2s (jansson-2.14.1.tar.gz) = b3519a902b19d84ef5d88657924de8983b70564f7d7983628d8173cff26b2043
4-
SHA512 (jansson-2.14.1.tar.gz) = 4c6fdf2efa74788fd1711d44293991346d70d22178109b3309ada079f59c30bd716f91e976235c40c640b177d82919a0e13d264ee714d359db266e2f1078c953
5-
Size (jansson-2.14.1.tar.gz) = 614984 bytes
3+
BLAKE2s (jansson-2.15.0.tar.gz) = cced25a2a1e153e4f72c3284e6f64fc9b65e6250b6d62e075beba6e4e736c5a7
4+
SHA512 (jansson-2.15.0.tar.gz) = 6c3d74acdf33f0c7940173e1a058c838af87f9de69f70896d246e54bbcf7e2734218b1b53bf4ddbf6b5d4b324184788f20853cc953b8397fa2c43e563ea57b1e
5+
Size (jansson-2.15.0.tar.gz) = 620331 bytes

0 commit comments

Comments
 (0)