From patchwork Tue Apr 16 00:47:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 236807 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 5B29D2C00F3 for ; Tue, 16 Apr 2013 10:48:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3F6591017EC; Tue, 16 Apr 2013 00:48:15 +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 xw8I41CaFpQ7; Tue, 16 Apr 2013 00:48:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 739ED101D84; Tue, 16 Apr 2013 00:48:09 +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 B7EF58F74B for ; Tue, 16 Apr 2013 00:48:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C7A48B317 for ; Tue, 16 Apr 2013 00:48:25 +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 CXBWsBcIaztE for ; Tue, 16 Apr 2013 00:48:24 +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 D57168AA14 for ; Tue, 16 Apr 2013 00:48:23 +0000 (UTC) Received: from asgard (host48.186-125-224.telecom.net.ar [186.125.224.48]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r3G0mH5I011483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 16 Apr 2013 00:48:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1366073301; bh=AIZ2rLt35EyjDBGTWDeN5ade0G5Afti5ywBv9Pzwj34=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ZsACEXhfnMGxp7b1y8zJCUfO0f+BYXIuy8GCoRc2+JARSwRrx8kVwsvCxp6BRJvRn 2ergJsnD78ZXe8XoD+hv9Cgtm/w82WYGH1WtxmfG5gnj6pfmYi+Kz+B/0AkUhKz0yN 7wM02AMzSenL47jKy1lh7vCsKcAWRAtSbfgY8mxo= Received: by asgard (sSMTP sendmail emulation); Mon, 15 Apr 2013 21:48:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 15 Apr 2013 21:47:59 -0300 Message-Id: <1366073279-28652-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1366073279-28652-1-git-send-email-gustavo@zacarias.com.ar> References: <1366073279-28652-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/4] hiawatha: bump to version 9.1 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 Bump to version 9.1 which includes mitigations against BEAST and the RC4 vuln. Signed-off-by: Gustavo Zacarias --- package/hiawatha/hiawatha.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hiawatha/hiawatha.mk b/package/hiawatha/hiawatha.mk index 1cd700a..3348d53 100644 --- a/package/hiawatha/hiawatha.mk +++ b/package/hiawatha/hiawatha.mk @@ -1,4 +1,4 @@ -HIAWATHA_VERSION = 9.0 +HIAWATHA_VERSION = 9.1 HIAWATHA_SITE = http://www.hiawatha-webserver.org/files HIAWATHA_LICENSE = GPLv2 HIAWATHA_LICENSE_FILES = LICENSE