From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gQYmp1jfvz30Sf for ; Wed, 27 May 2026 15:43:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gQYmn2Sx1z2xPV for ; Wed, 27 May 2026 15:43:21 +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) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gQYmm2x7JzNZ for ; Wed, 27 May 2026 15:43:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779896600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=bcJUeh4Xw/aFdfTzFrRISzNRp8/CoahzL4815y3IB5M=; b=thJtlr/DeyDgSFpJ20Dqb+D1dNUlFCAMXwD03Im2Qxva1Tfeoj+FwYTmWm/EcAT9BNa0YZ r+WyQQiQztLGxEBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779896600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=bcJUeh4Xw/aFdfTzFrRISzNRp8/CoahzL4815y3IB5M=; b=QSnAdYsdnBdBTnJvmLTRJUFF0Dmop6vMFa95vvs0b6e8iBTOa4SrkCQ8v6zsCKaCG0Y30Y /9H+A82K5R+xlHfBScrZFygQLZ7VU+DJmd+bHLB7OiM6nyFoayX+f3sPEEkDtU8YN9I56K TFX6nThpIbIhaiQGmNMidUiIKwDyT3Q/zRyEehJhUClffNAPClI/y+PcsqQQmn2hH6/KXX sxcEU3qYpe+7XAQzfqQA7rNcVkIVf6kqcNN/xNq0WSBX3MsvOKcaTHcxn4lQUa7JYd7Fof ZF/JuDFDuBtssDLLd3w1UGqd9Utf0F+g8gkRkRRE0zBTf1F5IaPip99cP4N4Mg== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gQYmm25Btz2xKs; Wed, 27 May 2026 15:43:20 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 07805a0e6353cad46148976484427264cbc268c6 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: b4ce17172bbe95777498d663a202d056ee45af44 X-Git-Newrev: 07805a0e6353cad46148976484427264cbc268c6 Message-Id: <4gQYmm25Btz2xKs@people01.haj.ipfire.org> Date: Wed, 27 May 2026 15:43:20 +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 07805a0e6353cad46148976484427264cbc268c6 (commit) from b4ce17172bbe95777498d663a202d056ee45af44 (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 07805a0e6353cad46148976484427264cbc268c6 Author: Michael Tremer Date: Wed May 27 16:42:50 2026 +0100 firewall.cgi: Don't try to encode the remarks on save Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: html/cgi-bin/firewall.cgi | 3 --- 1 file changed, 3 deletions(-) Difference in files: diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi index 20e6a95e4..8900c4fae 100644 --- a/html/cgi-bin/firewall.cgi +++ b/html/cgi-bin/firewall.cgi @@ -2349,9 +2349,6 @@ sub saverule #print"6"; } $fwdfwsettings{'ruleremark'}=~ s/,/;/g; - utf8::decode($fwdfwsettings{'ruleremark'}); - $fwdfwsettings{'ruleremark'}=&Header::escape($fwdfwsettings{'ruleremark'}); - $fwdfwsettings{'PROT'}=&Header::escape($fwdfwsettings{'PROT'}); if ($fwdfwsettings{'updatefwrule'} ne 'on'){ my $key = &General::findhasharraykey ($hash); $$hash{$key}[0] = $fwdfwsettings{'RULE_ACTION'}; hooks/post-receive -- IPFire 2.x development tree