0.3.0: - More user commands: ban, broadcast, mute, rules, history, myip, whoip, log - Experimental SSL support - Large rewrite of the network stack in order to support SSL. - Added rule file for defining hub rules. - Many crash fixes and other important bug fixes. - Optimizations: O(1) timeout scheduler - New sid allocation code. - Added configurable server_listen_backlog (default 50). - Added init.d scripts for RedHat/CentOS Fix: Patch attached with submission follows:
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->nemoliu I'll take it.
Responsible Changed From-To: nemoliu->pgollucci I'll take it
Responsible Changed From-To: pgollucci->nemoliu gnats
State Changed From-To: open->feedback build fail, please fix it. ===> Building for uhub-0.3.0 CC: main.c CC: auth.c CC: commands.c CC: config.c CC: eventqueue.c CC: hub.c CC: hubevent.c CC: hubio.c CC: inf.c CC: netevent.c CC: probe.c CC: route.c CC: user.c CC: usermanager.c CC: backend.c CC: connection.c CC: epoll.c CC: network.c CC: select.c src/network/select.c: In function 'net_backend_process': src/network/select.c:104: error: 'struct timeval' has no member named 'tv_secs' src/network/select.c:105: error: 'struct timeval' has no member named 'tv_usecs' gmake: *** [src/network/select.o] Error 1 *** Error code 1
nemoliu 2010-02-02 09:27:09 UTC FreeBSD ports repository Modified files: net-p2p/uhub Makefile distinfo pkg-descr net-p2p/uhub/files patch-GNUmakefile Removed files: net-p2p/uhub/files patch-main.c_add_pid Log: - Update to to 0.3.0 PR: ports/143428 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer) Revision Changes Path 1.2 +13 -4 ports/net-p2p/uhub/Makefile 1.2 +3 -3 ports/net-p2p/uhub/distinfo 1.2 +8 -6 ports/net-p2p/uhub/files/patch-GNUmakefile 1.2 +0 -91 ports/net-p2p/uhub/files/patch-main.c_add_pid (dead) 1.2 +1 -1 ports/net-p2p/uhub/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed.Thanks.