From fb2386f0b7bbcb07421f714cec6fe1f47e3695e8 Mon Sep 17 00:00:00 2001 From: adrianp Date: Fri, 5 Dec 2008 14:04:52 +0000 Subject: Update to 1.1.22 Don't build the core as lots of shared objects, but instead do it properly. Remove server name prefix from kill messages, low-priority cosmetic fix. Change rm to force removal for configureclean target, obsoletes debian patch. Don't attempt to modify permissions on config file, obsoletes debian patch. Fix gnutls detection, wrong var was set, thanks SnoFox Backport 8a7abaf: don't check permission to +Q if not a local user, fixes bug #619 Add alias for ALIS, closes bug #632. Fix duplicated umode, closes bug #631 Backport r10791, m_watch was deleting the wrong user's watcher list Fix an uninitialised variable in ConfigReader::GetError() Backport leak on /rehash fix. Backport race condition fixes. Fix: Port was never read in for connect tags, patch from Szymek - thanks! Fix a low risk race condition which could result in crashes, spotted by Szymek - big thanks! Backport: Watch visibility test was working the wrong way. Patch from Darom. Numerous fixes for m_dccallow - only the first banfile tag mattered, improper behavior with no banfile tags, incorrect check for adding yourself to the dccallow list, and several cosmetic issues. Backport leak fix on helpop config reading, thanks Macgyver. Fix for bug #614 reported by jdhore, thanks. NOTE: The numerics for /MODULES have been changed in 1.1 to match those in 1.2, now 703 and 704. This is required because conspire seems to want to interpret the old numeric for sasl even if sasl isnt available (numeric 900) Fix for bug #604 reported by Phoenix, thanks Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and zlines on IPs affecting cgiirc users. Thanks to Saz|Laptop Backport r10602: potentially unsafe comparison in SSL Fix for bug #610 reported by ankit Backport r10517: Fix KILL server-notice duplication backport r10054 from trunk. fixes output corruption if ports fail to bind. --- chat/inspircd/Makefile | 4 ++-- chat/inspircd/PLIST | 24 +----------------------- chat/inspircd/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 29 deletions(-) (limited to 'chat/inspircd') diff --git a/chat/inspircd/Makefile b/chat/inspircd/Makefile index bb93766b03c..020e8487970 100644 --- a/chat/inspircd/Makefile +++ b/chat/inspircd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2008/10/25 16:12:36 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2008/12/05 14:04:52 adrianp Exp $ # -DISTNAME= InspIRCd-1.1.21 +DISTNAME= InspIRCd-1.1.22 PKGNAME= ${DISTNAME:S/InspIRCd/inspircd/} CATEGORIES= chat MASTER_SITES= http://www.inspircd.org/downloads/ diff --git a/chat/inspircd/PLIST b/chat/inspircd/PLIST index 94b6098e979..9482caaf467 100644 --- a/chat/inspircd/PLIST +++ b/chat/inspircd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2008/05/05 15:32:12 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/12/05 14:04:52 adrianp Exp $ bin/inspircd lib/inspircd/cmd_admin.so lib/inspircd/cmd_away.so @@ -55,28 +55,6 @@ lib/inspircd/cmd_who.so lib/inspircd/cmd_whois.so lib/inspircd/cmd_whowas.so lib/inspircd/cmd_zline.so -lib/inspircd/libIRCDasyncdns.so -lib/inspircd/libIRCDbase.so -lib/inspircd/libIRCDchannels.so -lib/inspircd/libIRCDcommand_parse.so -lib/inspircd/libIRCDcommands.so -lib/inspircd/libIRCDconfigreader.so -lib/inspircd/libIRCDcull_list.so -lib/inspircd/libIRCDdynamic.so -lib/inspircd/libIRCDhash.so -lib/inspircd/libIRCDhelper.so -lib/inspircd/libIRCDinspsocket.so -lib/inspircd/libIRCDmode.so -lib/inspircd/libIRCDmodules.so -lib/inspircd/libIRCDsnomasks.so -lib/inspircd/libIRCDsocket.so -lib/inspircd/libIRCDsocketengine.so -lib/inspircd/libIRCDstring.so -lib/inspircd/libIRCDtimer.so -lib/inspircd/libIRCDuserprocess.so -lib/inspircd/libIRCDusers.so -lib/inspircd/libIRCDwildcard.so -lib/inspircd/libIRCDxline.so share/examples/inspircd/aliases/anope.conf.example share/examples/inspircd/aliases/atheme.conf.example share/examples/inspircd/aliases/ircservices.conf.example diff --git a/chat/inspircd/distinfo b/chat/inspircd/distinfo index 2f2a74c2774..03ee5c6b819 100644 --- a/chat/inspircd/distinfo +++ b/chat/inspircd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2008/09/02 21:09:11 adrianp Exp $ +$NetBSD: distinfo,v 1.15 2008/12/05 14:04:52 adrianp Exp $ -SHA1 (InspIRCd-1.1.21.tar.bz2) = 32b8cc1962f39c378fd28c39e5c22ecfeea88c57 -RMD160 (InspIRCd-1.1.21.tar.bz2) = f7875216f8893352f4192f174c39df10b7e6a5f3 -Size (InspIRCd-1.1.21.tar.bz2) = 508933 bytes +SHA1 (InspIRCd-1.1.22.tar.bz2) = 50202f0d8f8274a42a24e4e01607af3c21ee48d7 +RMD160 (InspIRCd-1.1.22.tar.bz2) = 5dcbcffac4b6149e50925846b3b385ad8789126c +Size (InspIRCd-1.1.22.tar.bz2) = 504550 bytes SHA1 (patch-aa) = d62675b6ace79ba5c0c0c4db2b4f9454346170c3 SHA1 (patch-ab) = 683344dc906be076aaed688924bfad4e4aabe508 SHA1 (patch-ac) = 266c8d6015923d890748d4157f7e5aff87da5df1 -- cgit v1.2.3