From patchwork Mon Oct 27 14:07:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 403609 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C42D4140077 for ; Tue, 28 Oct 2014 01:07:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 530A59240C; Mon, 27 Oct 2014 14:07:36 +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 K4V97NW7KP6T; Mon, 27 Oct 2014 14:07:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D5F0692257; Mon, 27 Oct 2014 14:07:33 +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 11C871C2214 for ; Mon, 27 Oct 2014 14:07:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0AC5592257 for ; Mon, 27 Oct 2014 14:07:33 +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 t1X9+ZvkaPeR for ; Mon, 27 Oct 2014 14:07:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 954F792240 for ; Mon, 27 Oct 2014 14:07:31 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9RE7OM5002193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 27 Oct 2014 14:07:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1414418849; bh=lXGE2BZzlGNxBpkfRh1ggEuUMHf34PccEO/HUPPyXIs=; h=From:To:Cc:Subject:Date; b=ABuMCBwb+dpvde3Bp1ktW0noWEM7+o7CrX/l8QPgbnPFB+67ms8DF/e5TbDJedDWI TsHzxUdBg+6GR8hWx46mfVDmKZ+c1g9bhSjEhxjOVWGNTITpnVTSPyXKwecT0M7h6T iJtii0xL5ofFj2YDks6c+pCyjb3z9pCCk2BjmcLk= Received: by asgard (sSMTP sendmail emulation); Mon, 27 Oct 2014 11:07:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 27 Oct 2014 11:07:17 -0300 Message-Id: <1414418838-3487-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] polarssl: security bump to version 1.2.12 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" Fixes several memory leaks. No assigned CVE or Polar-SA yet. Signed-off-by: Gustavo Zacarias --- package/polarssl/polarssl.hash | 5 ++--- package/polarssl/polarssl.mk | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package/polarssl/polarssl.hash b/package/polarssl/polarssl.hash index ca437ac..9769788 100644 --- a/package/polarssl/polarssl.hash +++ b/package/polarssl/polarssl.hash @@ -1,3 +1,2 @@ -# From https://polarssl.org/tech-updates/releases/polarssl-1.2.11-released -sha1 40cb3a833245273946c2075e6c948bbcda8a1be9 polarssl-1.2.11-gpl.tgz -sha256 b3e9d059c687980976b468d8260f658e9003aede1dbc4a918526e90abdaa7d75 polarssl-1.2.11-gpl.tgz +# From https://polarssl.org/tech-updates/releases/polarssl-1.2.12-released +sha256 63dd60e78d25c438648607bb177b063dcf5fbf3ced9ee794fcb165d101940131 polarssl-1.2.12-gpl.tgz diff --git a/package/polarssl/polarssl.mk b/package/polarssl/polarssl.mk index 21bf160..7c27505 100644 --- a/package/polarssl/polarssl.mk +++ b/package/polarssl/polarssl.mk @@ -5,7 +5,7 @@ ################################################################################ POLARSSL_SITE = https://polarssl.org/code/releases -POLARSSL_VERSION = 1.2.11 +POLARSSL_VERSION = 1.2.12 POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz POLARSSL_CONF_OPTS = \ -DENABLE_PROGRAMS=$(if $(BR2_PACKAGE_POLARSSL_PROGRAMS),ON,OFF)