From patchwork Tue Jan 14 12:33:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 310669 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 95A962C00AB for ; Tue, 14 Jan 2014 23:36:03 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 0B1D9451BC for ; Tue, 14 Jan 2014 13:36:03 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id ED6F24005D for ; Tue, 14 Jan 2014 13:35:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1981; q=dns/txt; s=ironport2; t=1389702905; x=1421238905; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=3rbxnJXbb1it7dU1hKkPx04xP1eYtRROacfEjkAHR3Y=; b=vh4YzJt3btKMc2QfVnNPm4lTREhYWGacb3hVhUxKvbv85IdTC+67DhWd PHMeWLC+e61iy8iEqZGfpDYoxZQAc+MgWXWFV3pPcq8HDCOsiZrM2/+4W kiruwsczmZYiC+iO00w+SvIAISJcs/WSZNOCXmP0FtPWRBTnbRwCY9Wcr g=; X-IronPort-AV: E=Sophos;i="4.95,658,1384297200"; d="scan'208";a="196366" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 14 Jan 2014 13:35:02 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Tue, 14 Jan 2014 13:35:02 +0100 Received: by localhost (Postfix, from userid 30007) id 5A0A668153B; Tue, 14 Jan 2014 12:35:02 +0000 (UTC) From: To: Subject: [PATCH 060/131] lighttpd: Add version 1.4.33 Date: Tue, 14 Jan 2014 12:33:47 +0000 Message-ID: <5e413be6539896b66b4b33c98156cc258ce1a668.1389702652.git.christian.braunersorensen@prevas.dk> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Christian Sørensen Signed-off-by: Christian Sørensen --- recipes/lighttpd/lighttpd-1.4.33/remove_addr_left.patch | 10 ++++++++++ recipes/lighttpd/lighttpd_1.4.33.oe | 7 +++++++ recipes/lighttpd/lighttpd_1.4.33.oe.sig | 1 + 3 files changed, 18 insertions(+) create mode 100644 recipes/lighttpd/lighttpd-1.4.33/remove_addr_left.patch create mode 100644 recipes/lighttpd/lighttpd_1.4.33.oe create mode 100644 recipes/lighttpd/lighttpd_1.4.33.oe.sig diff --git a/recipes/lighttpd/lighttpd-1.4.33/remove_addr_left.patch b/recipes/lighttpd/lighttpd-1.4.33/remove_addr_left.patch new file mode 100644 index 0000000..1f1d959 --- /dev/null +++ b/recipes/lighttpd/lighttpd-1.4.33/remove_addr_left.patch @@ -0,0 +1,10 @@ +--- lighttpd-1.4.33/src/mod_extforward.c.orig 2014-01-08 10:59:49.350975299 +0100 ++++ lighttpd-1.4.33/src/mod_extforward.c 2014-01-08 11:00:33.666974656 +0100 +@@ -439,7 +439,6 @@ + #ifdef HAVE_IPV6 + ipstr_to_sockaddr(srv, real_remote_addr, &sock); + #else +- UNUSED(addrs_left); + sock.ipv4.sin_addr.s_addr = inet_addr(real_remote_addr); + sock.plain.sa_family = (sock.ipv4.sin_addr.s_addr == 0xFFFFFFFF) ? AF_UNSPEC : AF_INET; + #endif diff --git a/recipes/lighttpd/lighttpd_1.4.33.oe b/recipes/lighttpd/lighttpd_1.4.33.oe new file mode 100644 index 0000000..f7b481b --- /dev/null +++ b/recipes/lighttpd/lighttpd_1.4.33.oe @@ -0,0 +1,7 @@ +# -*- mode:python; -*- +require ${PN}.inc + +LICENSE = "BSD" + +SRC_URI += "file://hackOutUsrLib.patch" +SRC_URI += "file://remove_addr_left.patch" diff --git a/recipes/lighttpd/lighttpd_1.4.33.oe.sig b/recipes/lighttpd/lighttpd_1.4.33.oe.sig new file mode 100644 index 0000000..deb72af --- /dev/null +++ b/recipes/lighttpd/lighttpd_1.4.33.oe.sig @@ -0,0 +1 @@ +0f94a3bb1678c71e9973df8063a22374e8d5ddf4 lighttpd-1.4.33.tar.bz2