From patchwork Thu Oct 24 13:48:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 285921 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 3E56C2C00B7 for ; Fri, 25 Oct 2013 00:48:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6AD6593B0E; Thu, 24 Oct 2013 13:48:52 +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 t8uJyKheh4id; Thu, 24 Oct 2013 13:48:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 92B2F939B5; Thu, 24 Oct 2013 13:48:51 +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 6BBD01BF991 for ; Thu, 24 Oct 2013 13:48:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 655E885030 for ; Thu, 24 Oct 2013 13:48:50 +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 mnlN2UwpGsS5 for ; Thu, 24 Oct 2013 13:48:49 +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 CAD0F85536 for ; Thu, 24 Oct 2013 13:48:48 +0000 (UTC) Received: from asgard (host58.190-231-106.telecom.net.ar [190.231.106.58]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r9ODmfTq008608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Oct 2013 13:48:44 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1382622526; bh=mAqkC7erniXzLpIumE8JRrTxYuxiQk1UP88WGR9TGvE=; h=From:To:Cc:Subject:Date; b=uYbmN5vQEyavCM2VyrdwHLGkGFZbrjRDp4e+tcDLLQrC6xLKorbrOadXTIGNuhA1j Fxt3QZyGhr8YvyWFDYzSWHpKQXxs9nANy2a/Eo9uBgJhIto8Nr8bi+1OwrQd/vgAd9 L66/aDJVwZs6wzKB1LyGgK01NTWFp1dGvQvnisDs= Received: by asgard (sSMTP sendmail emulation); Thu, 24 Oct 2013 10:48:35 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 24 Oct 2013 10:48:35 -0300 Message-Id: <1382622515-15730-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gnutls: security bump to version 3.2.5 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 Fix for GNUTLS-SA-2013-3. Signed-off-by: Gustavo Zacarias --- package/gnutls/gnutls.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 5a05f65..1e3e267 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -4,7 +4,7 @@ # ################################################################################ -GNUTLS_VERSION = 3.2.4 +GNUTLS_VERSION = 3.2.5 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2 GNUTLS_LICENSE = GPLv3+ LGPLv2.1+