From patchwork Mon Jul 24 18:30:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 792956 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xGVLY3yW4z9s3T for ; Tue, 25 Jul 2017 04:31:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4BCAA88C6D; Mon, 24 Jul 2017 18:30:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5JjXsM-tNFHQ; Mon, 24 Jul 2017 18:30:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1C4DE88DD1; Mon, 24 Jul 2017 18:30:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 90ABD1C0DE1 for ; Mon, 24 Jul 2017 18:30:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 88472857DE for ; Mon, 24 Jul 2017 18:30:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7PNzSzxJPMOv for ; Mon, 24 Jul 2017 18:30:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 81446857D6 for ; Mon, 24 Jul 2017 18:30:52 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout12.t-online.de (Postfix) with SMTP id 5DA2141FC54A for ; Mon, 24 Jul 2017 20:30:50 +0200 (CEST) Received: from fli4l.lan.fli4l (ZehMlvZaoh7FpKSr557qyx0w4c+QSYHole9GsnWNZhc2tGxtVkNXW5LFDluEXVcw4n@[79.228.22.8]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dZi80-0CwwoC0; Mon, 24 Jul 2017 20:30:48 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:57212 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dZi7z-0001Ha-IX for buildroot@buildroot.org; Mon, 24 Jul 2017 20:30:48 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 24 Jul 2017 20:30:47 +0200 Message-Id: <20170724183047.5506-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: ZehMlvZaoh7FpKSr557qyx0w4c+QSYHole9GsnWNZhc2tGxtVkNXW5LFDluEXVcw4n X-TOI-MSGID: edc83714-441f-4489-9326-9e7c5d35d60e Subject: [Buildroot] [PATCH 1/1] package/jsoncpp: bump version to 1.8.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/jsoncpp/jsoncpp.hash | 2 +- package/jsoncpp/jsoncpp.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/jsoncpp/jsoncpp.hash b/package/jsoncpp/jsoncpp.hash index ba5d64467..34d76f157 100644 --- a/package/jsoncpp/jsoncpp.hash +++ b/package/jsoncpp/jsoncpp.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc jsoncpp-1.8.0.tar.gz +sha256 858db2faf348f89fdf1062bd3e79256772e897e7f17df73e0624edf004f2f9ac jsoncpp-1.8.1.tar.gz diff --git a/package/jsoncpp/jsoncpp.mk b/package/jsoncpp/jsoncpp.mk index b1e64dd30..b4aea56ef 100644 --- a/package/jsoncpp/jsoncpp.mk +++ b/package/jsoncpp/jsoncpp.mk @@ -4,7 +4,7 @@ # ################################################################################ -JSONCPP_VERSION = 1.8.0 +JSONCPP_VERSION = 1.8.1 JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION)) JSONCPP_LICENSE = Public Domain or MIT JSONCPP_LICENSE_FILES = LICENSE