pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jsoncpp Updated jsoncpp to 1.7.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b95292f8736
branches:  trunk
changeset: 354775:8b95292f8736
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 09 09:44:22 2016 +0000

description:
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.

diffstat:

 textproc/jsoncpp/Makefile |   4 ++--
 textproc/jsoncpp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 147aa37383d0 -r 8b95292f8736 textproc/jsoncpp/Makefile
--- a/textproc/jsoncpp/Makefile Tue Nov 08 12:08:59 2016 +0000
+++ b/textproc/jsoncpp/Makefile Wed Nov 09 09:44:22 2016 +0000
@@ -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/}
 
diff -r 147aa37383d0 -r 8b95292f8736 textproc/jsoncpp/distinfo
--- a/textproc/jsoncpp/distinfo Tue Nov 08 12:08:59 2016 +0000
+++ b/textproc/jsoncpp/distinfo Wed Nov 09 09:44:22 2016 +0000
@@ -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