diff options
author | adrianp <adrianp> | 2005-03-26 17:28:29 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-03-26 17:28:29 +0000 |
commit | 7b50402b1bb535b37bba510857a6b6a578f3c8db (patch) | |
tree | dcff9444efc8827aed4deb3ceaf96592894a0d09 /chat | |
parent | c87556b550d0b0e24d1dc832c98412b9a2bd3793 (diff) | |
download | pkgsrc-7b50402b1bb535b37bba510857a6b6a578f3c8db.tar.gz |
- Update ircservices from 5.0.44 -> 5.0.49
2005/03/06 .49 Added Russian language file, courtesy of Alexander Zverev
<tty@inbox.ru>
2005/03/05 Services will now accept multiple PROTOCTL messages from
the Unreal ircd (as implemented in Unreal CVS).
2005/03/04 Added support for +I/+j channel modes in Unreal 3.2.3.
Reported by Kieron Thwaites <ron2k@webmail.co.za>
2005/02/23 .48 Fix careless bug leading to possible crash on exit or rehash.
2005/02/23 .47 Channels no longer expire while an auto-op user is in the
channel; expiration is delayed until the time specified
by CSExpire after the last such user leaves the channel.
Reported by Anton Wolkov <phan70m@gmail.com>
2005/02/23 Added user IP addresses to the OperServ LISTUSER debug
command as well.
2005/02/21 .46 Fixed some warnings during compilation.
2005/02/21 Fixed bug causing modified files to not be recompiled
properly when compiling with GNU make 3.79.
2005/02/20 The OperServ debug command LISTUSERS now includes the IP
address for each user before the user's mode string.
2005/02/19 Added workaround for GCC bugs on PowerPC systems.
2005/01/27 Fixed careless error in "make distclean". Reported by
Stanislav Zahariev <sofit@evronet.tv>
2005/01/21 .45 Added HybServ support to convert-db. Suggested by
Stanislav Zahariev <sofit@evronet.tv>
2005/01/21 convert-db is now recompiled properly if the compilation
options passed to the configure script are changed.
2005/01/13 IRC operators are now properly shown the operator version
of ChanServ HELP LIST. Reported by Kieron Thwaites
<ron2k@webmail.co.za>
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircservices/Makefile | 4 | ||||
-rw-r--r-- | chat/ircservices/PLIST | 3 | ||||
-rw-r--r-- | chat/ircservices/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index b0e439fbbf3..01d0bca3fbd 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/01/19 21:59:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.13 2005/03/26 17:28:29 adrianp Exp $ # -DISTNAME= ircservices-5.0.44 +DISTNAME= ircservices-5.0.49 CATEGORIES= chat MASTER_SITES= ftp://ftp.esper.net/ircservices/ \ ftp://ftp.esper.net/ircservices/old/ \ diff --git a/chat/ircservices/PLIST b/chat/ircservices/PLIST index 4eb386f4237..86a0aabe8c5 100644 --- a/chat/ircservices/PLIST +++ b/chat/ircservices/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/10/02 22:09:46 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/03/26 17:28:29 adrianp Exp $ lib/services/convert-db lib/services/helpfiles/help lib/services/languages/de @@ -11,6 +11,7 @@ lib/services/languages/ja_euc lib/services/languages/ja_sjis lib/services/languages/nl lib/services/languages/pt +lib/services/languages/ru lib/services/languages/tr lib/services/modules/chanserv/access-levels.so lib/services/modules/chanserv/access-xop.so diff --git a/chat/ircservices/distinfo b/chat/ircservices/distinfo index 8b8fed38c06..9f3cb50a1fa 100644 --- a/chat/ircservices/distinfo +++ b/chat/ircservices/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 15:59:12 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/03/26 17:28:29 adrianp Exp $ -SHA1 (ircservices-5.0.44.tar.gz) = c271d1d65a08219be5bd1ef10a16e5a3012adeb5 -RMD160 (ircservices-5.0.44.tar.gz) = 275030f087a39a44abc08a4687cdb64eee508ce0 -Size (ircservices-5.0.44.tar.gz) = 1094426 bytes +SHA1 (ircservices-5.0.49.tar.gz) = 12e5bd9effdc1ae50eab405743e0943493bc0fc5 +RMD160 (ircservices-5.0.49.tar.gz) = 97101794e4d6066f3b25686d5f7b8c504d39f94f +Size (ircservices-5.0.49.tar.gz) = 1147553 bytes SHA1 (patch-aa) = cff60257c4f5ebdfd0af4984008d2677b293029b SHA1 (patch-ab) = a15821c44bd9738080436a3626ec62d96c37db63 SHA1 (patch-ac) = d567871c9cbb05b329247155c55e26e265476b48 |