Bug 126539 - [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta10
Summary: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta10
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-14 22:00 UTC by moggie
Modified: 2008-08-16 23:40 UTC (History)
0 users

See Also:


Attachments
ircd-ratbox-devel-3.0.0beta10.diff (1.13 KB, patch)
2008-08-14 22:00 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-14 22:00:05 UTC
Updated ircd-ratbox-devel port to beta10 testing release of ircd-ratbox-3.0.0.

Software changes include:
o Fix a case a passing a NULL to match().
o Properly fix a crash in the block heap garbage collection code.
o Fix a hang with the resolver using epoll.
o Add dns source port randomization.
o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver binds to.
o Make /stats A work again.
o Cleanup some remains of the old ident helper.
o Work around a core dump in libratbox with accepting sockets that appear to be open in the fd hash and log this condition.
o Fix a buffer overrun in the arc4random code when there is no SSL library.
o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS accessing long long variables that were allocated via the block allocator.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-14 22:00:15 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-16 23:34:48 UTC
beech       2008-08-16 22:34:40 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ratbox-devel Makefile distinfo 
  Log:
  - Software changes include:
  o Fix a case a passing a NULL to match().
  o Properly fix a crash in the block heap garbage collection code.
  o Fix a hang with the resolver using epoll.
  o Add dns source port randomization.
  o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver
    binds to.
  o Make /stats A work again.
  o Cleanup some remains of the old ident helper.
  o Work around a core dump in libratbox with accepting sockets that appear to be
    open in the fd hash and log this condition.
  o Fix a buffer overrun in the arc4random code when there is no SSL library.
  o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS
    accessing long long variables that were allocated via the block allocator
  
  PR:             ports/126539
  Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
  
  Revision  Changes    Path
  1.14      +1 -1      ports/irc/ircd-ratbox-devel/Makefile
  1.10      +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 Beech Rintoul freebsd_committer freebsd_triage 2008-08-16 23:35:32 UTC
State Changed
From-To: open->closed

Committed, Thanks!