diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-19 21:59:24 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-19 21:59:24 +0000 |
commit | 721b5dcd13290f8227893f48128aebce88367172 (patch) | |
tree | 824153589b02726494b14ec6d8d8ee805adeae6f | |
parent | 1af5e6567a3fb205066a9ec895b83a06d90a9b05 (diff) | |
download | pkgsrc-721b5dcd13290f8227893f48128aebce88367172.tar.gz |
- Update to 5.0.44
2004/12/13 .44 Fixed a careless error in the va_copy workaround.
2004/12/02 .43 Added workaround for va_copy with obsolete compilers.
Reported by <us44ever (at) hotmail.com>
2004/12/02 Added support for SGlines on Unreal. Reported by Dionisios
K. <vonitsa_net (at) yahoo.gr>
2004/12/02 Fixed "unknown message" on Unreal SWHOIS. Reported by
Anton Wolkov <phan70m (at) gmail.com>
2004/11/22 Fixed URLs in the documentation to point to the new website.
2004/11/22 .42 The mail/smtp module now allows multiple RelayHost
configuration directives for backup relay servers.
Suggested by Torbjorn Svennson <azoff (at) se.linux.org>
2004/11/22 Fixed extraneous "Unknown message" log messages on Unreal.
Reported by Ali Sor <alisor (at) softhome.net>
2004/10/29 Clarified "please change your nick" message text.
Suggested by Dylan v.d Merwe <dylanvdm (at) icon.co.za>
2004/10/25 Fixed crash when using the Japanese language file with the
OperServ SLINE COUNT command.
2004/10/19 Fixed bug allowing StatServ and global noticer nicknames to
be registered/linked. Reported by M. van Cuijk
<mark (at) phedny.net>
2004/10/14 Fixed various bugs and warnings when compiling on x86-64.
Reported by <liverbugg (at) rinux.org>
2004/10/14 Added workaround for GNU coreutils (>=5.2) brokenness.
2004/10/13 SET MLOCK no longer allows locking +K without +i on Unreal.
Reported by <help (at) thaiirc.in.th>
2004/10/13 Fixed cosmetic bug in MemoServ IGNORE. Reported by
<saman (at) ttnet.net.tr>
2004/10/11 Fixed disconnect on incoming data flood. Reported by
<ballsy (at) mystical.net>
2004/10/03 Updated the README file for the current manual structure.
-rw-r--r-- | chat/ircservices/Makefile | 11 | ||||
-rw-r--r-- | chat/ircservices/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index 18fd079e0ad..b0e439fbbf3 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2004/12/28 02:47:41 reed Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/19 21:59:24 adrianp Exp $ # -DISTNAME= ircservices-5.0.41 -PKGREVISION= 1 +DISTNAME= ircservices-5.0.44 CATEGORIES= chat MASTER_SITES= ftp://ftp.esper.net/ircservices/ \ - ftp://ftp.esper.net/ircservices/old/ + ftp://ftp.esper.net/ircservices/old/ \ + http://www.ircservices.esper.net/download/ \ + ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ MAINTAINER= virtus@wanadoo.nl -HOMEPAGE= http://www.ircservices.za.net/ +HOMEPAGE= http://www.ircservices.esper.net/ COMMENT= Services for IRC networks HAS_CONFIGURE= YES diff --git a/chat/ircservices/distinfo b/chat/ircservices/distinfo index ea7dd6f83ae..655df4cafda 100644 --- a/chat/ircservices/distinfo +++ b/chat/ircservices/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2004/10/04 15:06:34 wiz Exp $ +$NetBSD: distinfo,v 1.5 2005/01/19 21:59:24 adrianp Exp $ -SHA1 (ircservices-5.0.41.tar.gz) = 19e8f3d5ec71f32747ad8b374f27c4e9bfdc8afa -Size (ircservices-5.0.41.tar.gz) = 1092408 bytes +SHA1 (ircservices-5.0.44.tar.gz) = c271d1d65a08219be5bd1ef10a16e5a3012adeb5 +Size (ircservices-5.0.44.tar.gz) = 1094426 bytes SHA1 (patch-aa) = cff60257c4f5ebdfd0af4984008d2677b293029b SHA1 (patch-ab) = a15821c44bd9738080436a3626ec62d96c37db63 SHA1 (patch-ac) = d567871c9cbb05b329247155c55e26e265476b48 |