From patchwork Sun Oct 26 18:45:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 403299 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 4BB4A140095 for ; Mon, 27 Oct 2014 05:47:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6A5A5A3B96; Sun, 26 Oct 2014 18:47:33 +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 IT2lmxFsfxTg; Sun, 26 Oct 2014 18:47:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 67290A34A4; Sun, 26 Oct 2014 18:47:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id F2AF41C107B for ; Sun, 26 Oct 2014 18:46:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F057996735 for ; Sun, 26 Oct 2014 18:46:51 +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 qiUwJtnRE6ZJ for ; Sun, 26 Oct 2014 18:46:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by hemlock.osuosl.org (Postfix) with ESMTPS id 62288966E5 for ; Sun, 26 Oct 2014 18:46:51 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id h11so2688318wiw.8 for ; Sun, 26 Oct 2014 11:46:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VF+RYfQmk32oVamvLO3yIjNgZykU5ix6kQ3ZqtzKpBg=; b=lAmWLry9nl+cORFYT5OPLw2y+HCYwU2wjAf5hL3SiS3n0C8g6Ut3+s4gzLWGWqRBI0 S3qb6WFq5QDxVwidWGZS+umZw+1y10nb1Y/RMzl0BS56HZhQit3QVsK8QxyxedBBMAyK GRwg/gpmm4D7Xux1bVgukJK7shlUH91MRzNYF+zWYaVHLRinPZqRSB0PPlxp8DdHwo+0 tsOf5OeKyZz4swWoZvCG9K1icztL3nNUsuqX0vnIcOfSTU9PIeOBtwqS6OIB+Q95evwV EyxD4OFrTFPcV13ks8r0IBNHVwov3mS8mIqid/hjqJzg36eoDcKeeU+uXWLX0SoS1Kee ajbw== X-Received: by 10.194.236.200 with SMTP id uw8mr18292353wjc.50.1414349209714; Sun, 26 Oct 2014 11:46:49 -0700 (PDT) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id fx2sm12905341wjb.37.2014.10.26.11.46.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Oct 2014 11:46:49 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Oct 2014 19:45:35 +0100 Message-Id: <1414349157-22749-29-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 29/51] sqlcipher: bump version 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: Maxime Hadjinlian --- package/sqlcipher/sqlcipher.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk index a118718..86eebb5 100644 --- a/package/sqlcipher/sqlcipher.mk +++ b/package/sqlcipher/sqlcipher.mk @@ -4,7 +4,7 @@ # ################################################################################ -SQLCIPHER_VERSION = v1.1.9 +SQLCIPHER_VERSION = v3.2.0 SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,$(SQLCIPHER_VERSION)) SQLCIPHER_DEPENDENCIES = openssl host-tcl SQLCIPHER_INSTALL_STAGING = YES