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: nikita
Date: Fri Apr 28 18:13:52 UTC 2023
Modified Files:
pkgsrc/textproc/jansson: Makefile distinfo
Log Message:
jansson: update to version 2.14
upstream location of releases moved.
Changelog:
Version 2.14
============
Released 2021-09-09
* New Features:
- Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the
corresponding `nocheck` functions. (#520, by Maxim Zhukov)
* Fixes:
- Handle `sprintf` corner cases (#537, by Tobias Stoeckmann)
* Build:
- Symbol versioning for all exported symbols (#540, by Simon McVittie)
- Fix compiler warnings (#555, by Kelvin Lee)
* Documentation:
- Small fixes (#544, #546, by @i-ky)
- Sphinx 3 compatibility (#543, by Pierce Lopez)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/jansson/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/textproc/jansson/Makefile:1.11
--- pkgsrc/textproc/jansson/Makefile:1.10 Mon Jul 25 11:12:29 2022
+++ pkgsrc/textproc/jansson/Makefile Fri Apr 28 18:13:52 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:29 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/04/28 18:13:52 nikita Exp $
-DISTNAME= jansson-2.13.1
+DISTNAME= jansson-2.14
CATEGORIES= textproc
-MASTER_SITES= http://www.digip.org/jansson/releases/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_GITHUB:=akheron/}
+GITHUB_PROJECT= jansson
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.digip.org/jansson/
Index: pkgsrc/textproc/jansson/distinfo
diff -u pkgsrc/textproc/jansson/distinfo:1.9 pkgsrc/textproc/jansson/distinfo:1.10
--- pkgsrc/textproc/jansson/distinfo:1.9 Tue Oct 26 11:22:12 2021
+++ pkgsrc/textproc/jansson/distinfo Fri Apr 28 18:13:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:22:12 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/04/28 18:13:52 nikita Exp $
-BLAKE2s (jansson-2.13.1.tar.bz2) = 78de79eef3e78f34e88ca6e0c7113f0eeb3edd8338639acda350b5c74c744eec
-SHA512 (jansson-2.13.1.tar.bz2) = 057f0eda43e4162569888d739f4d78d1d02fce8359400d8f66fdc6e440b0405cb457e1126820dc8ce51e9c4a7f4b7effc640caf1d54307c78c0c47c3fc093011
-Size (jansson-2.13.1.tar.bz2) = 430215 bytes
+BLAKE2s (jansson-2.14.tar.gz) = f4c9ff81e0e55176a3bb73192fa2383f176db2a9c329e77b905e37e69de72e8b
+SHA512 (jansson-2.14.tar.gz) = 5a592776c7ba8c0b1f5efaf813f77948bbc4bda168a72d221d176af0cf61038e26c1f30795433be10e2fc5069d5763d11852a8574774906a9f8ad261ac30109c
+Size (jansson-2.14.tar.gz) = 535618 bytes
Home |
Main Index |
Thread Index |
Old Index