diff options
author | adrianp <adrianp> | 2006-08-11 16:53:39 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-08-11 16:53:39 +0000 |
commit | 72a0ad36b1028af67ebb37e6f14d5a62f87028e3 (patch) | |
tree | 3cd4da667377ac76321c82b7579502d1c2aa5345 /chat/ircd-hybrid | |
parent | 2336c3067065c6fbf11855be3c65761405d18e11 (diff) | |
download | pkgsrc-72a0ad36b1028af67ebb37e6f14d5a62f87028e3.tar.gz |
Update to 7.2.2
> -- ircd-hybrid-7.2.2 RELNOTES
> o) Added channel::disable_fake_channels config directive
> o) Fixed broken FORCEJOIN (contrib)
> o) Added missing documentation for connect::vhost
> o) Fixed problem with G-Line voting
> o) Fixed "STATS ?" so it doesn't report negative traffic statistics
> o) Fixed core in m_mkpasswd.c (contrib)
> o) Reduced memory usage for channel members
> o) Added general::stats_e_disabled which simply disables "STATS e"
> for other operators and administrators
> o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured
> file size limits
> o) Slight optimizations to the block allocator
> o) Fixed harmless bug that could result in incorrect bytes sent statistics
> in "STATS t"
> o) "STATS y|Y" now shows whether a class is active or disabled
> o) Added ircd-brazilian_pt.lang language file
> o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is
> changing between equivalent nicknames like 'nick' and 'NiCk'.
> o) Minor resolv.conf parser fixes. Added missing support for ';' comments
> o) Fixed core on MODRESTART
Diffstat (limited to 'chat/ircd-hybrid')
-rw-r--r-- | chat/ircd-hybrid/Makefile | 4 | ||||
-rw-r--r-- | chat/ircd-hybrid/PLIST | 3 | ||||
-rw-r--r-- | chat/ircd-hybrid/distinfo | 14 | ||||
-rw-r--r-- | chat/ircd-hybrid/patches/patch-ab | 10 | ||||
-rw-r--r-- | chat/ircd-hybrid/patches/patch-ac | 28 | ||||
-rw-r--r-- | chat/ircd-hybrid/patches/patch-ad | 20 |
6 files changed, 39 insertions, 40 deletions
diff --git a/chat/ircd-hybrid/Makefile b/chat/ircd-hybrid/Makefile index 91bea7aaed4..18ee386d9c7 100644 --- a/chat/ircd-hybrid/Makefile +++ b/chat/ircd-hybrid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2006/06/06 13:04:55 adrianp Exp $ +# $NetBSD: Makefile,v 1.32 2006/08/11 16:53:39 adrianp Exp $ -DISTNAME= ircd-hybrid-7.2.1 +DISTNAME= ircd-hybrid-7.2.2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/} EXTRACT_SUFX= .tgz diff --git a/chat/ircd-hybrid/PLIST b/chat/ircd-hybrid/PLIST index dc9a5a9777c..98e2e0eba80 100644 --- a/chat/ircd-hybrid/PLIST +++ b/chat/ircd-hybrid/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/06/06 13:04:55 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/08/11 16:53:39 adrianp Exp $ bin/encspeed bin/ircd bin/ircd-hybrid-mkpasswd @@ -253,6 +253,7 @@ share/ircd-hybrid/help/users/whois share/ircd-hybrid/help/users/whowas share/ircd-hybrid/messages/ayb.lang share/ircd-hybrid/messages/custom.lang +share/ircd-hybrid/messages/ircd-brazilian_pt.lang share/ircd-hybrid/messages/ircd-croatian.lang share/ircd-hybrid/messages/ircd-danish.lang share/ircd-hybrid/messages/ircd-dutch.lang diff --git a/chat/ircd-hybrid/distinfo b/chat/ircd-hybrid/distinfo index b4c632ed011..8dcdd540460 100644 --- a/chat/ircd-hybrid/distinfo +++ b/chat/ircd-hybrid/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.7 2006/06/06 13:04:55 adrianp Exp $ +$NetBSD: distinfo,v 1.8 2006/08/11 16:53:39 adrianp Exp $ -SHA1 (ircd-hybrid-7.2.1.tgz) = c5683c1fac984d210a79a8742e9c2ef31a249db8 -RMD160 (ircd-hybrid-7.2.1.tgz) = c8f859f7e6e956c6d738641b1993423212fbd377 -Size (ircd-hybrid-7.2.1.tgz) = 1013005 bytes +SHA1 (ircd-hybrid-7.2.2.tgz) = d7c7711be9376ae48704b52d41b0934520192242 +RMD160 (ircd-hybrid-7.2.2.tgz) = b2b88a480ca08c108d967af5ca586bddf36a65ff +Size (ircd-hybrid-7.2.2.tgz) = 1025448 bytes SHA1 (patch-aa) = 5ffdd9e30835e026ac900b1d83469c205b9d1bac -SHA1 (patch-ab) = da98233fe21eb7054f6f9011f6dfbe2db04be0d5 -SHA1 (patch-ac) = ae725440d32bcf24e09ef368ef5e0fc0f236bf8a -SHA1 (patch-ad) = 7ed782cb6df7586223201847e2cbed56a882154c +SHA1 (patch-ab) = fde28c63ac049475ce1c4035958d430ac3b6934c +SHA1 (patch-ac) = 87743d37e0d0fc56097852ddfb7b4e0ccdc4eb73 +SHA1 (patch-ad) = 04cb6e2339f2ac0be734510a9040985a3d57ba54 SHA1 (patch-ae) = 888cfb10f3637daac29f7e9a71865a5d2ed93024 diff --git a/chat/ircd-hybrid/patches/patch-ab b/chat/ircd-hybrid/patches/patch-ab index b418b304e16..839cb11023e 100644 --- a/chat/ircd-hybrid/patches/patch-ab +++ b/chat/ircd-hybrid/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.3 2006/01/03 13:09:25 adrianp Exp $ +$NetBSD: patch-ab,v 1.4 2006/08/11 16:53:39 adrianp Exp $ ---- modules/Makefile.in.orig 2005-12-22 00:02:58.000000000 +0000 +--- modules/Makefile.in.orig 2006-07-17 07:31:35.000000000 +0100 +++ modules/Makefile.in -@@ -23,7 +23,7 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS) - +@@ -24,7 +24,7 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS) prefix = $(DESTDIR)@prefix@ + datarootdir = $(DESTDIR)@datarootdir@ # Change this later! -- adrian -moduledir = ${prefix}/modules +moduledir = ${prefix}/lib/ircd-hybrid/modules automoduledir = ${moduledir}/autoload INCLUDES = -I../include -I../lib/pcre $(SSL_INCLUDES) -@@ -133,16 +133,6 @@ libmodules.a: $(S_OBJS) +@@ -135,16 +135,6 @@ libmodules.a: $(S_OBJS) install-mkdirs: mkdir -p $(prefix) diff --git a/chat/ircd-hybrid/patches/patch-ac b/chat/ircd-hybrid/patches/patch-ac index e448573f340..19eda1ce94b 100644 --- a/chat/ircd-hybrid/patches/patch-ac +++ b/chat/ircd-hybrid/patches/patch-ac @@ -1,30 +1,28 @@ -$NetBSD: patch-ac,v 1.4 2006/01/10 22:26:32 adrianp Exp $ +$NetBSD: patch-ac,v 1.5 2006/08/11 16:53:39 adrianp Exp $ ---- help/Makefile.in.orig 2005-12-09 05:52:54.000000000 +0000 +--- help/Makefile.in.orig 2006-07-17 07:31:26.000000000 +0100 +++ help/Makefile.in -@@ -7,8 +7,8 @@ RM= @RM@ +@@ -8,8 +8,8 @@ RM = @RM@ + prefix = @prefix@ + exec_prefix = @execprefix@ + datarootdir = $(DESTDIR)@datarootdir@ +-uhelpdir = ${prefix}/help/users +-ohelpdir = ${prefix}/help/opers ++uhelpdir = ${prefix}/share/ircd-hybrid/help/users ++ohelpdir = ${prefix}/share/ircd-hybrid/help/opers - prefix= @prefix@ - exec_prefix= @execprefix@ --uhelpdir= ${prefix}/help/users --ohelpdir= ${prefix}/help/opers -+uhelpdir= ${prefix}/share/ircd-hybrid/help/users -+ohelpdir= ${prefix}/share/ircd-hybrid/help/opers - - SYMLINKS= topic accept cmode admin names links away whowas \ + SYMLINKS = topic accept cmode admin names links away whowas \ version kick who invite quit join list nick oper part \ -@@ -21,13 +21,13 @@ depend: - +@@ -23,12 +23,12 @@ depend: install: @echo installing help files... -- -@if test ! -d $(prefix)/help; then \ + -@if test ! -d $(prefix)/help; then \ - echo "mkdir $(prefix)/help"; \ - mkdir $(prefix)/help; \ - echo "mkdir $(prefix)/help/users"; \ - mkdir $(prefix)/help/users; \ - echo "mkdir $(prefix)/help/opers"; \ - mkdir $(prefix)/help/opers; \ -+ -@if test ! -d $(prefix)/share/ircd-hybrid/help; then \ + echo "mkdir $(prefix)/share/ircd-hybrid/help"; \ + mkdir $(prefix)/share/ircd-hybrid/help; \ + echo "mkdir $(prefix)/share/ircd-hybrid/help/users"; \ diff --git a/chat/ircd-hybrid/patches/patch-ad b/chat/ircd-hybrid/patches/patch-ad index 267edbf2966..4ef2e7ff229 100644 --- a/chat/ircd-hybrid/patches/patch-ad +++ b/chat/ircd-hybrid/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.2 2005/11/13 22:40:00 adrianp Exp $ +$NetBSD: patch-ad,v 1.3 2006/08/11 16:53:39 adrianp Exp $ ---- messages/Makefile.in.orig 2005-11-13 21:47:12.000000000 +0000 +--- messages/Makefile.in.orig 2006-07-17 07:31:33.000000000 +0100 +++ messages/Makefile.in -@@ -5,7 +5,7 @@ MV = @MV@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - prefix = $(DESTDIR)@prefix@ --messagedir = $(prefix)/messages -+messagedir = $(prefix)/share/ircd-hybrid/messages - - CLOBBER=@CLOBBER@ +@@ -5,7 +5,7 @@ MV = @MV@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + prefix = $(DESTDIR)@prefix@ +-messagedir = $(prefix)/messages ++messagedir = $(prefix)/share/ircd-hybrid/messages + datarootdir = $(DESTDIR)@datarootdir@ + CLOBBER = @CLOBBER@ |