From patchwork Fri Dec 27 06:57:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 305420 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 3E0862C0085 for ; Fri, 27 Dec 2013 17:58:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9AA5093977; Fri, 27 Dec 2013 06:58:08 +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 aQ9VTVd01YX4; Fri, 27 Dec 2013 06:58:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1150193962; Fri, 27 Dec 2013 06:58:08 +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 6F5E71BF9C0 for ; Fri, 27 Dec 2013 06:58:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 367D08ADF1 for ; Fri, 27 Dec 2013 06:58:06 +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 OfkqfKpqPSPQ for ; Fri, 27 Dec 2013 06:58:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id AA4E88A91D for ; Fri, 27 Dec 2013 06:58:05 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id w10so8685157pde.6 for ; Thu, 26 Dec 2013 22:58:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=3wS7ZGN5Tjii9LrrZhKi+HDojuTG3WAKKFkwgzZLsFA=; b=KHWuWwoGHzNw3gJjH9MQcTS91Urj5Z/19Y9+5LdJnWEcliGRb8lB1xGwHVe/D4p/Q3 2jEE0VXKTWnXDRdubFuH8wzkuDpTdhZ0OVfBrA20twlwFeeoDhdTUjnmP8My4rt1Ku4C rmKwTLiY9bKuXVsrRntXeFrzedFmfqn80xwmT9Q8BrrHTd5IzUi0O5/WGcLeGmD+ZXMg 5ZvXa6f6D875r0eJ9EyGXurUF0newymXtwHFxxt2tTDEtWtLBetSBuoHkNA5KMgoQCvi KMvj5hlGkryFgTq6PYabiEB4pOEiJzHcuZxj60HwwzXpcmjBe6hAJj69h8j5GQP4lzep P6+A== X-Gm-Message-State: ALoCoQmSdtgcmG2s6JGo5Uj8Z74+8OHQHVhRwlMVq7XCdPPSYIgK4ktK4kcsQ8Steg5E4e0aywj9 X-Received: by 10.66.179.143 with SMTP id dg15mr49267899pac.52.1388127484886; Thu, 26 Dec 2013 22:58:04 -0800 (PST) Received: from [192.168.0.102] (218-164-128-94.dynamic.hinet.net. [218.164.128.94]) by mx.google.com with ESMTPSA id q7sm59772377pbc.20.2013.12.26.22.58.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 22:58:04 -0800 (PST) Message-ID: <1388127479.28860.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard , Thomas Petazzoni Date: Fri, 27 Dec 2013 14:57:59 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] cryptsetup: bump to version 1.6.3 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- package/cryptsetup/cryptsetup.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk index a65f841..6ea3aae 100644 --- a/package/cryptsetup/cryptsetup.mk +++ b/package/cryptsetup/cryptsetup.mk @@ -4,7 +4,7 @@ # ################################################################################ -CRYPTSETUP_VERSION = 1.6.2 +CRYPTSETUP_VERSION = 1.6.3 CRYPTSETUP_SOURCE = cryptsetup-$(CRYPTSETUP_VERSION).tar.bz2 CRYPTSETUP_SITE = http://cryptsetup.googlecode.com/files CRYPTSETUP_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config