From patchwork Fri Oct 11 16:29:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 282834 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 300722C032E for ; Sat, 12 Oct 2013 03:32:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1772B930B5; Fri, 11 Oct 2013 16:32: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 4AwVtvjHENsn; Fri, 11 Oct 2013 16:32:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1903788A47; Fri, 11 Oct 2013 16:32:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8FEAB1BF9A5 for ; Fri, 11 Oct 2013 16:32:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8B0BB8D0F1 for ; Fri, 11 Oct 2013 16:32:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2XPlyg54+njf for ; Fri, 11 Oct 2013 16:32:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id D6DAB8D107 for ; Fri, 11 Oct 2013 16:32:51 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.internet.v.pl (Sendmail) with ESMTP id B54A9C6B64; Fri, 11 Oct 2013 18:32:47 +0200 (CEST) Received: from mail.internet.v.pl ([127.0.0.1]) by localhost (poczta.v.pl [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 517Dr7jNSBrE; Fri, 11 Oct 2013 18:32:47 +0200 (CEST) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) by mail.internet.v.pl (Sendmail) with ESMTPA id 9CDEFC6621; Fri, 11 Oct 2013 18:30:03 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Fri, 11 Oct 2013 18:29:16 +0200 Message-Id: <1381508957-5129-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 1/1] jansson: bump to version 2.5 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Jerzy Grzegorek --- package/jansson/jansson.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/jansson/jansson.mk b/package/jansson/jansson.mk index 49e8571..bb3240f 100644 --- a/package/jansson/jansson.mk +++ b/package/jansson/jansson.mk @@ -4,7 +4,7 @@ # ################################################################################ -JANSSON_VERSION = 2.4 +JANSSON_VERSION = 2.5 JANSSON_SITE = http://www.digip.org/jansson/releases JANSSON_LICENSE = MIT JANSSON_LICENSE_FILES = LICENSE