From patchwork Mon Oct 19 18:24:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 532502 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 677B61401AF for ; Tue, 20 Oct 2015 05:24:50 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=AbwOXeny; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 737A687528; Mon, 19 Oct 2015 18:24:49 +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 EbkdapcOTylY; Mon, 19 Oct 2015 18:24:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id DDDEA8750F; Mon, 19 Oct 2015 18:24:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 37DD91C44B0 for ; Mon, 19 Oct 2015 18:24:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 30B1188722 for ; Mon, 19 Oct 2015 18:24:47 +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 aJzfV9OY4rlW for ; Mon, 19 Oct 2015 18:24:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1419788735 for ; Mon, 19 Oct 2015 18:24:44 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t9JIObLq028820 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 Oct 2015 18:24:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1445279082; bh=DLrUBncLFNhgdo9yPf3jlV5bmm7W7oVOtJAexd+l7Nc=; h=From:To:Cc:Subject:Date; b=AbwOXenylGDc3+4jyphsqQiZG9TSAZGgsi2kZRPUYOFBhbPywiPwpjXFBZu1dYN2B 1S8ZWo3av0VQQibPBKCqGKRPN2N35AoznZYta6+cfw1OZ5xhYE6MZg/1iVquL44qMf dqANjvUjGOq0Xy0W/N5I8jqRG2/5Of8xDvmLJCkQ= Received: by asgard (sSMTP sendmail emulation); Mon, 19 Oct 2015 15:24:31 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 19 Oct 2015 15:24:31 -0300 Message-Id: <1445279071-2233-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] sqlite: bump to version 3.9.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: Gustavo Zacarias --- package/sqlite/sqlite.hash | 4 ++-- package/sqlite/sqlite.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash index c149c67..4c8caae 100644 --- a/package/sqlite/sqlite.hash +++ b/package/sqlite/sqlite.hash @@ -1,4 +1,4 @@ # From http://www.sqlite.org/download.html -sha1 6578aa8df05fd7777fbbc4fbf1912d981623f73b sqlite-autoconf-3090000.tar.gz +sha1 6b7d22c24c9695118a2706c8e026fb3c31780a30 sqlite-autoconf-3090100.tar.gz # Calculated based on the hash above -sha256 a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d sqlite-autoconf-3090000.tar.gz +sha256 d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c sqlite-autoconf-3090100.tar.gz diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index c6e95ee..6ae74ea 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -4,7 +4,7 @@ # ################################################################################ -SQLITE_VERSION = 3090000 +SQLITE_VERSION = 3090100 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org/2015 SQLITE_LICENSE = Public domain