From patchwork Fri Jun 8 15:30:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 163802 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 69903B6FB7 for ; Sat, 9 Jun 2012 01:32:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EE81C10BC8A; Fri, 8 Jun 2012 15:32:25 +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 JOC0-ocdLXcU; Fri, 8 Jun 2012 15:32:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A41CD10BC5D; Fri, 8 Jun 2012 15:32:21 +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 C203B8F753 for ; Fri, 8 Jun 2012 15:31:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A19F690862 for ; Fri, 8 Jun 2012 15:31:20 +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 7PvRbZYZ4no7 for ; Fri, 8 Jun 2012 15:31:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0386A9080A for ; Fri, 8 Jun 2012 15:31:17 +0000 (UTC) Received: from asgard (host169.190-139-216.telecom.net.ar [190.139.216.169]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q58FVCsA007872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jun 2012 12:31:14 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1339169476; bh=Emwt9AHvmqq1rKyTPcrNTWd+bB9mRlhxds89V5etuu0=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=GVQj6PuVTLlrBJXrfDxIQx+ZDtcrDH99LoT5CAjHwPm0kP9Q9X2FvdKshElZyjzWf 0bJxmBPzWT+h9HKh4kvK66SRotubkocXojSyAoYNknWk5St5kdXGFj8WUiyCR+SYEy 0I+UsHYKBu0WBrooYFvlaI42Bu+iNeXcdJpMT+ac= Received: by asgard (sSMTP sendmail emulation); Fri, 08 Jun 2012 12:31:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 8 Jun 2012 12:30:45 -0300 Message-Id: <1339169446-26972-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1339169446-26972-1-git-send-email-gustavo@zacarias.com.ar> References: <1339169446-26972-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 6/7] lighttpd: bump to version 1.4.31 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 --- ...atch => lighttpd-Fix-default-config-file.patch} | 0 package/lighttpd/lighttpd.mk | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) rename package/lighttpd/{lighttpd-1.4.30-Fix-default-config-file.patch => lighttpd-Fix-default-config-file.patch} (100%) diff --git a/package/lighttpd/lighttpd-1.4.30-Fix-default-config-file.patch b/package/lighttpd/lighttpd-Fix-default-config-file.patch similarity index 100% rename from package/lighttpd/lighttpd-1.4.30-Fix-default-config-file.patch rename to package/lighttpd/lighttpd-Fix-default-config-file.patch diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index 8d1f212..c7fae32 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -4,7 +4,7 @@ # ############################################################# -LIGHTTPD_VERSION = 1.4.30 +LIGHTTPD_VERSION = 1.4.31 LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x LIGHTTPD_DEPENDENCIES = host-pkg-config LIGHTTPD_CONF_OPT = \