pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/jsoncpp
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 9 09:44:22 UTC 2016
Modified Files:
pkgsrc/textproc/jsoncpp: Makefile distinfo
Log Message:
Updated jsoncpp to 1.7.7.
Changes in 1.7.7:
At the suggestion of Peter Spiess-Knafl, we will bump the
SOVERSION independent of the MAJOR.MINOR.MICRO version, in case
we break binary compatibility.
Changes in 1.7.6:
Prevent possible SEGV. (Thanks to @ngg.)
Add RPATH for OSX libs. (Please let us know if this causes a problem.)
Changes in 1.7.5:
Fix locale for decimal points
Plus a fix for Android
int64_t for 64-bit integers
Optionally suppress space after comma
Avoid null for empty stringValue
Fix null ctor/dtor, using a "Meyers Singleton"
Thanks to @marklakata and @BillyDonahue in #488 in #490.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/jsoncpp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/jsoncpp/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/jsoncpp/Makefile
diff -u pkgsrc/textproc/jsoncpp/Makefile:1.5 pkgsrc/textproc/jsoncpp/Makefile:1.6
--- pkgsrc/textproc/jsoncpp/Makefile:1.5 Fri Jul 15 15:14:03 2016
+++ pkgsrc/textproc/jsoncpp/Makefile Wed Nov 9 09:44:22 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/07/15 15:14:03 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/11/09 09:44:22 wiz Exp $
-DISTNAME= jsoncpp-1.7.4
+DISTNAME= jsoncpp-1.7.7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=open-source-parsers/}
Index: pkgsrc/textproc/jsoncpp/distinfo
diff -u pkgsrc/textproc/jsoncpp/distinfo:1.4 pkgsrc/textproc/jsoncpp/distinfo:1.5
--- pkgsrc/textproc/jsoncpp/distinfo:1.4 Fri Jul 15 15:14:03 2016
+++ pkgsrc/textproc/jsoncpp/distinfo Wed Nov 9 09:44:22 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/07/15 15:14:03 wiz Exp $
+$NetBSD: distinfo,v 1.5 2016/11/09 09:44:22 wiz Exp $
-SHA1 (jsoncpp-1.7.4.tar.gz) = 43ccdfe267f11d4ac8d39fa6d07fb0caef2559b9
-RMD160 (jsoncpp-1.7.4.tar.gz) = bc6a556a0defe0046678b9c679d126055ac1e11f
-SHA512 (jsoncpp-1.7.4.tar.gz) = e674f6f885e2aa7258d3d3d7a14ef148b5182fd883a527b3b9d75334e778142a833bbb295796af503573b9745f889b8bc496a0b2e11dce1b9cc7f079ac538bf7
-Size (jsoncpp-1.7.4.tar.gz) = 205752 bytes
+SHA1 (jsoncpp-1.7.7.tar.gz) = 7bbb47e25b3aa7c4c8b579ca46b32d55f32cb46e
+RMD160 (jsoncpp-1.7.7.tar.gz) = 0f549b6894cb9bf98907289d716a8aa125c548bf
+SHA512 (jsoncpp-1.7.7.tar.gz) = 1b12cc497729ca447dae77f92c6a761494554021b306e8cedbea0ddf83f6569ca53380f8b53a0d4a62b5239c605328a419082e0610ca051a2957bcb7136ba644
+Size (jsoncpp-1.7.7.tar.gz) = 206072 bytes
Home |
Main Index |
Thread Index |
Old Index