Bug 143428 - Update port: net-p2p/uhub from 0.2.8 to 0.3.0
Summary: Update port: net-p2p/uhub from 0.2.8 to 0.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nemo Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-01 13:00 UTC by Dmitry Yashin
Modified: 2010-02-02 09:30 UTC (History)
0 users

See Also:


Attachments
file.diff (6.45 KB, patch)
2010-02-01 13:00 UTC, Dmitry Yashin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Yashin 2010-02-01 13:00:09 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-01 13:00:18 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Nemo Liu freebsd_committer freebsd_triage 2010-02-02 02:56:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemoliu

I'll take it.
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-02 06:24:41 UTC
Responsible Changed
From-To: nemoliu->pgollucci

I'll take it
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-02 07:41:24 UTC
Responsible Changed
From-To: pgollucci->nemoliu

gnats
Comment 5 Nemo Liu freebsd_committer freebsd_triage 2010-02-02 07:58:54 UTC
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
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-02-02 09:27:22 UTC
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"
Comment 7 Nemo Liu freebsd_committer freebsd_triage 2010-02-02 09:28:31 UTC
State Changed
From-To: feedback->closed

Committed.Thanks.