openbsd-ports/textproc/namazu/patches/patch-pl_conf_pl_in
sthen f29dbcd917 security update to 2.0.21, XSS in the cgi script
- while there, use a non-specific default admin email address
2011-07-19 13:44:19 +00:00

13 lines
392 B
Plaintext

$OpenBSD: patch-pl_conf_pl_in,v 1.1 2011/07/19 13:44:19 sthen Exp $
--- pl/conf.pl.in.orig Mon Nov 23 16:32:10 2009
+++ pl/conf.pl.in Mon Nov 23 16:32:11 2009
@@ -7,7 +7,7 @@ package conf; # Don't remove this line!
#
# Administrator's email address
#
-$ADDRESS = '@OPT_ADMIN_EMAIL@';
+$ADDRESS = 'root@localhost';
#===================================================================