From patchwork Tue Jul 30 12:08:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 263366 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 33E7B2C00A4 for ; Tue, 30 Jul 2013 22:09:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1142C939B5; Tue, 30 Jul 2013 12:09:26 +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 4M63m7W--HOI; Tue, 30 Jul 2013 12:09:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 00C629335A; Tue, 30 Jul 2013 12:09:24 +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 AC76D1C2DCD for ; Tue, 30 Jul 2013 12:09:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3ED728AC9E for ; Tue, 30 Jul 2013 12:09:09 +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 eIpRyuTs6bqk for ; Tue, 30 Jul 2013 12:09:08 +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 A1F908A8F0 for ; Tue, 30 Jul 2013 12:09:07 +0000 (UTC) Received: from asgard (host100.190-139-227.telecom.net.ar [190.139.227.100]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r6UC90Of011659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 30 Jul 2013 12:09:02 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1375186144; bh=cV0B9Tk32QqxOnhV9E6Pjp12+QTlM2vSpa/7aA5AQLk=; h=From:To:Cc:Subject:Date; b=efvtfvIARC39O9NpHwQNR/ZSRRbgqgrxRnpiZJ5+JLM9exbpkEcgCGalIqGwADzdz v9JI8mTcg/yRADZHIscWYnwly0Qu7YhxEzAWidZMlplON+pnrj3yXokew/DOfQnhjZ /Lq6VzzEg1n41yeRpTQtGSN7hGp3bMEOljh+OCBs= Received: by asgard (sSMTP sendmail emulation); Tue, 30 Jul 2013 09:08:58 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 30 Jul 2013 09:08:58 -0300 Message-Id: <1375186138-4627-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gnutls: bump to version 3.2.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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 6562d8e..86cc833 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -4,7 +4,7 @@ # ################################################################################ -GNUTLS_VERSION = 3.2.2 +GNUTLS_VERSION = 3.2.3 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2 GNUTLS_LICENSE = GPLv3+ LGPLv2.1+