diff options
author | adrianp <adrianp> | 2008-01-30 23:07:37 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-01-30 23:07:37 +0000 |
commit | 3e298f549e282b700556460742e321a71775f9ad (patch) | |
tree | 8fb68d4d430c92b16698468937b888948cf23fb7 /chat/ircu | |
parent | 42a1352d86c5371c156a5529c50d978e34c3b512 (diff) | |
download | pkgsrc-3e298f549e282b700556460742e321a71775f9ad.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')
-rw-r--r-- | chat/ircu/Makefile | 4 | ||||
-rw-r--r-- | chat/ircu/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/chat/ircu/distinfo b/chat/ircu/distinfo index 88236aa2de1..6de300eed94 100644 --- a/chat/ircu/distinfo +++ b/chat/ircu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2007/04/09 12:39:26 adrianp Exp $ +$NetBSD: distinfo,v 1.12 2008/01/30 23:07:37 adrianp Exp $ -SHA1 (ircu2.10.12.10.tar.gz) = 75218fdc7b4d8b77e27a0a616d577d4e5965d873 -RMD160 (ircu2.10.12.10.tar.gz) = d4f0f010d970839ce51533c132437d15cda8ac5f -Size (ircu2.10.12.10.tar.gz) = 990601 bytes +SHA1 (ircu2.10.12.12.tar.gz) = 1b4876d7de2d31bb515b1f6dcb35a12b28ab81d9 +RMD160 (ircu2.10.12.12.tar.gz) = 263155d56ae96556b971aed40eed97ac56501224 +Size (ircu2.10.12.12.tar.gz) = 1013342 bytes SHA1 (patch-ah) = 2ffd8cc861bbe8aad697bd3b8ca63aa145104eea |