From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bd96K4Mv5z2ywd for ; Thu, 10 Jul 2025 09:49:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bd96K455Vz2y97 for ; Thu, 10 Jul 2025 09:49:13 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bd96K1Hgpzg1 for ; Thu, 10 Jul 2025 09:49:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752140953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=2GDk/8XRzKsGWUra2wbIGZY3I/NZgVLHEE/k4WOd78Q=; b=4XKi58VzPYg6qna9ug1DuXvFycFY5m4/9lqXDj9ucNTQWr3ZoTlyqnBqnmW9NsQhcWbvEH +mNp6gXH7PItW5Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752140953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=2GDk/8XRzKsGWUra2wbIGZY3I/NZgVLHEE/k4WOd78Q=; b=DPBMEcbCqIadbYhEyWaHtcTyRLk9NMeG+30Yz6Iy5Sh0W1MKs0EDQrO66VaQ9lVqjUr/jp R/z+nTZp7k/+W6dbLwPwuHekpoA41v6GzOHNygGgxe2nXrfX+Pt2BJssC6xckNgYGvShWc LexK9S5Wv8d7njmkjTiKDo/Ml9jX/lHQGl1nOw2HKtR+tCZB8T7trF+WicxtcyV0VUbCwe NP8Ut7IPDXA9ixi6gM2GMZbe6nqtlNdn4JNg1zH/ALv+6fQ6UO+vhvZuEqO96JrTXiId+D yMsdiQAKY+SJzpVM+LNV14GQiAsgoAWY1PK+/QKmoj6YlpftDzu6oak2M9ZPsw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bd96J5XDKz2xPc; Thu, 10 Jul 2025 09:49:12 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 08f00541deb7cbfb69792d758e3655795e566179 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 81b94e19858e16fb7e04779001e4725daf0d453d X-Git-Newrev: 08f00541deb7cbfb69792d758e3655795e566179 Message-Id: <4bd96J5XDKz2xPc@people01.haj.ipfire.org> Date: Thu, 10 Jul 2025 09:49:12 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 08f00541deb7cbfb69792d758e3655795e566179 (commit) from 81b94e19858e16fb7e04779001e4725daf0d453d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 08f00541deb7cbfb69792d758e3655795e566179 Author: Michael Tremer Date: Thu Jul 10 09:48:28 2025 +0000 apache2: Allow uploads of up to 2 GiB https://community.ipfire.org/t/restore-backup-not-working-request-entity-too-large/14352 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/httpd/vhosts.d/ipfire-interface-ssl.conf | 3 +++ config/rootfiles/core/197/filelists/files | 1 + config/rootfiles/core/197/update.sh | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) Difference in files: diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 278283d083..17a916ff38 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -18,6 +18,9 @@ SSLCertificateFile /etc/httpd/server-ecdsa.crt SSLCertificateKeyFile /etc/httpd/server-ecdsa.key + # Allow uploads of up to 2 GiB (for backup restores) + LimitRequestBody 2147483648 + Header always set X-Content-Type-Options nosniff Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" Header always set Referrer-Policy strict-origin diff --git a/config/rootfiles/core/197/filelists/files b/config/rootfiles/core/197/filelists/files index 02ce9631ad..05a3215267 100644 --- a/config/rootfiles/core/197/filelists/files +++ b/config/rootfiles/core/197/filelists/files @@ -1,3 +1,4 @@ +etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf var/ipfire/langs/list var/ipfire/menu.d/20-status.menu var/ipfire/menu.d/40-services.menu diff --git a/config/rootfiles/core/197/update.sh b/config/rootfiles/core/197/update.sh index bc6284b9be..311bddb859 100644 --- a/config/rootfiles/core/197/update.sh +++ b/config/rootfiles/core/197/update.sh @@ -50,11 +50,12 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup -# Increment ipsec serial file if x509 certificates present and no content in index.txt - # Apply SSH configuration /usr/local/bin/sshctrl +# Reload Apache2 +/etc/init.d/apache reload + # This update needs a reboot... #touch /var/run/need_reboot hooks/post-receive -- IPFire 2.x development tree