Bug 122994 - [maintainer-update|patch] irc/ircd-ratbox-devel: New beta test version of ratbox3
Summary: [maintainer-update|patch] irc/ircd-ratbox-devel: New beta test version of rat...
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-04-22 20:20 UTC by Lewis
Modified: 2008-04-23 05:10 UTC (History)
0 users

See Also:


Attachments
ircd-ratbox-devel-3.0.0beta2.diff (74.48 KB, patch)
2008-04-22 20:20 UTC, Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis 2008-04-22 20:20:01 UTC
Updated 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-22 20:20:30 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-22 20:20:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-22 20:20:35 UTC
Maintainer of irc/ircd-ratbox-devel,

Please note that PR ports/122994 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/122994

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-22 20:20:36 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 moggie 2008-04-22 20:31:50 UTC
Hi,

Please accept this message as approval for the submitted patch to be 
committed.

With thanks,
Lewis.

Edwin Groothuis wrote:
> Maintainer of irc/ircd-ratbox-devel,
>
> Please note that PR ports/122994 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/122994
>
>
Comment 6 Beech Rintoul freebsd_committer freebsd_triage 2008-04-22 23:05:53 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-04-23 05:07:19 UTC
beech       2008-04-23 04:07:11 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ratbox-devel Makefile distinfo pkg-descr pkg-plist 
    irc/ircd-ratbox-devel/files ircd-ratbox.sh.in 
                                patch-Makefile.in 
                                patch-contrib_Makefile.in 
                                patch-doc_Makefile.in 
                                patch-doc_example.conf 
                                patch-doc_example.efnet.conf 
                                patch-help_Makefile.in 
                                patch-include_config.h 
                                patch-modules_Makefile.in 
                                patch-tools_Makefile.in 
                                pkg-install.in pkg-message.in 
  Added files:
    irc/ircd-ratbox-devel/files patch-Makefile.am 
                                patch-contrib_Makefile.am 
                                patch-libltdl_Makefile.am 
                                patch-libltdl_aclocal.m4 
                                patch-libltdl_configure 
                                patch-modules_Makefile.am 
                                patch-tools_Makefile.am 
  Removed files:
    irc/ircd-ratbox-devel/files patch-servlink_Makefile.in 
                                patch-src_Makefile.in 
  Log:
  - 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)
  
  Revision  Changes    Path
  1.10      +29 -31    ports/irc/ircd-ratbox-devel/Makefile
  1.6       +3 -3      ports/irc/ircd-ratbox-devel/distinfo
  1.2       +9 -0      ports/irc/ircd-ratbox-devel/files/ircd-ratbox.sh.in
  1.1       +18 -0     ports/irc/ircd-ratbox-devel/files/patch-Makefile.am (new)
  1.2       +171 -11   ports/irc/ircd-ratbox-devel/files/patch-Makefile.in
  1.1       +10 -0     ports/irc/ircd-ratbox-devel/files/patch-contrib_Makefile.am (new)
  1.2       +36 -11    ports/irc/ircd-ratbox-devel/files/patch-contrib_Makefile.in
  1.2       +5 -12     ports/irc/ircd-ratbox-devel/files/patch-doc_Makefile.in
  1.3       +25 -8     ports/irc/ircd-ratbox-devel/files/patch-doc_example.conf
  1.3       +9 -9      ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
  1.2       +2 -2      ports/irc/ircd-ratbox-devel/files/patch-help_Makefile.in
  1.2       +10 -7     ports/irc/ircd-ratbox-devel/files/patch-include_config.h
  1.1       +17 -0     ports/irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am (new)
  1.1       +109 -0    ports/irc/ircd-ratbox-devel/files/patch-libltdl_aclocal.m4 (new)
  1.1       +41 -0     ports/irc/ircd-ratbox-devel/files/patch-libltdl_configure (new)
  1.1       +20 -0     ports/irc/ircd-ratbox-devel/files/patch-modules_Makefile.am (new)
  1.2       +179 -15   ports/irc/ircd-ratbox-devel/files/patch-modules_Makefile.in
  1.2       +0 -12     ports/irc/ircd-ratbox-devel/files/patch-servlink_Makefile.in (dead)
  1.2       +0 -12     ports/irc/ircd-ratbox-devel/files/patch-src_Makefile.in (dead)
  1.1       +11 -0     ports/irc/ircd-ratbox-devel/files/patch-tools_Makefile.am (new)
  1.2       +140 -12   ports/irc/ircd-ratbox-devel/files/patch-tools_Makefile.in
  1.2       +9 -4      ports/irc/ircd-ratbox-devel/files/pkg-install.in
  1.4       +6 -1      ports/irc/ircd-ratbox-devel/files/pkg-message.in
  1.5       +15 -3     ports/irc/ircd-ratbox-devel/pkg-descr
  1.5       +97 -95    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 8 Beech Rintoul freebsd_committer freebsd_triage 2008-04-23 05:07:43 UTC
State Changed
From-To: open->closed

Committed (with minor changes), Thanks!