From patchwork Sun Apr 23 01:03:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 1090 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 94C5462276 for ; Sat, 22 Apr 2017 17:04:27 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 19356288A; Sat, 22 Apr 2017 17:04:27 +0200 (CEST) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPS id 468392884 for ; Sat, 22 Apr 2017 17:04:23 +0200 (CEST) Received: by mail-wm0-x22b.google.com with SMTP id r190so36870756wme.1 for ; Sat, 22 Apr 2017 08:04:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vSSwZ71LKf96BxoyxsGiFy86vOfpc7OO7WyohUdXE4Y=; b=iTKjWd1YJQ/Kr1w5ZVGKG4rgidZEsqknyoYdnig62MNFCJjz0xiMry1m+nux5+vvA/ uOYVu0UVXJwIhfy3aDfDvWy/GXIOd60yuDmRXh9BsKSlBLEGyy/+VOsqGYWBs40PE+Gy MOfchgLsPXSUr7kNDuuFisNNdg1BtcZ/j1w95CaBAGeeSsh5W5Pim2MoDb8dZlfbiYph n/cJV9R9t2NjC5H06MIzf6tRm7uZyY+osRgJFs8/hgCju2sqIA3/84OToC90WiFUA+1v DF9WksFk6jXTpeeyNHcNZ8dQRYm/OPNmINguONOuOiOFtZVQQkvwcbzd4/3af07ZgiE3 iLhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vSSwZ71LKf96BxoyxsGiFy86vOfpc7OO7WyohUdXE4Y=; b=nPZiHbx9O15OVCkCrGyIx4nExqX3bD51GHvqid0I38Gos500P1xgfN1gfg9KyAafUb xT3Wbpnd5q7QwvuhJpCsbDb5CVWIBwwF05ZfMqUn33RVHGfvryOxhXgNR8jUdPu9Xvg1 yt9/Ubxyb62koafrqnhbTLqWfmNuBC88q3dHewjh5GEd0qjIV0QX3zG2JIweDkhjxphF 819Uspjn5/i4ISufKY/TXcq4X2xGoPQa+o1wIXYjZiO3r+VaKRqc05N3FfNIWh/Me/l7 PQ2qAIdXmpCEyax6ZrL7HBkNAvaCYMoXZtD85aaVjdl8oxRwBhoADsMo4D/nxA0lWoEc 4wdQ== X-Gm-Message-State: AN3rC/5HXvydBws39kIk8/C/moRMPvd3SZxa70ciJzpDOAtHxrrl2swQ T0nXnS5QkUWZUg== X-Received: by 10.28.86.68 with SMTP id k65mr3240738wmb.112.1492873461197; Sat, 22 Apr 2017 08:04:21 -0700 (PDT) Received: from localhost.localdomain (dslb-088-074-015-245.088.074.pools.vodafone-ip.de. [88.74.15.245]) by smtp.gmail.com with ESMTPSA id i21sm15539280wrc.50.2017.04.22.08.04.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 22 Apr 2017 08:04:20 -0700 (PDT) From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 2/2] Update to Apache 2.4.25 Date: Sat, 22 Apr 2017 17:03:44 +0200 Message-Id: <1492873424-2200-2-git-send-email-wolfgang.apolinarski@googlemail.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1492873424-2200-1-git-send-email-wolfgang.apolinarski@googlemail.com> References: <1492873424-2200-1-git-send-email-wolfgang.apolinarski@googlemail.com> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wolfgang Apolinarski Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Updated to Apache 2.4 - Updated the htpasswd generation to use the more secure bcrypt algorithm --- config/httpd/httpd.conf | 4 +- config/httpd/loadmodule.conf | 6 +- config/httpd/server-tuning.conf | 10 +- config/httpd/ssl-global.conf | 2 +- config/httpd/vhosts.d/ipfire-interface-ssl.conf | 20 +- config/httpd/vhosts.d/ipfire-interface.conf | 18 +- config/httpd/vhosts.d/nagios.conf | 14 +- config/httpd/vhosts.d/openmailadmin.conf | 3 +- config/icinga/icinga.conf | 6 - config/nagiosql/nagios.conf | 17 +- config/owncloud/owncloud.conf | 3 +- config/php/php.ini | 2 +- config/phpSANE/phpSANE.conf | 3 +- config/rootfiles/common/apache2 | 593 +++++++++++++++++------- config/rootfiles/common/php | 7 +- lfs/apache2 | 26 +- src/setup/passwords.c | 2 +- 17 files changed, 483 insertions(+), 253 deletions(-)