From patchwork Sat Jan 12 11:37:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 211490 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 A2B5D2C0108 for ; Sat, 12 Jan 2013 22:38:13 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 271868BC37; Sat, 12 Jan 2013 11:38:11 +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 k7uc6CUeRCLx; Sat, 12 Jan 2013 11:38:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B4EC18BC4E; Sat, 12 Jan 2013 11:38:07 +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 D29528F74B for ; Sat, 12 Jan 2013 11:38:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 77AE58BC4E for ; Sat, 12 Jan 2013 11:38:06 +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 Q91KzsM9IIAW for ; Sat, 12 Jan 2013 11:38:04 +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 89D498BC37 for ; Sat, 12 Jan 2013 11:38:04 +0000 (UTC) Received: from asgard (host212.200-82-114.telecom.net.ar [200.82.114.212]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r0CBbvV3027942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 Jan 2013 11:37:59 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1357990681; bh=O9TC6IQcVvPk0W2Sj+Jy3PgacOA/5vVXJW+v/PHaNV8=; h=From:To:Cc:Subject:Date; b=g3npYnKgr+cnmOI+J56gCqkrE3DLf04YdDyNMnGqg3l6Y7mlVuj5l629KQcSPQcto 2J0tF5ayqk1D6jNDhmclGjHvI5zgTuUJ8xbpjlCstq6d99Hn4FWIEfpnuJqn3Q6pRw c8OPoP8vBoTFHFWVHh8xiLl0aSeW34iTJw8Mpzc8= Received: by asgard (sSMTP sendmail emulation); Sat, 12 Jan 2013 08:37:56 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 12 Jan 2013 08:37:54 -0300 Message-Id: <1357990675-12863-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 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/hiawatha/hiawatha.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hiawatha/hiawatha.mk b/package/hiawatha/hiawatha.mk index bd9da43..75f9688 100644 --- a/package/hiawatha/hiawatha.mk +++ b/package/hiawatha/hiawatha.mk @@ -1,4 +1,4 @@ -HIAWATHA_VERSION = 8.6 +HIAWATHA_VERSION = 8.7 HIAWATHA_SITE = http://www.hiawatha-webserver.org/files HIAWATHA_LICENSE = GPLv2 HIAWATHA_LICENSE_FILES = LICENSE