pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/eggdrop
Module Name: pkgsrc
Committed By: shattered
Date: Sat Mar 31 21:52:57 UTC 2012
Modified Files:
pkgsrc/chat/eggdrop: Makefile PLIST distinfo
pkgsrc/chat/eggdrop/patches: patch-aa patch-ab patch-ad patch-ag
Log Message:
Update to 1.6.21. Notable changes:
- Added CIDR support to eggdrop. This includes accepting and matching b/e/I
masks and user hosts in cidr notation.
- Added a msg-rate config variable, to replace the current #define msgrate
in server.mod.
- Replaced most dns.mod preprocessor definitions with config variables.
- Added a configure option to set the handlen while keeping compatibility with
the older method of editing eggdrop.h directly.
- Explicitly offer both --enable-tcl-threads and --disable-tcl-threads
configure options that can forcefully enable or disable threaded Tcl
library support.
- Fixed a remote DoS in the CTCP parsing code introduced by the servmsg.c
buffer overflow patch by Nico Golde.
Reference: CVE-2009-1789
- Work around Tcl8.5.10 bug 3371644 (strings starting with # could crash
in Tcl_ConvertElement()).
- tcl_maskhost could crash the bot.
- Fixed a potential crash in read_lang() with lines > 512 characters in
language files. Added support for lines of unlimited size.
- Fixed dns.mod SIGBUS crashes on 64-bit Sparc.
- Fixed a crash when restarting, related to bind log.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/chat/eggdrop/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/eggdrop/PLIST \
pkgsrc/chat/eggdrop/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/eggdrop/patches/patch-aa \
pkgsrc/chat/eggdrop/patches/patch-ab
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/eggdrop/patches/patch-ad
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/eggdrop/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index