FreshPorts -- The Place For Ports Mon, 13 Oct 2008 4:02 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
ircd-ratbox-devel 3.0.0.b12 irc on this many watch lists=1 search for ports that depend on this port
Advanced, stable IRC daemon, used widely on EFnet ('testing' release)
Maintained by: moggie@elasticmind.net search for ports maintained by this maintainer
Port Added: 10 Jun 2006 23:41:04
Also Listed In: ipv6


This is a port of the ircd-ratbox IRC daemon.

This version is the 'testing' branch; it usually contains more features,
but may contain as of yet unidentified bugs. Admins wishing to try out new
features or test the development release may prefer to use it over the
standard production release.

ircd-ratbox is the primary ircd used on EFnet; it combines the stability
of an ircd required for a large production network together with a rich
set of features, making it also suitable for use on smaller networks.

Changes Include:
  o Optional SSL support to enable encrypted connections between clients
    and servers, as well as server to server links.
  o Add support for SSL only channels, channel mode +S.
  o Bundled sqlite3 for handling and storing k/x/d lines.
  o Support for global CIDR limits.
  o Added adminwall allowing admins to broadcast messages to each other.
  o Creation of new library archive 'libratbox'.
  o Support for force nick changes.
  o New ssld and bandb processes for SSL connections and ban checking.

WWW: http://www.ircd-ratbox.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8
Required Libraries: databases/sqlite3

To install the port: cd /usr/ports/irc/ircd-ratbox-devel/ && make install clean
To add the package: pkg_add -r ircd-ratbox-devel


Configuration Options
===> The following configuration options are available for ircd-ratbox-devel-3.0.0.b12:
     OPENSSL=on (default) "Enable openssl support"
     IPV6=on (default) "Enable IPv6 support"
     ZIPLINKS=on (default) "Enable ziplinks support"
     SHARED_MODULES=on (default) "Enable shared modules support"
     ASSERT=off (default) "Enable debugging code"
     SMALL_NET=off (default) "Tune server for small networks"
     SERVICES=off (default) "Enable ratbox-services compatibility code"
     SSLONLY=off (default) "Enable SSL only chan' support (chanmode +S)"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/
ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/
http://www.ircd-ratbox.org/download/testing/
ftp://ftp.parodius.com/pub/ircd-ratbox/testing/old/
http://www.ircd-ratbox.org/download/testing/old/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-06-24
    Affects: users of irc/ircd-ratbox-devel
    Author: Beech Rintoul <beech@FreeBSD.org>
    Reason: 
      Upgrading between different beta releases can cause problems when
      changes to the ban database schema have occurred.  The 'bantool'
      utility now comes with a -u switch that will check and update the
      ban database as necessary.
    
      Issuing 'bantool -u' is required when upgrading between beta releases
      and must not be done while the ircd is running.
    
    

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Sep 2008 16:10:25
Original commit files touched by this commit  3.0.0.b12
wxs search for other commits by this committer
Update to 3.0.0beta12

Submitted by:   Lewis <moggie@elasticmind.net> (maintainer) via private mail
23 Aug 2008 20:45:03
Original commit files touched by this commit  3.0.0.b11
beech search for other commits by this committer
- 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)
16 Aug 2008 23:34:40
Original commit files touched by this commit  3.0.0.b10
beech search for other commits by this committer
- 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)
24 Jul 2008 04:42:40
Original commit files touched by this commit  3.0.0.b8
beech search for other commits by this committer
- 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)
03 Jul 2008 00:36:37
Original commit files touched by this commit  3.0.0.b7
beech search for other commits by this committer
- Update to 3.0.0.b7

Changes:
o sqlite3 dependency restored.
o Added support for services' ircd-shortcut commands make options.
o Added dependency on PERL for generation of ircd-shortcut modules.
o The example EFNet configuration file is not helpful because it has not been
updated
for ratbox-3. It therefore is not installed as standard by this port version,
but should
be back in the next update.

Software changes include:
o Change -lock klines and friends to now use the ADMINKLINE etc commands.
o Change to only support TS6.
o Fix remote kline reasons.
o Have sqlite3 checking use pkg-config when possible.
o Move identd checking back into the ircd, this seems to have been more
problematic than what it was worth.
o Add experimental gnutls support - note that CHALLENGE does not work when using
just gnutls.
o Some helpfile cleanups and additions.
o Fix compile error when zlib is not found.
o Remove some restrictions on k/d/x/resv reasons that are no longer needed.

PR:             ports/125106
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
25 Jun 2008 07:18:52
Original commit files touched by this commit  3.0.0.b5
beech search for other commits by this committer
- Update ircd-ratbox-devel port to latest beta testing release of
ircd-ratbox-3.0.0
- sqlite3 dependancy temporarily removed due to sqlite3 detection problem.
- Add USE_LDCONFIG to register shared libs.

Changes include:
- Add admin only -lock klines, doing KLINE -lock will allow admins to add klines
  that normal opers cannot remove.
- Modify bantool to have a -u option that updates the database schema if
upgrading
  from previous betas, this needs to be run to support the -lock kline changes.
- Fix cidr klines so they work again.
- Update included sqlite3 to the latest revision.
- Allow kline/unkline of a bare host or address, this gets treated as *@host.
- Report when an invalid kline is passed, instead of silently ignoring.

PR:             ports/124799
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
23 Apr 2008 05:07:11
Original commit files touched by this commit  3.0.0.b2
beech search for other commits by this committer
- Update ircd-ratbox-devel port to latest beta testing release of
ircd-ratbox-3.0.0, added sqlite3 as
  dependancy, updated rc.d script to add 'conftest' option.

Changes include:
o Optional SSL support to enable encrypted connections between clients
and servers, as well as server to server links.
o Add support for SSL only channels, channel mode +S.
o Bundled sqlite3 for handling and storing k/x/d lines.
o Support for global CIDR limits.
o Added adminwall allowing admins to broadcast messages to each other.
o Creation of new library archive 'libratbox'.
o Support for force nick changes.
o New ssld and bandb processes for SSL connections and ban checking.

PR:             ports/122994
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
27 Oct 2007 23:15:01
Original commit files touched by this commit  2.2.6_1
miwi search for other commits by this committer
- Fixed CONFLICTS
- Tidy-up
- Improve config handling.

PR:             117549
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
29 Sep 2007 00:40:50
Original commit files touched by this commit  2.2.6
shaun search for other commits by this committer
Put back in the -devel's pkg-descr and comment line to differentiate
the two ports.
29 Sep 2007 00:34:40
Original commit files touched by this commit  2.2.6
shaun search for other commits by this committer
Transfer maintainership.
29 Sep 2007 00:10:59
Original commit files touched by this commit  2.2.6
edwin search for other commits by this committer
Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@
05 Aug 2006 15:39:53
Original commit files touched by this commit  2.2.3
shaun search for other commits by this committer
- Update ircd-ratbox and ircd-ratbox-devel. They are now both at the
  same version.
- Enable IPv6 by default in both ports.
19 Jun 2006 21:06:59
Original commit files touched by this commit  2.2.2
shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
10 Jun 2006 23:38:33
Original commit files touched by this commit  2.2.2
itetcu search for other commits by this committer
Update to 2.2.2

PR:             ports/97667
Submitted by:   Shaun Amott <shaun@inerd.com> (maintainer)
Approved by:    lawrance (mentor, implicit)

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19305
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 12
new 48 hours22
new 7 days43
new fortnight79
new month137

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.178 seconds.