summaryrefslogtreecommitdiff
path: root/chat/bitchx/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-06-25Fix for a security issue, CVE-2007-3360. A malicious server could directlkundrak1-1/+2
the client into executing arbitrary code.
2007-05-20Desupport gnome option.wiz1-2/+1
2007-03-17Fixed the build on NetBSD with gcc4.rillig1-2/+2
2006-01-05Use SUBST instead of FILES_SUBST_SED.joerg1-5/+5
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-06FreeBSD build fix from FreeBSD CVS treeadrianp1-2/+2
Minor pkglintification of Makefile
2005-05-31Convert to options framework.wiz1-14/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Update jmcneill's email address.wiz1-2/+2
2004-11-27Darwin needs CFLAGS+= -DBIND_8_COMPAT to build.adrianp1-2/+7
2004-11-26Changes 1.1:adam1-11/+9
* 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).
2004-10-28bitchx is not 64-bit clean. Mark it NOT_FOR alpha, sparc64, or x86_64.heas1-1/+4
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-27Fix pointers for cursor_not_in_display() & cursor_in_display(). Fixesheas1-2/+2
BUS error on sparc64. Appears to apply to version Bitchx 1.1 too.
2004-03-29bl3ifyxtraeme1-8/+8
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-15Style and whitespace, no functional changes.salo1-11/+12
2003-05-14PKGREVISION++salo1-2/+2
- Fix major core bug with channel mode -k * on hybrid7 servers. For more information see: http://www.securityfocus.com/archive/1/321093 Patch from BitchX CVS.
2003-05-05build with GTK support if BITCHX_WITH_GTK is defined.grant1-1/+14
no PKGREVISION bump as the default build is unchanged.
2003-03-29Bump PKGREVISION: fix several potential buffer overflows found by Timosalo1-1/+2
Sirainen <tss at iki dot fi>, see the following url for more details: http://securityfocus.com/archive/1/315057 Patch from bugtraq by <caf at guarana dor org>.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-31Update to version 1.0c19.salo1-33/+7
Changes unknown. Based on PR pkg/19296 from Juan RP.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-23handle the fixing of paths in files more gracefully.grant1-2/+3
2002-11-06fix /usr/local paths in man page.grant1-1/+6
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-05-30add ftp://ftp.bitchx.org/pub/BitchX/source/old/ to MASTER_SITES forgrant1-2/+5
when pkgsrc is not up to date.
2001-09-30Fixed improper tgetstr call that was causing bitchx to crash whenblymn1-5/+1
used with NetBSD curses.
2001-07-27Wildcard dependency on bzip2.wiz1-2/+2
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-3/+3
on Solaris' xargs.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-3/+3
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compilejlam1-11/+18
with SSL support and deal with fact that bzip2 programs must be installed at run-time. Also, minor cosmetic fix to use XARGS instead of find/-exec.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-08Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967wiz1-4/+14
by Jared D. McNeill who provided the update.
2000-12-16Add patch against security problem, closing pkg/11750 by Jared McNeill.wiz1-2/+9
See http://www.securityfocus.com/archive/1/149465 and http://www.securityfocus.com/archive/1/149471. Bump version to 1.0.3.17nb1.
2000-12-15Move bitchx from net to chat.wiz1-0/+25