Bug 126719 - [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta11
Summary: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta11
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 18:40 UTC by moggie
Modified: 2008-08-23 20:50 UTC (History)
0 users

See Also:


Attachments
ircd-ratbox-devel-3.0.0beta11.patch (6.81 KB, patch)
2008-08-21 18:40 UTC, moggie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description moggie 2008-08-21 18:40:01 UTC
Updated ircd-ratbox-devel port to beta11 testing release of ircd-ratbox-3.0.0.

Software changes include:
o Remove the remains of servlink_path from the config file parser.
o Userlog now logs the users IP address as well as their hostname.
o Whowas now supports showing the users IP address as well as hostname. The same rules apply to showing the whowas IP as apply to showing whois_actually and uses the same numeric.
o Double the size of the whowas array for large networks. This comes at a hit of about 2MB or so of memory.
o Really, really fix the block heap garbage collection code.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-21 18:40: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-08-23 20:45:12 UTC
beech       2008-08-23 19:45:03 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ratbox-devel Makefile distinfo 
    irc/ircd-ratbox-devel/files patch-doc_example.conf 
                                patch-doc_example.efnet.conf 
                                patch-include_config.h 
  Log:
  - Update to beta11 testing release of ircd-ratbox-3.0.0.
  
  - Software changes include:
  o Remove the remains of servlink_path from the config file parser.
  o Userlog now logs the users IP address as well as their hostname.
  o Whowas now supports showing the users IP address as well as hostname.
    The same rules apply to showing the whowas IP as apply to showing
    whois_actually and uses the same numeric.
  o Double the size of the whowas array for large networks. This comes
    at a hit of about 2MB or so of memory.
  o Fix the block heap garbage collection code.
  
  PR:             ports/126719
  Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
  
  Revision  Changes    Path
  1.15      +1 -1      ports/irc/ircd-ratbox-devel/Makefile
  1.11      +3 -3      ports/irc/ircd-ratbox-devel/distinfo
  1.5       +6 -15     ports/irc/ircd-ratbox-devel/files/patch-doc_example.conf
  1.6       +17 -12    ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
  1.4       +10 -7     ports/irc/ircd-ratbox-devel/files/patch-include_config.h
_______________________________________________
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 Beech Rintoul freebsd_committer freebsd_triage 2008-08-23 20:45:41 UTC
State Changed
From-To: open->closed

Committed, Thanks!