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:           Sat Apr 12 06:49:07 UTC 2025

Modified Files:
        pkgsrc/textproc/jansson: Makefile distinfo

Log Message:
jansson: update to 2.14.1.

Version 2.14.1
==============

Released 2025-03-23

* Fixes:

  - Fix thread safety of encoding and decoding when `uselocale` or `newlocale`
    is used to switch locales inside the threads (#674, #675, #677. Thanks to
    Bruno Haible for the report and help with fixing.)

  - Use David M. Gay's `dtoa()` algorithm to avoid misprinting issues of real
    numbers that are not exactly representable as a `double` (#680).

    If this is not desirable, use `./configure --disable-dtoa` or `cmake
    -DUSE_DTOA=OFF .`

* Build:

  - Make test output nicer in CMake based builds (#683)
  - Simplify tests (#685)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/jansson/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/textproc/jansson/Makefile:1.13
--- pkgsrc/textproc/jansson/Makefile:1.12       Thu Sep 12 06:48:47 2024
+++ pkgsrc/textproc/jansson/Makefile    Sat Apr 12 06:49:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/09/12 06:48:47 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/12 06:49:07 wiz Exp $
 
-DISTNAME=      jansson-2.14
+DISTNAME=      jansson-2.14.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=akheron/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/jansson/distinfo
diff -u pkgsrc/textproc/jansson/distinfo:1.10 pkgsrc/textproc/jansson/distinfo:1.11
--- pkgsrc/textproc/jansson/distinfo:1.10       Fri Apr 28 18:13:52 2023
+++ pkgsrc/textproc/jansson/distinfo    Sat Apr 12 06:49:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/04/28 18:13:52 nikita Exp $
+$NetBSD: distinfo,v 1.11 2025/04/12 06:49:07 wiz Exp $
 
-BLAKE2s (jansson-2.14.tar.gz) = f4c9ff81e0e55176a3bb73192fa2383f176db2a9c329e77b905e37e69de72e8b
-SHA512 (jansson-2.14.tar.gz) = 5a592776c7ba8c0b1f5efaf813f77948bbc4bda168a72d221d176af0cf61038e26c1f30795433be10e2fc5069d5763d11852a8574774906a9f8ad261ac30109c
-Size (jansson-2.14.tar.gz) = 535618 bytes
+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



Home | Main Index | Thread Index | Old Index