diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-01-30 23:07:37 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-01-30 23:07:37 +0000 |
commit | 203f27dca6aac251f523f86aefd97ffd10fc7be3 (patch) | |
tree | 8fb68d4d430c92b16698468937b888948cf23fb7 /chat/ircu/Makefile | |
parent | 08a7a69cdbe8f564cafea15af8d376904dc58da5 (diff) | |
download | pkgsrc-203f27dca6aac251f523f86aefd97ffd10fc7be3.tar.gz |
Update to 2.10.2.12
http://sourceforge.net/project/shownotes.php?release_id=557843&group_id=63470
http://sourceforge.net/project/shownotes.php?release_id=559042&group_id=63470
* ircd/gline.c (gline_add): apply too-many-users test to realname
G-lines *only* when the origin is my user (or a user, for
remote-local G-lines)
* include/res.h (irc_in_addr_is_ipv4): Fix classification of
addresses like 0.0.0.0.
* ircd/s_user.c (set_user_mode): Add new parameter to set_user_mode to
ignore some modes.
(register_user): Use set_user_mode to parse default usermode for users.
* ircd/m_user.c (m_luser): Fix broken RFC 2812 on connect user mode
setting
* doc/readme.iauth (IAuth M): Document new command.
* ircd/listener.c (add_listener): Only try to create IPv6 sockets
for IPv6-compatible addresses; likewise for IPv4.
Diffstat (limited to 'chat/ircu/Makefile')
-rw-r--r-- | chat/ircu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index 0bff8021baf..0724899aae7 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2007/07/04 20:54:32 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2008/01/30 23:07:37 adrianp Exp $ # -DISTNAME= ircu2.10.12.10 +DISTNAME= ircu2.10.12.12 PKGNAME= ${DISTNAME:S/ircu2/ircu-2/} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=undernet-ircu/} |