Received: by mail.netbsd.org (Postfix, from userid 605) id 1AA9A84E5A; Tue, 19 Dec 2017 14:07:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B3D484E55 for ; Tue, 19 Dec 2017 14:07:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9sd5cpY57o7q for ; Tue, 19 Dec 2017 14:07:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C76D84D04 for ; Tue, 19 Dec 2017 14:07:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27B1CFB40; Tue, 19 Dec 2017 14:07:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151369243786230" MIME-Version: 1.0 Date: Tue, 19 Dec 2017 14:07:17 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/textproc/libfastjson To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20171219140717.27B1CFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151369243786230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Dec 19 14:07:16 UTC 2017 Modified Files: pkgsrc/textproc/libfastjson: Makefile distinfo Log Message: Update textproc/libfastjson to 0.99.8 - make build under gcc7 with strict settings (warning==error) - bugfix: constant key names not properly handled - fix potentially invalid return value of fjson_object_iter_begin - fix small potential memory leak in json_tokener (unlinkely to occur) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/libfastjson/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/libfastjson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151369243786230 Content-Disposition: inline Content-Length: 1715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/libfastjson/Makefile diff -u pkgsrc/textproc/libfastjson/Makefile:1.6 pkgsrc/textproc/libfastjson/Makefile:1.7 --- pkgsrc/textproc/libfastjson/Makefile:1.6 Tue Oct 17 11:42:30 2017 +++ pkgsrc/textproc/libfastjson/Makefile Tue Dec 19 14:07:16 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/10/17 11:42:30 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2017/12/19 14:07:16 fhajny Exp $ -DISTNAME= libfastjson-0.99.7 +DISTNAME= libfastjson-0.99.8 CATEGORIES= textproc MASTER_SITES= http://download.rsyslog.com/libfastjson/ Index: pkgsrc/textproc/libfastjson/distinfo diff -u pkgsrc/textproc/libfastjson/distinfo:1.5 pkgsrc/textproc/libfastjson/distinfo:1.6 --- pkgsrc/textproc/libfastjson/distinfo:1.5 Tue Oct 17 11:42:30 2017 +++ pkgsrc/textproc/libfastjson/distinfo Tue Dec 19 14:07:16 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/10/17 11:42:30 fhajny Exp $ +$NetBSD: distinfo,v 1.6 2017/12/19 14:07:16 fhajny Exp $ -SHA1 (libfastjson-0.99.7.tar.gz) = c37476bc4b1a60945be35a3bea1111191d92e5c3 -RMD160 (libfastjson-0.99.7.tar.gz) = 0de29e844852dbef3d9f7b09eeb345baae45479b -SHA512 (libfastjson-0.99.7.tar.gz) = e33942dd90af1dffaf328d2db03951dcb7aabf4f7ed499116a5986516af6971a5e2a244a1a2a72d5ee6c496c9a27e7ace165fb0337706c649b1d97c8f0d2f75d -Size (libfastjson-0.99.7.tar.gz) = 433298 bytes +SHA1 (libfastjson-0.99.8.tar.gz) = 1ac8e58d6aebfb79c12061011f177737d4707842 +RMD160 (libfastjson-0.99.8.tar.gz) = 8d95f892c45fd860b2463b32b8d32ff5b0b490ef +SHA512 (libfastjson-0.99.8.tar.gz) = 1e7eb7eaae2c6ccb78b77ac883808e1d311b03bad083dc72ab7712765a2ed139accd762850d60f54c6fe0ad48c4385714818fd2c8ed76700ce3546e5aff1c823 +Size (libfastjson-0.99.8.tar.gz) = 433819 bytes --_----------=_151369243786230--