diff options
author | adam <adam@pkgsrc.org> | 2004-11-26 11:38:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-26 11:38:14 +0000 |
commit | 5c8a5399db88a9dfe80c4a18cd78ff215dacc3d3 (patch) | |
tree | 7e812850c9896bec510d6332e1593eaa35db3428 /chat/bitchx/patches/patch-aa | |
parent | 06d2ba77f0a75752529f69c4f9d7e74472c2a642 (diff) | |
download | pkgsrc-5c8a5399db88a9dfe80c4a18cd78ff215dacc3d3.tar.gz |
Changes 1.1:
* Fixed bug with using [$8] in expressions (Reported by BlackJac)
(Patch from |Rain|) (BugID: 64) (powuh)
* Fixed bug in /set show_end_of_msgs. When OFF prevented hooking
of some end_of_msg numerics. (Reported by BlackJac)
(Patch from |Rain|) (BugID: 51) (powuh)
* Fixed incorrect ordering of operations in screen.c which
caused an off-by-one access at the end ofthe buffer.
(Patch from |Rain|) (BugID: 48) (powuh)
* Fixed ischanvoice() to be compatiable with epic. Maintained
reverse functionality as not to break existing scripts.
(Patch from |Rain|) (BugID: 20) (powuh)
* Fixed segfault with convert_output_format not honoring
MAX_RECURSE. (Patch from |Rain|) (powuh)
* Fixed possble rouge server exploit:
If a rogue server sends us a ctcp request from an extremely large
nickname (over about 512 bytes), we may attempt to alloca() a
negative value, which under gcc will return a invalid pointer the
contents of which will then be overwritten. (Reported by O_6)
(Patch from |Rain|) (powuh)
* Fixed segfault with channel mode parsing. (Patch from O_6) (powuh)
* Removed auto_resume script, it's not needed any more (caf).
* Fixed string copying snafu in gtkbitchx.c (reported by Huey) (caf).
* Added STATUS_USER20 to STATUS_USER39 (patch from BlackJac) (caf).
Diffstat (limited to 'chat/bitchx/patches/patch-aa')
-rw-r--r-- | chat/bitchx/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/bitchx/patches/patch-aa b/chat/bitchx/patches/patch-aa index 5f0e9cdedbd..7f3c621daac 100644 --- a/chat/bitchx/patches/patch-aa +++ b/chat/bitchx/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2003/01/31 00:17:45 salo Exp $ +$NetBSD: patch-aa,v 1.4 2004/11/26 11:38:14 adam Exp $ ---- configure.orig Sun Mar 24 10:30:49 2002 -+++ configure Thu Jan 30 23:30:53 2003 -@@ -14756,7 +14756,7 @@ +--- configure.orig 2003-04-11 01:09:04.000000000 +0000 ++++ configure +@@ -14837,7 +14837,7 @@ if test -n "$CYGWIN" -o -n "$EMXOS2" -o mandir="\$(IRCLIB)" else INSTALL_IRC="\${bindir}/\$(_VERSION_)\$(EXEEXT)" @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2003/01/31 00:17:45 salo Exp $ IRCPATH="\$(DEFAULT_CTOOLZ_DIR):\$(DEFAULT_CTOOLZ_DIR)/plugins:.:\$(PLUGINDIR):\$(INSTALL_SCRIPT):\$(IRCLIB)" TRANSLATION_PATH="\$(IRCLIB)/translation" HELPDIR="\$(IRCLIB)/help" -@@ -14764,7 +14764,7 @@ +@@ -14845,7 +14845,7 @@ else INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)" INSTALL_SCRIPT="\$(IRCLIB)/script" INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(HELPDIR)" |