Bug 128270

Summary: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 RC3
Product: Ports & Packages Reporter: moggie
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ircd-ratbox-devel-3.0.0rc3.diff none

Description moggie 2008-10-21 15:10:01 UTC
Updated ircd-ratbox-devel port to release candidate 3 of ircd-ratbox-3.0.0.

Software changes include:
o Fix a leak that would cause the ircd to leak 128 bytes per connection.
o A few minor cleanups of cases where malloc/free were used instead of rb_malloc/rb_free.
o Keep people from passing absurd non-numeric values to --with-nicklen.
o Have stats T report cumulative connection times as a 64bit integer and keep track of those
  values as a 64bit integer as well so they do not wrap.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-21 15:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-07 01:36:28 UTC
wxs         2008-11-07 01:36:19 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ratbox-devel Makefile distinfo 
  Log:
  - Update to 3.0.0rc3 to fix a memory leak.
  
  PR:             ports/128270
  Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
  
  Revision  Changes    Path
  1.18      +1 -1      ports/irc/ircd-ratbox-devel/Makefile
  1.14      +3 -3      ports/irc/ircd-ratbox-devel/distinfo
_______________________________________________
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 3 Wesley Shields freebsd_committer freebsd_triage 2008-11-07 01:40:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!