Bug 125868 - [maintainer-update|patch] irc/ircd-ratbox-devel: update to ratbox-3 beta8
Summary: [maintainer-update|patch] irc/ircd-ratbox-devel: update to ratbox-3 beta8
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-07-22 14:30 UTC by moggie
Modified: 2008-07-24 04:50 UTC (History)
0 users

See Also:


Attachments
ircd-ratbox-devel-3.0.0beta8.diff (5.92 KB, patch)
2008-07-22 14:30 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-07-22 14:30:00 UTC
Updated ircd-ratbox-devel port to latest beta8 testing release of ircd-ratbox-3.0.0.

Port changes:
o Example EFnet configuration file updated for ratbox-3 and re-included in the port install.

Software changes include:
o Some cleanups in the checksplit code.
o Some cleanups in the /trace code.
o Show reasons for failed outbound SSL handshakes to opers.
o Log SSL errors for servers and handshakes in serverlog.
o Make sqlite3 checking more robust.
o Change the resolver to use the code from charybdis instead of adns.
o Fix identd checking so it is no longer broken as in beta7.
o Fix a bug where the ircd could stop reading from the client on the CAP command.
o Add some functions for random number generation for the nossl case in libratbox.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-22 14:30: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-07-24 04:42:48 UTC
beech       2008-07-24 03:42:40 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ratbox-devel Makefile distinfo pkg-plist 
    irc/ircd-ratbox-devel/files patch-doc_example.efnet.conf 
  Log:
  - Update to 3.0.0.b8
  
  Port changes:
  o Example EFnet configuration file updated for ratbox-3 and
    re-included in the port install.
  Software changes include:
  o Some cleanups in the checksplit code.
  o Some cleanups in the /trace code.
  o Show reasons for failed outbound SSL handshakes to opers.
  o Log SSL errors for servers and handshakes in serverlog.
  o Make sqlite3 checking more robust.
  o Change the resolver to use the code from charybdis instead of adns.
  o Fix identd checking so it is no longer broken as in beta7.
  o Fix a bug where the ircd could stop reading from the client on the CAP command.
  o Add some functions for random number generation for the nossl case in libratbox.
  
  PR:             ports/125868
  Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
  
  Revision  Changes    Path
  1.13      +2 -2      ports/irc/ircd-ratbox-devel/Makefile
  1.9       +3 -3      ports/irc/ircd-ratbox-devel/distinfo
  1.5       +85 -0     ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
  1.8       +1 -0      ports/irc/ircd-ratbox-devel/pkg-plist
_______________________________________________
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-07-24 04:43:05 UTC
State Changed
From-To: open->closed

Committed, Thanks!