Bug 127925 - [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 RC2
Summary: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 RC2
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-10-07 16:00 UTC by moggie
Modified: 2008-10-18 06:00 UTC (History)
0 users

See Also:


Attachments
ircd-ratbox-devel-3.0.0rc2.diff (2.80 KB, patch)
2008-10-07 16: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-10-07 16:00:12 UTC
Updated ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0.

Software changes include: ircd-ratbox-3.0.0rc2
o Log ERROR commands to file regardless of hide_error_messages setting.
o Restrict JOIN 0 to only allow 0 by itself, no multiple zeros or zeros before or after commas.
o Honor -logfile command line option.
o Fix timerfd_create check.

Updates in: ircd-ratbox-3.0.0rc1
o Fix a bug in comment parsing in the config file.
o Have bandb honor -basedir option.
o Fix ssld to work on win32 should you ever desire such a thing and a few other minor win32 fixes.
o Fix up a few things so that the source code builds with gcc -pedantic.
o Do not abort configure if the AC_CHECK_SQLITE3 check fails.
o Drop configure option for ssl only channels, this is now controlled by a channel {} use_sslonly option.
o Attempt to override FD_SETSIZE when using select, and if this cannot be overriden, lower maxconnections.
o Fix signalfd code on 32bit platforms.
o Add support for timerfd_create event handling on linux systems with new enough kernels and glibc.
o Fix our fake rb_sockaddr_storage so that it actually compiles.
o Add some work arounds to avoid OPENSSL_applink on some platforms.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-07 16:00:25 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-10-18 05:51:21 UTC
beech       2008-10-18 04:51:08 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ratbox-devel Makefile distinfo 
    irc/ircd-ratbox-devel/files pkg-message.in 
  Log:
  - Update ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0.
  
  - Software changes include: ircd-ratbox-3.0.0rc2
  o Log ERROR commands to file regardless of hide_error_messages setting.
  o Restrict JOIN 0 to only allow 0 by itself, no multiple zeros or zeros before or after commas.
  o Honor -logfile command line option.
  o Fix timerfd_create check.
  
  - Updates in: ircd-ratbox-3.0.0rc1
  o Fix a bug in comment parsing in the config file.
  o Have bandb honor -basedir option.
  o Fix ssld to work on win32 should you ever desire such a thing and a few other minor win32 fixes.
  o Fix up a few things so that the source code builds with gcc -pedantic.
  o Do not abort configure if the AC_CHECK_SQLITE3 check fails.
  o Drop configure option for ssl only channels, this is now controlled by a channel {} use_sslonly option.
  o Attempt to override FD_SETSIZE when using select, and if this cannot be overriden, lower maxconnections.
  o Fix signalfd code on 32bit platforms.
  o Add support for timerfd_create event handling on linux systems with new enough kernels and glibc.
  o Fix our fake rb_sockaddr_storage so that it actually compiles.
  o Add some work arounds to avoid OPENSSL_applink on some platforms.
  
  PR:             ports/127925
  Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
  
  Revision  Changes    Path
  1.17      +2 -7      ports/irc/ircd-ratbox-devel/Makefile
  1.13      +3 -3      ports/irc/ircd-ratbox-devel/distinfo
  1.8       +5 -1      ports/irc/ircd-ratbox-devel/files/pkg-message.in
_______________________________________________
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-10-18 05:55:06 UTC
State Changed
From-To: open->closed

Committed, Thanks!