head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.04.09.12.39.26; author adrianp; state dead; branches; next 1.3; 1.3 date 2006.12.21.16.13.54; author jmmv; state Exp; branches; next 1.2; 1.2 date 2003.03.01.05.22.23; author grant; state dead; branches; next 1.1; 1.1 date 2000.12.15.00.36.31; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.15.00.36.31; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Update to 2.10.12.10 Some of the changes include: * doc/example.conf: Document new options for General block. * doc/example.conf (Features): Illustrate URLREG feature. * ircd/m_burst.c (ms_burst): Properly handle member mode :ov. * doc/example.conf (Port): Document the method to select IPv4 or IPv6 restriction for a port. * ircd/s_auth.c (auth_ping_timeout): If the client never had an auth request, kill them on ping timeout. * ircd/s_auth.c (check_auth_finished): Only check passwords on user ports. See the ChangeLog for the full details @ text @$NetBSD: patch-aa,v 1.3 2006/12/21 16:13:54 jmmv Exp $ --- ircd/res.c.orig 2004-01-11 01:23:32.000000000 +0100 +++ ircd/res.c @@@@ -43,6 +43,9 @@@@ #include #include +/* bind 8 compatibility needed because of T_PTR and other macros. Seen + * under Mac OS X 10.4. */ +#define BIND_8_COMPAT #include #include #include @ 1.3 log @Fix build under Mac OS X. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated ircu to 2.10.11.04. List of changes since 2.10.04 is very large and code-oriented. The authors seem to not maintain a user digestable list of changes. See the ChangeLog for the full list of changes if you insist :) Updated provided by Adrian Portelli in PR pkg/20531, with some changes by me. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2000/12/15 00:36:31 wiz Exp $ d3 12 a14 26 --- config/Configure.in.orig Wed Nov 12 11:25:08 1997 +++ config/Configure.in Tue Nov 24 13:54:44 1998 @@@@ -189,7 +189,6 @@@@ # readln () { if [ "$USE_DEFAULT" = "y" -a -n "$3" ]; then - echo "$1" ans=$2 else echo $n "$1$c" @@@@ -209,7 +208,6 @@@@ # comment 'xxx' # comment () { - echo "*"; echo "* $1" ; echo "*" (echo "" ; echo "#"; echo "# $1" ; echo "#") >>$CONFIG (echo "" ; echo "/*"; echo " * $1" ; echo " */") >>$CONFIG_H } @@@@ -485,7 +483,6 @@@@ if [ -r $DEFAULTS ]; then echo "*" echo "* Using defaults found in" $DEFAULTS - echo "* If you type a 'c' the script will finish using all defaults." echo "*" . $DEFAULTS else @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 1998/11/24 20:37:40 tv Exp $ @ 1.1.1.1 log @Create new 'chat' category, featuring chat clients and servers of all kinds. Move some packages from 'net' here. @ text @@