...
0.13.1 (up to commit 0f814e5, 2018/03/04)
=========================================

* Bump the major version of the .so library generated up to 4.0 to avoid 
  conflicts because some downstream packagers of json-c had already done
  their own bump to ".so.3" for a much older 0.12 release.
* Add const size_t json_c_object_sizeof()
* Avoid invalid free (and thus a segfault) when ref_count gets < 0
* PR#394: fix handling of custom double formats that include a ".0"
* Avoid uninitialized variable warnings in json_object_object_foreach
* Issue #396: fix build for certain uClibc based systems.
* Add a top level fuzz directory for fuzzers run by OSS-Fuzz
...

...
$ make regress
Testsuite summary for json-c 0.13.1
============================================================================
# TOTAL: 21
# PASS:  21
...

OK?


Index: devel/json-c/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/devel/json-c/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- devel/json-c/Makefile       18 Feb 2018 19:55:05 -0000      1.18
+++ devel/json-c/Makefile       26 Apr 2018 17:39:58 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               JSON implementation in C
 
-DISTNAME=              json-c-0.13
+DISTNAME=              json-c-0.13.1
 CATEGORIES=            devel
 
 SHARED_LIBS=           json-c  1.0     # 3.1
Index: devel/json-c/distinfo
===================================================================
RCS file: /cvs/openbsd/ports/devel/json-c/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- devel/json-c/distinfo       18 Feb 2018 19:55:05 -0000      1.5
+++ devel/json-c/distinfo       26 Apr 2018 17:40:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (json-c-0.13.tar.gz) = AxZ4C+mtFsQtfCawFaeE/V30sJCf7wq6Uc+xPkkqwk0=
-SIZE (json-c-0.13.tar.gz) = 634720
+SHA256 (json-c-0.13.1.tar.gz) = uH5gjU0/e/3TbveNVtU8dOZqsnjTGLceYAKjadNvSHM=
+SIZE (json-c-0.13.1.tar.gz) = 639425


-- 
Rule of Defactualization:
        Information deteriorates upward through bureaucracies.

Reply via email to