diff options
author | adrianp <adrianp> | 2008-04-01 19:24:49 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-04-01 19:24:49 +0000 |
commit | 80e82a4bd5ae28adfdf5b5ab46702c91b96306ce (patch) | |
tree | bf637b7fbd95efe0b271b8d9c574b106d8375967 /chat | |
parent | 751df6917f72bde6560c006b4f9fce6d66d48642 (diff) | |
download | pkgsrc-80e82a4bd5ae28adfdf5b5ab46702c91b96306ce.tar.gz |
Update to 1.1.18
This is a HIGHLY RECOMMENDED release. You SHOULD upgrade to it ASAP as it contains security fixes.
Major changes:
* dccallow: fix incorrect api usage
* mysql: fix race condition (crash) on unload
* core: LoopCall fix that fixes modules which call it in a command handler so that spanningtree doesnt break (useful for third party module authors only)
* snomasks: Accidentally hidden quits is fixed (it wasn't me, I swear --w00t)
* ssl: Reworded prompts in configure
* invisible: Fix multiple +Q and -Q notices (harmless)
* configreader: Better checking of newline values
* swhois: Don't desync when setting a title on an already-titled user.
* new module: m_ldapauth
Diffstat (limited to 'chat')
-rw-r--r-- | chat/inspircd/Makefile | 4 | ||||
-rw-r--r-- | chat/inspircd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/inspircd/Makefile b/chat/inspircd/Makefile index d4521ecf18e..48a36a203c4 100644 --- a/chat/inspircd/Makefile +++ b/chat/inspircd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/02/21 19:44:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2008/04/01 19:24:49 adrianp Exp $ # -DISTNAME= InspIRCd-1.1.17 +DISTNAME= InspIRCd-1.1.18 PKGNAME= ${DISTNAME:S/InspIRCd/inspircd/} CATEGORIES= chat MASTER_SITES= http://www.inspircd.org/downloads/ diff --git a/chat/inspircd/distinfo b/chat/inspircd/distinfo index 5493e461ce9..c5440d5e20d 100644 --- a/chat/inspircd/distinfo +++ b/chat/inspircd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2008/02/21 19:44:19 adrianp Exp $ +$NetBSD: distinfo,v 1.10 2008/04/01 19:24:49 adrianp Exp $ -SHA1 (InspIRCd-1.1.17.tar.bz2) = 93c59e5779290b3e7db1fae84fed18bee736cf41 -RMD160 (InspIRCd-1.1.17.tar.bz2) = 5a10da1e611420aa84ec0ff5511e0054d9a69399 -Size (InspIRCd-1.1.17.tar.bz2) = 503514 bytes +SHA1 (InspIRCd-1.1.18.tar.bz2) = 58a2ddf3a698986fd4627e6363fcd72d11966a18 +RMD160 (InspIRCd-1.1.18.tar.bz2) = 4fea7c5ce0c919f28c9cdf9fcdb160a9b131a151 +Size (InspIRCd-1.1.18.tar.bz2) = 505333 bytes SHA1 (patch-aa) = d62675b6ace79ba5c0c0c4db2b4f9454346170c3 SHA1 (patch-ab) = 683344dc906be076aaed688924bfad4e4aabe508 SHA1 (patch-ac) = 36974411a7aeb96c08be8b38c1a0c3e208416590 |