From patchwork Mon Feb 4 01:11:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 2063 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 1DE598AA579 for ; Sun, 3 Feb 2019 14:12:09 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 43st7r2DTBz57KRG; Sun, 3 Feb 2019 14:12:08 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549203128; 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=p02/W0KrTLF7rl4viqaQJ1L55VL/+2YU1yPjiQk0JWo=; b=yBcIuarml9dIw8Q5mJK8JzQzLdMnVnwy/757Nw+/q3mzew4L4ph+vQ2gFdHyCiZYXdhWqw xmusREQ/PmudcUX0a/jY8+znbV/lYJIgQMBIWlnNiRtb5R+IcgMqHJIRXmFXjSq+rM9u9m J/S15HfwzWgIYv0XeAqbdxHx7X5wWxBtgjah1pQAdNU0+cXDIMHi8fHflXd0NjB+PI5nUw NklOFujHF9ekCXH1ZKboy6xxM+t5VaTI2M3yJDUZDJ5YfdrcHwbBeY3CMwKyP9JdY0ij3E xZcqqXUXLYs8bQAykouX6e1a2cw9nKjGcFZFTvQynhLlBeslXspkVtZTnHwEOQ== Received: from localhost.de (x5d8326ec.dyn.telefonica.de [93.131.38.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 43st7n2grFz57KQr; Sun, 3 Feb 2019 14:12:05 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549203125; 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=p02/W0KrTLF7rl4viqaQJ1L55VL/+2YU1yPjiQk0JWo=; b=rcKC3MTOmj6gB9J0Lbo7tI4W7q7Bb8Yf/u1hOjkkIjGrONGcKjhtLY+ukyA1iHm5W4a5L7 f5x5ntk5GcLRPkACGAZ6WdnDzPXOHQN52dCHDVztmhk0kNIsA4h32orJzTtCARw185FXA1 tZxUwMwL2nutHj7fTE44s9uVbOhXBhrMkl9aZ1F9s89MSl3WWi+GcnwEMR5h1WJf3nrXid ahIcJTKhgw9xZGvxGUjuj/J0g0M8NK5DGbRfpkhZLl8/4fp+vf2Qdbvbv/18RAe8DyHDWK j52gHeqZO2N/6SZC26PB9wRsPvzh777+MOgSeRztpZ3LRO+giek5Y60xUvLo9A== From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 0/1] apr to 1.6.5, apache httpd rootfile stabilization Date: Sun, 3 Feb 2019 15:11:57 +0100 Message-Id: <1549203118-28833-1-git-send-email-wolfgang.apolinarski@ipfire.org> X-Mailer: git-send-email 1.8.3.1 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=wapolinarski smtp.mailfrom=wolfgang.apolinarski@ipfire.org X-Spamd-Result: default: False [-3.60 / 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(-1.50)[-0.501,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; 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=-3.60 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 apr to 1.6.5 Changed build settings for apache, such that rebuilds do not change the rootfile (new modules) - Last time, I re-ordered the build to create those modules, this patch instead disables the modules such that they are not created when a rebuild is performed Wolfgang Apolinarski (1): Updated apr, stabilized apache build config/rootfiles/common/apr | 2 +- lfs/apache2 | 2 +- lfs/apr | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)