From patchwork Fri Jul 10 17:40:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 493850 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 55F5B1402B1 for ; Sat, 11 Jul 2015 03:40:28 +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=PbmcI8Gg; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 059BE91808; Fri, 10 Jul 2015 17:40:27 +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 7Ik2Ns1RjpUP; Fri, 10 Jul 2015 17:40:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 76696917F4; Fri, 10 Jul 2015 17:40:25 +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 F09301C268C for ; Fri, 10 Jul 2015 17:40:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EBE6D8C453 for ; Fri, 10 Jul 2015 17:40:23 +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 0sOlvMWMoxpj for ; Fri, 10 Jul 2015 17:40:22 +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 430D28C450 for ; Fri, 10 Jul 2015 17:40:22 +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 t6AHeFld013938 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 10 Jul 2015 17:40:18 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1436550020; bh=srEV683DIIip7p1PBp8WiW6Zz2bA6a9fn81o5t6B8K8=; h=From:To:Cc:Subject:Date; b=PbmcI8GgEWCi5ADRVBvhZgK0naRKn+j6QqrB4O3TQ3GRLf9oVI5DIowqz08Cn/oVp VaPtd3uzImdg360zyqiWTpHjLHzyfiEhpElwE4NwlDghu4Dtr3E/3VJxpGQqG5LDuI 0cQ9x7cA9wIK96lU+oYYUe36VEM9yL1RIyZAqpio= Received: by asgard (sSMTP sendmail emulation); Fri, 10 Jul 2015 14:40:09 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 10 Jul 2015 14:40:06 -0300 Message-Id: <1436550009-30590-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 1/4] libidn: bump to version 1.31 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/libidn/libidn.hash | 4 ++-- package/libidn/libidn.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libidn/libidn.hash b/package/libidn/libidn.hash index d41443e..6425d55 100644 --- a/package/libidn/libidn.hash +++ b/package/libidn/libidn.hash @@ -1,2 +1,2 @@ -# From http://lists.gnu.org/archive/html/help-libidn/2015-03/msg00001.html -sha1 557e1e37f0978e975b21bcdc243c198cb708bb75 libidn-1.30.tar.gz +# From http://lists.gnu.org/archive/html/help-libidn/2015-07/msg00011.html +sha1 0bb34003a0fe05a91e60d346803401f16c82a1fb libidn-1.31.tar.gz diff --git a/package/libidn/libidn.mk b/package/libidn/libidn.mk index 13436e9..e10fb6e 100644 --- a/package/libidn/libidn.mk +++ b/package/libidn/libidn.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBIDN_VERSION = 1.30 +LIBIDN_VERSION = 1.31 LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn LIBIDN_INSTALL_STAGING = YES LIBIDN_CONF_ENV = EMACS="no"