From patchwork Wed Oct 24 22:46:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 1968 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 3FA086095F for ; Wed, 24 Oct 2018 13:46:27 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 94C8E200A37B; Wed, 24 Oct 2018 12:46:26 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540381587; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=tDo3vhJY9cCiXYJoz4w9/bHObnoJ8wCxzZeU7DQAvhc=; b=SQ1c2N8Txhfw8k02iWbUnZvSYML0VuxkQxCZNxbo+YYq9Hl1J/+cBZK2iQP4c1UMXA8LvB V4UVhSx75EE5xK32KVOda4DH+h1gYbChgQchcYFvn/iBP5Yadk062Nkdd3MAH+Ry0sN4d5 6/v26DJh9xbdd1VWDbDVrsuawypteAUzmPOlV8Z83tTU5tRnIxNqdPh7NDYru2wVFrBQ4C yNV/0MAAaYtazllcHsplLe7rnDET+yasKIvxCKRLc+co2wtZer+aaHrY1rdbL2LXR9nETt uh33q/E6vBoS2mL+Iba20/ruNDWdzwm8ONVey0VOnMiA9l3Ax7hhz81uxwEICA== Received: from gentoo-modula.duisburg.apolinarski.de (x5d87b030.dyn.telefonica.de [93.135.176.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id BCF6921A13CE; Wed, 24 Oct 2018 12:46:22 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540381583; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=tDo3vhJY9cCiXYJoz4w9/bHObnoJ8wCxzZeU7DQAvhc=; b=j09ac0dgJcNjgUhH0e69AIogDb41mdXpl2x+bn7VYV3UeXeUbzt0HXnG8DX+1eCAH/Sgzr u1Z11pxKjqusV7e7eUQM3wmyD8zTAoNrXPx44FlP2KG+BgoIZ8ZW1cAkWuCTP7mHV7sgyD MAx/zS/D9OtYcYEf+Gb1JVZXJ/Hf29IIFl1IrcRMV0Q1IJ9q///l/fwCHKfvbKH9uhhGLS cX5t7fiT8pH3u78q/ogNOLd3QMoRE7OQxCU8RJZVC/CH3MkHkTsZVUssjWxpAkSlMJfZA5 tUWy0dRW0RT6/NHUMiv3uNM7G/3z80nf4IYpwKxjjUQJMhtexrgZlHThC2xpxw== From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 0/1] Updated apache and apr Date: Wed, 24 Oct 2018 13:46:10 +0200 Message-Id: <20181024114611.8854-1-wolfgang.apolinarski@ipfire.org> X-Mailer: git-send-email 2.13.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=wapolinarski smtp.mailfrom=wolfgang.apolinarski@ipfire.org X-Spamd-Result: default: False [-2.44 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-0.34)[-0.113,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:6805, ipnet:93.128.0.0/13, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.44 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Updated apache httpd to 2.4.37 and apr to 1.6.5 Changes: http://www.apache.org/dist/httpd/CHANGES_2.4.37 http://www.apache.org/dist/apr/CHANGES-APR-1.6 Wolfgang Apolinarski (1): Updated apache and apr config/rootfiles/common/apache2 | 454 ++++++++++++++++++++-------------------- config/rootfiles/common/apr | 2 +- lfs/apache2 | 4 +- lfs/apr | 4 +- 4 files changed, 233 insertions(+), 231 deletions(-)