diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-07 01:08:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-07 01:08:33 +0000 |
commit | 076dc0622aca8e9df6dd239d60b06653b42cd1c0 (patch) | |
tree | a35ad8fde9167728db1f16d34418adc5aa7cf7e8 /net-irc/dircproxy/files | |
parent | version 039.6, copyright corrections (Manifest recommit) (diff) | |
download | gentoo-2-076dc0622aca8e9df6dd239d60b06653b42cd1c0.tar.gz gentoo-2-076dc0622aca8e9df6dd239d60b06653b42cd1c0.tar.bz2 gentoo-2-076dc0622aca8e9df6dd239d60b06653b42cd1c0.zip |
Revision bump to include patch by Adrian <adrian@planetcoding.net> from bug #76781. It patches dircproxy to not ignore the 005 numeric. Old behaviour breaks some scripts.
Diffstat (limited to 'net-irc/dircproxy/files')
-rw-r--r-- | net-irc/dircproxy/files/1.1.0-005-numeric.patch | 22 | ||||
-rw-r--r-- | net-irc/dircproxy/files/digest-dircproxy-1.1.0-r1 (renamed from net-irc/dircproxy/files/digest-dircproxy-1.1.0) | 0 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-irc/dircproxy/files/1.1.0-005-numeric.patch b/net-irc/dircproxy/files/1.1.0-005-numeric.patch new file mode 100644 index 000000000000..f4bdc0057122 --- /dev/null +++ b/net-irc/dircproxy/files/1.1.0-005-numeric.patch @@ -0,0 +1,22 @@ +--- src/irc_client.c 2002-08-17 23:05:55.000000000 +0200 ++++ src/irc_client.c.005 2005-01-04 01:21:43.326252869 +0100 +@@ -1885,6 +1885,8 @@ + p->servername, p->serverver, + p->serverumodes, p->servercmodes); + ++ ircserver_send_command(p, "VERSION", ""); ++ + _ircclient_motd(p); + + if (p->modes) +--- src/irc_server.c 2002-08-17 23:48:03.000000000 +0200 ++++ src/irc_server.c.005 2005-01-04 01:21:55.021318675 +0100 +@@ -547,8 +547,6 @@ + } + } + +- } else if (!irc_strcasecmp(msg.cmd, "005")) { +- /* Ignore 005 */ + } else if (!irc_strcasecmp(msg.cmd, "375")) { + /* Ignore 375 unless allow_motd */ + if (p->allow_motd) diff --git a/net-irc/dircproxy/files/digest-dircproxy-1.1.0 b/net-irc/dircproxy/files/digest-dircproxy-1.1.0-r1 index 6da95c6d8130..6da95c6d8130 100644 --- a/net-irc/dircproxy/files/digest-dircproxy-1.1.0 +++ b/net-irc/dircproxy/files/digest-dircproxy-1.1.0-r1 |