From patchwork Mon Apr 13 20:54:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 460931 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 67A37140280 for ; Tue, 14 Apr 2015 06:54:54 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=JABaXOf2; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 741D5A1A56; Mon, 13 Apr 2015 20:54:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2EWB79uTXqNU; Mon, 13 Apr 2015 20:54:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 23AD3A1A5A; Mon, 13 Apr 2015 20:54: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 CB2591C224D for ; Mon, 13 Apr 2015 20:54:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C63DF8C27A for ; Mon, 13 Apr 2015 20:54:49 +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 qEWS9-s3CWrI for ; Mon, 13 Apr 2015 20:54:42 +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 099158C246 for ; Mon, 13 Apr 2015 20:54:41 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t3DKsYQ1006000 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 13 Apr 2015 20:54:37 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1428958479; bh=k35RKVWIM7MNw4yCeiLwAkplase87ohKwwX0LWs/CJ8=; h=From:To:Cc:Subject:Date; b=JABaXOf2WyDGTK1KIvK3/PSlD1g6wXjhQOceU5Rd1N+PG9v5sT9CyuplynDi1zSQR GYX2Ozg018g/xoX8oXsWPMF6ou7/4rK1mJ4DJzKT3AUOYB7L0ZvD1NAmKUoipOqGMX /zn9hCGR7IWN4rAf/MxscCbLI3/cUsBvbFvTDbYo= Received: by asgard (sSMTP sendmail emulation); Mon, 13 Apr 2015 17:54:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 13 Apr 2015 17:54:29 -0300 Message-Id: <1428958469-19720-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] ruby: security bump to version 2.2.2 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: CVE-2015-1855 - OpenSSL extension’s hostname verification vulnerability. Signed-off-by: Gustavo Zacarias --- package/ruby/ruby.hash | 4 ++-- package/ruby/ruby.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/ruby/ruby.hash b/package/ruby/ruby.hash index 6fa47a4..4680a61 100644 --- a/package/ruby/ruby.hash +++ b/package/ruby/ruby.hash @@ -1,2 +1,2 @@ -# From https://www.ruby-lang.org/en/news/2015/03/03/ruby-2-2-1-released/ -sha256 3b2852c07fdc12d0ba2b5698c7587ae2b46141539a526d143da5860b55a626c0 ruby-2.2.1.tar.xz +# From https://www.ruby-lang.org/en/news/2015/04/13/ruby-2-2-2-released/ +sha256 f033b5d08ab57083e48c1d81bcd7399967578c370b664da90e12a32891424462 ruby-2.2.2.tar.xz diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk index 2e2adfd..552da07 100644 --- a/package/ruby/ruby.mk +++ b/package/ruby/ruby.mk @@ -5,7 +5,7 @@ ################################################################################ RUBY_VERSION_MAJOR = 2.2 -RUBY_VERSION = $(RUBY_VERSION_MAJOR).1 +RUBY_VERSION = $(RUBY_VERSION_MAJOR).2 RUBY_VERSION_EXT = 2.2.0 RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR) RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz