From patchwork Fri Sep 7 14:48:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 182390 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 67FC12C009F for ; Sat, 8 Sep 2012 00:49:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9C47BA03E9; Fri, 7 Sep 2012 14:49:31 +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 65huVtrQtagb; Fri, 7 Sep 2012 14:49:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E6A3CA0405; Fri, 7 Sep 2012 14:49:30 +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 B893F8F739 for ; Fri, 7 Sep 2012 14:49:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CA14A8A4C4 for ; Fri, 7 Sep 2012 14:49:28 +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 Ae3miVqr2nkA for ; Fri, 7 Sep 2012 14:49:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id C6A8D8A3A7 for ; Fri, 7 Sep 2012 14:49:27 +0000 (UTC) Received: from asgard (host55.190-231-14.telecom.net.ar [190.231.14.55]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q87EnLn2029726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Sep 2012 14:49:23 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1347029365; bh=YKeKW0RcfnwxDQ2+N1w2rjqsMemEpIOdI5KPPzZEcNg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=erbhv1mlyS9QlL4X9vqKolBfPXASBRv4J3iMVnmbibXWfA0uBKn9pqVnGvTIPkwFf 78OB1qKNwFA7eLyrdNxrLNgfvfjXNLL/OW5TySsh+UtS/nJz4le66NQKxFYzOcq1oA lNyC3i0ckIkDg/Vd39tGUT03fbwufoBuIWGPd2ds= Received: by asgard (sSMTP sendmail emulation); Fri, 07 Sep 2012 11:49:20 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 7 Sep 2012 11:48:52 -0300 Message-Id: <1347029337-12494-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1347029337-12494-1-git-send-email-gustavo@zacarias.com.ar> References: <1347029337-12494-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20 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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 1ec10b9..18e33fc 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -4,9 +4,11 @@ # ############################################################# -GNUTLS_VERSION = 2.12.19 +GNUTLS_VERSION = 2.12.20 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2 GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls +GNUTLS_LICENSE = GPLv3 LGPLv2.1 +GNUTLS_LICENSE_FILES = COPYING lib/COPYING GNUTLS_DEPENDENCIES = host-pkg-config libgcrypt $(if $(BR2_PACKAGE_ZLIB),zlib) GNUTLS_CONF_OPT = --with-libgcrypt --without-libgcrypt-prefix \ --without-p11-kit