From patchwork Mon Jul 27 20:47:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 500660 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2ABE1140AF3 for ; Tue, 28 Jul 2015 06:48:08 +1000 (AEST) 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=w6anBNHf; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4EAA033009; Mon, 27 Jul 2015 20:48:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0BPwHhPbh1PZ; Mon, 27 Jul 2015 20:48:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D171B32FC2; Mon, 27 Jul 2015 20:48:01 +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 8F5261BFE27 for ; Mon, 27 Jul 2015 20:48:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 886EF919A1 for ; Mon, 27 Jul 2015 20:48:00 +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 wB+ycqDiySSG for ; Mon, 27 Jul 2015 20:47:59 +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 ED8E39199F for ; Mon, 27 Jul 2015 20:47:58 +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 t6RKlpM9025367 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 27 Jul 2015 20:47:54 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1438030076; bh=8IRilRpSzcFL/zmBzGL7YATQ6ixdZ+X+SuQ3pnSO+UQ=; h=From:To:Cc:Subject:Date; b=w6anBNHfmS+X6Ki8k121QS95D2PTE14ziFCmkNOnwc1K3KyDuKMpiRpH+J3XzPZ0S NesLPnaFknEqRGKGlRhrcSlrwwnLD0uR9yTHnh22zO+8rGvjyWjYgoMwB4yy/Htyi5 p2LPuICloNNutyDiCKkQxHr4gXjmrx6UN07eNR7Y= Received: by asgard (sSMTP sendmail emulation); Mon, 27 Jul 2015 17:47:45 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 27 Jul 2015 17:47:44 -0300 Message-Id: <1438030064-31275-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] sqlite: bump to version 3.8.11 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/0001-fix-parallel-build.patch | 22 ---------------------- package/sqlite/sqlite.hash | 2 +- package/sqlite/sqlite.mk | 2 +- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 package/sqlite/0001-fix-parallel-build.patch diff --git a/package/sqlite/0001-fix-parallel-build.patch b/package/sqlite/0001-fix-parallel-build.patch deleted file mode 100644 index 79d80fb..0000000 --- a/package/sqlite/0001-fix-parallel-build.patch +++ /dev/null @@ -1,22 +0,0 @@ -Use correct dependency in Makefile.am - -Depending on a libtool library should be done using the .la name, not on -the object file. - -Fixes hard-to-reproduce parallel build failures, like so: - http://autobuild.buildroot.org/results/aed/aed3690689b60844e3278626da3c3eb75f2a2586/build-end.log - -Signed-off-by: "Yann E. MORIN" - -diff -durN sqlite-3081000.orig/Makefile.am sqlite-3081000/Makefile.am ---- sqlite-3081000.orig/Makefile.am 2015-05-07 16:59:22.000000000 +0200 -+++ sqlite-3081000/Makefile.am 2015-05-20 23:30:03.878784079 +0200 -@@ -7,7 +7,7 @@ - - bin_PROGRAMS = sqlite3 - sqlite3_SOURCES = shell.c sqlite3.h --sqlite3_LDADD = sqlite3.$(OBJEXT) @READLINE_LIBS@ -+sqlite3_LDADD = libsqlite3.la @READLINE_LIBS@ - - include_HEADERS = sqlite3.h sqlite3ext.h - diff --git a/package/sqlite/sqlite.hash b/package/sqlite/sqlite.hash index 85e9709..1c30137 100644 --- a/package/sqlite/sqlite.hash +++ b/package/sqlite/sqlite.hash @@ -1,2 +1,2 @@ # From http://www.sqlite.org/download.html -sha1 c2f2c17d3dc4c4e179d35cc04e4420636d48a152 sqlite-autoconf-3081002.tar.gz +sha1 da1322d883548bdb0f6312941b20ed497e3754fa sqlite-autoconf-3081100.tar.gz diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index e4f42af..34eab2b 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -4,7 +4,7 @@ # ################################################################################ -SQLITE_VERSION = 3081002 +SQLITE_VERSION = 3081100 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org/2015 SQLITE_LICENSE = Public domain