From patchwork Mon Dec 10 14:23:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 204923 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id DD2132C0176 for ; Tue, 11 Dec 2012 01:23:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 70D62FFE57; Mon, 10 Dec 2012 14:23:37 +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 DxbaJgTkM1e1; Mon, 10 Dec 2012 14:23:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id F068BFFE67; Mon, 10 Dec 2012 14:23:33 +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 935888F74B for ; Mon, 10 Dec 2012 14:23:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 36FDD816D4 for ; Mon, 10 Dec 2012 14:23:41 +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 oTqIP-fp+Vov for ; Mon, 10 Dec 2012 14:23:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3480C81936 for ; Mon, 10 Dec 2012 14:23:38 +0000 (UTC) Received: from asgard (host201.201-252-64.telecom.net.ar [201.252.64.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBAENVIo028128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Dec 2012 14:23:34 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1355149415; bh=sj8al8MJ2iZxZafhfZ20wGi6CT4gZE/Bq7eRGPIpx8Q=; h=From:To:Cc:Subject:Date; b=Tc5pBJsp3i24dsDC7+ihqNPilGPyOtHB6hS3ppf2Bbjf9kToyuA+15jeD8xiT7lqr jmnnYxRuyGI+7G5gpUZn1k6Ewwrh8YgzB6jgBEYUAFhMhWO8D2WkpV3HyKXbBTZAkv 3l5mGWWuifYO7IyU7tL82TxCz6rg+ZYvBMVdBtqA= Received: by asgard (sSMTP sendmail emulation); Mon, 10 Dec 2012 11:23:30 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 10 Dec 2012 11:23:30 -0300 Message-Id: <1355149410-19395-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] sqlite: bump to version 3.7.14.1 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: Gustavo Zacarias --- package/sqlite/sqlite.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index 0320cc4..bf4b921 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -4,7 +4,7 @@ # ############################################################# -SQLITE_VERSION = 3071300 +SQLITE_VERSION = 3071401 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org SQLITE_LICENSE = Public domain