mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 3.0.2.
- Fix up pkg-descr. Submitted by: Lewis <moggie@elasticmind.net> (maintainer, via IRC)
This commit is contained in:
parent
bc7a565326
commit
92a52cbdb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231485
@ -7,7 +7,7 @@
|
||||
# ex: ts=8
|
||||
|
||||
PORTNAME= ircd-ratbox
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 3.0.2
|
||||
CATEGORIES= irc ipv6
|
||||
MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \
|
||||
ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ircd-ratbox-3.0.1.tar.bz2) = e866c51270f77ef7906b7437eb234a34
|
||||
SHA256 (ircd-ratbox-3.0.1.tar.bz2) = 6e7102d6e1b4a6363bb28feb0cf25784cfe722de089a3f8ac1047a4c0e9e4c95
|
||||
SIZE (ircd-ratbox-3.0.1.tar.bz2) = 1958864
|
||||
MD5 (ircd-ratbox-3.0.2.tar.bz2) = 277c952ed96cbd8e1c11a813e64b7eed
|
||||
SHA256 (ircd-ratbox-3.0.2.tar.bz2) = d2f5b93f59ad46d483e646bf0bac3bcb69b14b4ad21ff9e20b1f76060b288067
|
||||
SIZE (ircd-ratbox-3.0.2.tar.bz2) = 1974438
|
||||
|
@ -13,11 +13,12 @@ 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 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.
|
||||
o Support for forced nick changes (instead of collision kills).
|
||||
o New ssld and bandb processes for SSL connections and ban checking;
|
||||
these allow ratbox-3 to make better use of multi-processor systems.
|
||||
|
||||
WWW: http://www.ircd-ratbox.org/
|
||||
|
@ -187,6 +187,7 @@ lib/ircd-ratbox/modules/autoload/m_testmask.so
|
||||
lib/ircd-ratbox/modules/autoload/m_time.so
|
||||
lib/ircd-ratbox/modules/autoload/m_topic.so
|
||||
lib/ircd-ratbox/modules/autoload/m_trace.so
|
||||
lib/ircd-ratbox/modules/autoload/m_gungline.so
|
||||
lib/ircd-ratbox/modules/autoload/m_unreject.so
|
||||
lib/ircd-ratbox/modules/autoload/m_user.so
|
||||
lib/ircd-ratbox/modules/autoload/m_userhost.so
|
||||
|
Loading…
Reference in New Issue
Block a user