pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/jansson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 25 23:05:24 UTC 2026

Modified Files:
        pkgsrc/textproc/jansson: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/jansson/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/jansson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/jansson/Makefile
diff -u pkgsrc/textproc/jansson/Makefile:1.13 pkgsrc/textproc/jansson/Makefile:1.14
--- pkgsrc/textproc/jansson/Makefile:1.13       Sat Apr 12 06:49:07 2025
+++ pkgsrc/textproc/jansson/Makefile    Sun Jan 25 23:05:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/04/12 06:49:07 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/01/25 23:05:24 wiz Exp $
 
-DISTNAME=      jansson-2.14.1
+DISTNAME=      jansson-2.15.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=akheron/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -16,7 +16,7 @@ GNU_CONFIGURE=                yes
 PKGCONFIG_OVERRIDE+=   jansson.pc.in
 # Fails a self-test because the library exports more symbols than it should.
 # It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
-# at least not on NetBSD-6.99.20/amd64.
+# at least not on NetBSD-11.99.4/amd64.
 TEST_TARGET=           check
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/jansson/distinfo
diff -u pkgsrc/textproc/jansson/distinfo:1.11 pkgsrc/textproc/jansson/distinfo:1.12
--- pkgsrc/textproc/jansson/distinfo:1.11       Sat Apr 12 06:49:07 2025
+++ pkgsrc/textproc/jansson/distinfo    Sun Jan 25 23:05:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/04/12 06:49:07 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/01/25 23:05:24 wiz Exp $
 
-BLAKE2s (jansson-2.14.1.tar.gz) = b3519a902b19d84ef5d88657924de8983b70564f7d7983628d8173cff26b2043
-SHA512 (jansson-2.14.1.tar.gz) = 4c6fdf2efa74788fd1711d44293991346d70d22178109b3309ada079f59c30bd716f91e976235c40c640b177d82919a0e13d264ee714d359db266e2f1078c953
-Size (jansson-2.14.1.tar.gz) = 614984 bytes
+BLAKE2s (jansson-2.15.0.tar.gz) = cced25a2a1e153e4f72c3284e6f64fc9b65e6250b6d62e075beba6e4e736c5a7
+SHA512 (jansson-2.15.0.tar.gz) = 6c3d74acdf33f0c7940173e1a058c838af87f9de69f70896d246e54bbcf7e2734218b1b53bf4ddbf6b5d4b324184788f20853cc953b8397fa2c43e563ea57b1e
+Size (jansson-2.15.0.tar.gz) = 620331 bytes



Home | Main Index | Thread Index | Old Index