From 35ddc96e34bcd836ebee6e29c4300de16c34abc7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:18:40 +0200 Subject: Adding debian version 1.4.5-1. Signed-off-by: Daniel Baumann --- debian/patches/02ctcp_version_reply | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/patches/02ctcp_version_reply (limited to 'debian/patches/02ctcp_version_reply') diff --git a/debian/patches/02ctcp_version_reply b/debian/patches/02ctcp_version_reply new file mode 100644 index 0000000..17fca25 --- /dev/null +++ b/debian/patches/02ctcp_version_reply @@ -0,0 +1,20 @@ +Author: Rhonda D'Vine vim:ft=diff: +Description: remove $sysname $sysarch from default version reply, BTS #373094 +Forwarded: not-needed + +Index: irssi-0.8.15~rc1/src/irc/core/ctcp.c +=================================================================== +--- irssi-0.8.15~rc1.orig/src/irc/core/ctcp.c ++++ irssi-0.8.15~rc1/src/irc/core/ctcp.c +@@ -327,8 +327,10 @@ void ctcp_init(void) + { + ctcp_cmds = NULL; + ++ /* remove $sysname $sysarch from default version reply, too much info, ++ * see debian bug #373094 */ + settings_add_str("misc", "ctcp_version_reply", +- PACKAGE_TARNAME" v$J - running on $sysname $sysarch"); ++ PACKAGE_TARNAME" v$J"); + settings_add_str("misc", "ctcp_userinfo_reply", "$Y"); + settings_add_int("flood", "max_ctcp_queue", 5); + -- cgit v1.2.3