Request that bug reports be sent to us rather than upstream. --- mkpasswd.c.orig 2025-10-12 20:37:20.000000000 -0500 +++ mkpasswd.c 2025-10-14 16:42:14.000000000 -0500 @@ -549,7 +549,7 @@ "If no SALT is specified, a random one is generated.\n" "If TYPE is 'help', available methods are printed.\n" "\n" -"Report bugs to %s.\n"), ""); +"Report bugs to %s.\n"), ""); exit(error); } --- whois.c.orig 2025-10-12 20:37:20.000000000 -0500 +++ whois.c 2025-10-14 16:42:14.000000000 -0500 @@ -247,7 +247,7 @@ break; case 1: fprintf(stdout, _("Version %s.\n\nReport bugs to %s.\n"), - VERSION, ""); + VERSION, ""); exit(EXIT_SUCCESS); default: usage(EXIT_FAILURE);