Up to [cvs.netbsd.org] / pkgsrc / chat / bnc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 26 10:28:30 2010 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Reset maintainer for developers who gave back their commit bit.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:06 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.17 / (download) - annotate - [select for diffs], Wed May 20 23:38:33 2009 UTC (3 years ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
remove dead mirror.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 3 02:19:51 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.15: +11 -9
lines
Diff to previous 1.15 (colored)
Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:22 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:52 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +3 -4
lines
Diff to previous 1.13 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 16 17:49:41 2005 UTC (6 years, 7 months ago) by tonio
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Update MASTER_SITES. Fix PR 31628 by Zafer Aydogan
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jun 25 14:48:45 2005 UTC (6 years, 10 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.11: +6 -4
lines
Diff to previous 1.11 (colored)
Update chat/bnc to version 2.9.4
Changes:
2.9.4
(1) SSL support can now be used incoming.
(2) Added three new configuration entries to handle new features:
listenex [--ssl][--limit <maxusers>][--localhost <hostname>] <port>
privatekey <filename>
publickey <filename>
2.9.3
(1) SECURITY FIX: FD_SETSIZE overflow DOS
(2) SSL support can now be used if configured with --with-ssl
SSL connection is done by passing -s
ex. /quote conn -s ircs.server
Note: this is only partially secure since SSL is only supported
outgoing.
2.9.2
(1) Added flush to logging
(2) General code changes to fix compiling on some compilers
(3) Fixed problems binding to listening address
2.9.1
(1) SECURITY FIX: password check, was only letting incorrect passwords in
(2) Fixed IP binding on listen
2.9.0
(1) Added trailing newlines to log records
(2) Added extra error handling on accepting connections
(3) Fixed buffer overflow in getnickuserhost (reported by Leon Juranic)
(4) Added extra check for gethostbyname2
(5) Made password check more thorough
(6) Fixed ipv6 dns resolving to random ipv4
2.8.9
(1) Fixed backspace security flaw (reported by Yak)
(2) Fixed compile errors related to compound statements
(3) Rewrote logic of /vip command
(4) Rewrote docked session listing code
2.8.8
(1) Added support for setting a specific IP to listen on
(listen <[host:]port> [maxusers])
(2) Enhanced bncsetup to use new conf format and new question to handle
specific host entering.
(3) Changed the Makefile to list libraries last, some crypt libraries
predefined their own main function which prevented compiling.
(4) Reorganized the connection code to fix a bug where a user gets
disconnected while connecting to an irc server.
(5) Socket length was not being set before accept. (Thanks chris)
(6) Removed old hack code for systems that do not support snprintf.
(7) Increased error checking in recv code.
(8) Better parsing of messages
(9) Server buffers always cleared when connecting to a new server.
(10) Initial IPv6 support. Added -6 option to the CONN command
(i.e. CONN -6 irc.ipv6.org) which is only necessary on ambigious
addresses or when connecting via dns.
(11) Listen host can be specified in conf as an ipv6 address by putting
the address in []'s (i.e. LISTEN [2000:610:0:23::]:6669)
Requested by Peter Avalos <pavalos@theshell.com> in private e-mail.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:41 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Create directories before installing files into them.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:51 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be useful.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 21:25:33 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 28 21:29:39 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Sort for pkglint.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 11 13:38:50 2003 UTC (9 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.6: +8 -7
lines
Diff to previous 1.6 (colored)
couple of minor fixes: - update HOMEPAGE - install sample config as examples/bnc.conf - whitespace police bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 31 01:00:50 2003 UTC (9 years, 3 months ago) by salo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +14 -14
lines
Diff to previous 1.5 (colored)
Update to version 2.8.6. Initial patches from Juan RP via PR pkg/20101. Changelog: 2.8.6 ===== - Bnc now lists all docked sessions - Rewrote the send/recv code - Implemented non-blocking sockets - Fixed a problem with bnc not binding to vhost when specified by IP instead of dns 2.8.4 ===== - a quick change added to conf.c by moomoomoo to fix a major bug and tide us over until the 3.0.0 version is ready for public release. 2.8.2 ===== - Coded in channel watching code for docking. - Coded a new line parsing system - Coded a new system for the client lists, maybe it will fix some bugs - implemented docking, still very beta though /detach password /resume FD password - rewrote some of the inner workings, hope this fixed some bugs. - rewrote config file format, now uses real words (listen xxx) read example.conf for details. Old format will still work.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 27 23:17:48 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 22 22:01:10 2001 UTC (11 years, 1 month ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Use MASTER_SITE_LOCAL, because original MASTER_SITE doesn't resolve
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 28 15:06:12 2001 UTC (11 years, 1 month ago) by zuntum
Branch: MAIN
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Remove redundant CC from MAKE_ENV and fix quoting
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 16 20:51:13 2001 UTC (11 years, 2 months ago) by zuntum
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Change my email address to zuntum@netbsd.org
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Mar 6 18:39:51 2001 UTC (11 years, 2 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of bnc, a simple IRC relay proxy. Based on the package submitted by Tomasz Luchowski in pkg/11850.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 6 18:39:51 2001 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Initial revision