diff options
author | obache <obache@pkgsrc.org> | 2009-06-10 13:33:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-06-10 13:33:39 +0000 |
commit | 5d4454f089183378fda00c94dd2932e7195b0a27 (patch) | |
tree | 26e2f9b96ceb0e3b181fdb56f17b144c168b78b4 /chat/eggdrop/Makefile | |
parent | 647c4d66a29f7c392b3a96f83bc2967fedb6d7ff (diff) | |
download | pkgsrc-5d4454f089183378fda00c94dd2932e7195b0a27.tar.gz |
Update eggdrop to 1.6.19+ctcpfix, say, 1.6.19nb1.
Eggdrop Changes
1.6.19+ctcpfix (14 May 2009):
- Fixed another bug in the CTCP parsing code introduced by the servmsg.c
buffer overflow patch in 1.6.19.
* Patch by: thommey
1.6.19 (18 April 2008):
- Update the recommended TCL version to 8.5
* Patch by: guppy
- Updated Copyright dates
- added [sL] and thommey to the AUTHORS file
* Patch by: guppy
- load blowfish by default
* Patch by: guppy
- added a TCL to handle the PONG :<cookie> junk on some EFnet servers
* Patch by: [sL], guppy
- add a simple TCL to handle the PASS <numbers> junk on some Undernet
servers
* Patch by: guppy
- add support for chanmode +T
* Patch by: Thomas "thommey" Sader
- CTCP parsing was broken by the servmsg.c buffer overflow patch
* Patch by: Thomas "thommey" Sader
- Fixed a couple of typos in the FEATURES file.
* Patch by: Tomas Szaniszlo
- Fixed two buffer overflows in servmsg.c (CVE-2007-2807).
* Found by: Bow Sineath - Patch by: Nico Golde / Wcc
- Fixed compatibility problems with certain time_t implementations.
* Found by: various - Patch by: Tothwolf
- Complete raw traffic wasn't getting logged in some cases; only the raw
command itself was. Fixed.
* Patch by: mrBuG
Diffstat (limited to 'chat/eggdrop/Makefile')
-rw-r--r-- | chat/eggdrop/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index 6544b0a5e67..a5c0ac520d7 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -1,17 +1,23 @@ -# $NetBSD: Makefile,v 1.30 2008/04/12 22:42:58 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2009/06/10 13:33:39 obache Exp $ -DISTNAME= eggdrop1.6.18 -PKGNAME= eggdrop-1.6.18 +DISTNAME= eggdrop1.6.19 +PKGNAME= eggdrop-1.6.19 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ EXTRACT_SUFX= .tar.bz2 +PATCH_SITES= ftp://ftp.eggheads.org/pub/eggdrop/patches/official/1.6/ +PATCHFILES= eggdrop1.6.19+ctcpfix.patch.gz + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.eggheads.org/ COMMENT= IRC robot with TCL scripting and multi-channel ability PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + PLIST_VARS= dynamic GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |