pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ircservices Update to 5.0.56



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd406eaa8e43
branches:  trunk
changeset: 503805:fd406eaa8e43
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Nov 30 17:47:54 2005 +0000

description:
Update to 5.0.56
Create the services group using PKG_GROUPS
>From the ChangeLog:
> 2005/11/20 .56        Fixed a bug in StatServ that could cause a crash if
>                   StatServ was unloaded with a rehash while Services
>                   was running.
> 2005/11/07    Changed NickServ and ChanServ SET PASSWORD to prevent the
>                   use of spaces in passwords.
> 2005/11/07    The NickServ commands DROP, RECOVER, RELEASE, and GHOST now
>                   report a syntax error rather than "password incorrect"
>                   when too many parameters are given.  (As a result,
>                   passwords containing spaces can no longer be used with
>                   these commands.  Use IDENTIFY followed by SET PASSWORD
>                   to set a new password without spaces.)
> 2005/10/26    Fixed incorrect end-of-/WHOIS responses for several
>                   pseudoclients.  Reported by Robin Burchell
>                   <surreal.w00t%xxxxx.xxx@localhost>
> 2005/09/26 .55        Added documentation on CSSetChannelTime configuration option.
> 2005/08/25    Fixed rare bug allowing users to gain voice status
>                   improperly.  Reported by Anton Wolkov <phan70m%xxxxx.xxx@localhost>
> 2005/08/23    Added "authed" callback for newly-authorized nicknames.
>                   Suggested by Robin Burchell <surreal.w00t%xxxxx.xxx@localhost>
> 2005/08/16 .54        The ChanServ check_kick callback now passes the channel
>                   name as a string instead of the Channel structure, so
>                   the channel name can be known even if the channel is
>                   empty.  Reported by Olly <olly%xxxxxxx.xx.xx@localhost>
> 2005/08/13    The S-line commands (SGLINE, SQLINE, and SZLINE) now check
>                   that "*" or similarly overbroad masks are not used.
>                   Suggested by Dionisios K. <vonitsa_net%xxxxx.xx@localhost>
> 2005/08/13    Fixed minor bugs in the code to check whether a new
>                   autokill is too broad (such as "*").
> 2005/08/13    Fixed a compilation error (and many warnings) when
>                   compiling with GCC 4.
> 2005/08/13    Added UNSET callbacks for NickServ and ChanServ.  Suggested
>                   by Craig McLure <Craig%xxxxxxxxx.xxx@localhost>
> 2005/05/12 .53        Fixed bug causing server connection to fail.
> 2005/05/12 .52        Fixed occasional corruption of the NickServ REGISTER syntax
>                   string upon reconfiguration (OperServ REHASH).
>                   Reported by <alm%xxxxxxx.xx@localhost>
> 2005/05/06    Fixed attempts to send PING messages before connecting to
>                   the server.  Reported by Craig McLure
>                   <Craig%xxxxxxxxx.xxx@localhost>
> 2005/04/02 .51        convert-db now checks for more potential problems with the
>                   imported databases before writing out the XML data.
> 2005/04/02    Fixed bugs when converting databases from old versions of
>                   PTlink Services.
> 2005/04/01    Fixed handling of links to forbidden nicks when converting
>                   Auspice databases.
> 2005/03/31    ChanServ KICK no longer allows Services opers to be kicked.
> 2005/03/31    Ensured that usermode +r is cleared from nicks which lose
>                   their identification status (e.g. from FORBID/SUSPEND).
> 2005/03/31    NickServ SUSPEND now forces the user of the suspended
>                   nick to change nicknames, as FORBID does.  Reported by
>                   Dionisios K. <vonitsa_net%xxxxx.xx@localhost>
> 2005/03/31    ChanServ now stops non-identified users from joining
>                   channels with mode +R locked on.  Suggested by
>                   Dionisios K. <vonitsa_net%xxxxx.xx@localhost>
> 2005/03/29 .50        Fixed security hole in NickServ LISTLINKS allowing any user
>                   to view a nick's links.  Reported by
>                   <katarn%xxxxxxxxxx.xxx@localhost>

diffstat:

 chat/ircservices/Makefile |   5 +++--
 chat/ircservices/PLIST    |  13 +------------
 chat/ircservices/distinfo |   8 ++++----
 3 files changed, 8 insertions(+), 18 deletions(-)

diffs (64 lines):

diff -r 84429e726520 -r fd406eaa8e43 chat/ircservices/Makefile
--- a/chat/ircservices/Makefile Wed Nov 30 17:31:06 2005 +0000
+++ b/chat/ircservices/Makefile Wed Nov 30 17:47:54 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2005/07/16 01:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/11/30 17:47:54 adrianp Exp $
 #
 
-DISTNAME=      ircservices-5.0.49
+DISTNAME=      ircservices-5.0.56
 CATEGORIES=    chat
 MASTER_SITES=  ftp://ftp.esper.net/ircservices/ \
                ftp://ftp.esper.net/ircservices/old/ \
@@ -16,6 +16,7 @@
 USE_PKGINSTALL=        YES
 USE_TOOLS+=    gmake grep gsed perl
 RCD_SCRIPTS=   ircservices
+PKG_GROUPS=    services
 
 CONFIGURE_ARGS=        -prefix ${PREFIX}
 
diff -r 84429e726520 -r fd406eaa8e43 chat/ircservices/PLIST
--- a/chat/ircservices/PLIST    Wed Nov 30 17:31:06 2005 +0000
+++ b/chat/ircservices/PLIST    Wed Nov 30 17:47:54 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/06/21 16:18:52 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/11/30 17:47:54 adrianp Exp $
 lib/services/convert-db
 lib/services/helpfiles/help
 lib/services/languages/de
@@ -38,17 +38,6 @@
 share/examples/rc.d/ircservices
 @dirrm share/doc/html/ircservices
 @dirrm share/examples/ircservices
-@dirrm lib/services/helpfiles/ircii/alias
-@dirrm lib/services/helpfiles/ircii/bind
-@dirrm lib/services/helpfiles/ircii/ctcp
-@dirrm lib/services/helpfiles/ircii/dcc
-@dirrm lib/services/helpfiles/ircii/ircii
-@dirrm lib/services/helpfiles/ircii/load
-@dirrm lib/services/helpfiles/ircii/note
-@dirrm lib/services/helpfiles/ircii/on
-@dirrm lib/services/helpfiles/ircii/set
-@dirrm lib/services/helpfiles/ircii/window
-@dirrm lib/services/helpfiles/ircii
 @dirrm lib/services/helpfiles
 @dirrm lib/services/languages
 @dirrm lib/services
diff -r 84429e726520 -r fd406eaa8e43 chat/ircservices/distinfo
--- a/chat/ircservices/distinfo Wed Nov 30 17:31:06 2005 +0000
+++ b/chat/ircservices/distinfo Wed Nov 30 17:47:54 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/03/26 17:28:29 adrianp Exp $
+$NetBSD: distinfo,v 1.8 2005/11/30 17:47:54 adrianp Exp $
 
-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 (ircservices-5.0.56.tar.gz) = 9d5d3e1999dc6d0cca35ff06bb89ca30b14b7b3a
+RMD160 (ircservices-5.0.56.tar.gz) = 21ae3d7a63582b4a7d0ae1c6bae38ed45783b4e6
+Size (ircservices-5.0.56.tar.gz) = 1153295 bytes
 SHA1 (patch-aa) = cff60257c4f5ebdfd0af4984008d2677b293029b
 SHA1 (patch-ab) = a15821c44bd9738080436a3626ec62d96c37db63
 SHA1 (patch-ac) = d567871c9cbb05b329247155c55e26e265476b48



Home | Main Index | Thread Index | Old Index