diff options
author | salo <salo@pkgsrc.org> | 2003-01-31 01:00:50 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-31 01:00:50 +0000 |
commit | d7eae74f123f573d2be827dd8c3a013485bf429f (patch) | |
tree | 1b90d6da4d5a76cd2e109a460bd1b2576e052a0e /chat/bnc/patches | |
parent | 574bc1db2db13daf7f11ec81458f083444e40a43 (diff) | |
download | pkgsrc-d7eae74f123f573d2be827dd8c3a013485bf429f.tar.gz |
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.
Diffstat (limited to 'chat/bnc/patches')
-rw-r--r-- | chat/bnc/patches/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chat/bnc/patches/patch-aa b/chat/bnc/patches/patch-aa index 85fe9e4c425..f11ee479802 100644 --- a/chat/bnc/patches/patch-aa +++ b/chat/bnc/patches/patch-aa @@ -1,18 +1,18 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/06 18:39:51 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/31 01:00:52 salo Exp $ ---- Makefile.in.orig Wed Mar 15 09:57:57 2000 -+++ Makefile.in -@@ -1,12 +1,10 @@ - OBJS = bnc.o conf.o server.o cmds.o mtype.o +--- Makefile.in.orig Thu Jul 11 17:58:29 2002 ++++ Makefile.in Fri Jan 31 01:30:57 2003 +@@ -1,11 +1,10 @@ LIBS = @LIBS@ -OPTS = -O3 - COPT = -DVERSION='"v2.8.2"' -Wall ++OPTS = ${CFLAGS} + COPT = -Wall OOPT = STRIP = strip -CC = gcc -ALL: bnc mkpasswd +all: bnc mkpasswd - @echo "*** Done compiling required files" - @echo "Please read the README file included" + mkpasswd:mkpasswd.c + ${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c |