* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 998a8382ff0de6f9c830fe694c13dcb160cb4485
@ 2025-10-13 10:16 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-10-13 10:16 UTC (permalink / raw)
To: ipfire-scm
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, master has been updated
via 998a8382ff0de6f9c830fe694c13dcb160cb4485 (commit)
via 8e88814df7c9d647cf0d7e5636979016ef43d1f9 (commit)
from c1618483dec4b1421106b8f42cdeaa3d779175b8 (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 998a8382ff0de6f9c830fe694c13dcb160cb4485
Author: Adolf Belka <adolf.belka@ipfire.org>
Date: Mon Oct 13 11:18:29 2025 +0200
core198: Ship dns.cgi
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 8e88814df7c9d647cf0d7e5636979016ef43d1f9
Author: Adolf Belka <adolf.belka@ipfire.org>
Date: Mon Oct 13 11:18:28 2025 +0200
dns.cgi: Correction to typo
- Spotted by a new user on the forum as part of their CU198 Testing.
- Causes an Internal Server Error when trying to access the Domain Name System page.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/198/filelists/files | 1 +
html/cgi-bin/dns.cgi | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/config/rootfiles/core/198/filelists/files b/config/rootfiles/core/198/filelists/files
index adf18e482..709788ae8 100644
--- a/config/rootfiles/core/198/filelists/files
+++ b/config/rootfiles/core/198/filelists/files
@@ -1,5 +1,6 @@
etc/rc.d/init.d/cleanfs
etc/rc.d/init.d/suricata
+srv/web/ipfire/cgi-bin/dns.cgi
var/ipfire/graphs.pl
var/ipfire/header.pl
var/ipfire/ids-functions.pl
diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi
index 29a46d4b6..f01d5d3ab 100644
--- a/html/cgi-bin/dns.cgi
+++ b/html/cgi-bin/dns.cgi
@@ -777,7 +777,7 @@ sub show_add_edit_nameserver() {
# Assign cgiparams values.
$cgiparams{'NAMESERVER'} = &Header::escape($dns_servers{$cgiparams{'ID'}}[0]);
$cgiparams{'TLS_HOSTNAME'} = $dns_servers{$cgiparams{'ID'}}[1];
- $cgiparams{'REMARK'} = $Header::escape($dns_servers{$cgiparams{'ID'}}[3]);
+ $cgiparams{'REMARK'} = &Header::escape($dns_servers{$cgiparams{'ID'}}[3]);
}
} else {
&Header::openbox('100%', 'left', $Lang::tr{'dnsforward add a new entry'});
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-13 10:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 10:16 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 998a8382ff0de6f9c830fe694c13dcb160cb4485 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox