Subject: CVS commit: pkgsrc/chat/bitchx
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/26/2004 11:38:14
Module Name: pkgsrc
Committed By: adam
Date: Fri Nov 26 11:38:14 UTC 2004
Modified Files:
pkgsrc/chat/bitchx: Makefile PLIST distinfo
pkgsrc/chat/bitchx/patches: patch-aa patch-ab patch-ad
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/chat/bitchx/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/chat/bitchx/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/chat/bitchx/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/chat/bitchx/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/bitchx/patches/patch-ab \
pkgsrc/chat/bitchx/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.