head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.14 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.12 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.10 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.8 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.6 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.4 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.2 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.24 pkgsrc-2008Q1:1.5.0.22 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.20 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.18 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.16 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.14 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.12 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.10 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.8 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.6 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.4 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.2 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.2; locks; strict; comment @# @; 1.6 date 2008.09.16.20.00.35; author gdt; state dead; branches; next 1.5; 1.5 date 2005.07.17.23.40.31; author kristerw; state Exp; branches; next 1.4; 1.4 date 2003.09.21.09.03.38; author jmc; state Exp; branches; next 1.3; 1.3 date 2003.09.21.08.53.37; author jmc; state Exp; branches; next 1.2; 1.2 date 2001.08.17.05.06.07; author jun; state dead; branches; next 1.1; 1.1 date 2001.07.30.15.24.07; author jun; state Exp; branches; next ; desc @@ 1.6 log @Remove security/AiCA, security/AiSSLtelnet, security/smimemsg. These packages have unfetchable distfiles and unreachable HOMEPAGEs. Removal proposed on pkgsrc-users with no objections received. @ text @$NetBSD: patch-aa,v 1.5 2005/07/17 23:40:31 kristerw Exp $ --- lib/libbsd/setenv.c.orig Thu Aug 2 15:42:43 2001 +++ lib/libbsd/setenv.c Mon Jul 18 01:23:50 2005 @@@@ -39,2 +39,3 @@@@ +#ifndef __NetBSD__ #ifndef lint @@@@ -128 +129,2 @@@@ } +#endif /* __NetBSD__ */ @ 1.5 log @Regenerate so that the Mac OS X patch program undestands how to apply it. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Hand generate the first part of this patch to avoid an RCS expansion on checkouts @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2003/09/21 08:53:37 jmc Exp $ d3 4 a6 3 --- lib/libbsd/setenv.c.orig 2003-09-21 03:45:39.000000000 +0000 +++ lib/libbsd/setenv.c 2003-09-21 03:46:02.000000000 +0000 @@@@ -40,1 +40,2 @@@@ d9 1 a9 3 @@@@ -126,3 +127,4 @@@@ if (!(*P = *(P + 1))) break; @ 1.3 log @Comment out setenv.c for NetBSD. System library has working copies and unsetenv conflicts anyways. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 4 @@@@ -37,6 +37,7 @@@@ /* $Id: setenv.c,v 1.3 1996/01/31 10:02:12 martin Exp $ */ a7 2 static char vcid[] = "$Id: setenv.c,v 1.3 1996/01/31 10:02:12 martin Exp $"; #endif /* lint */ @ 1.2 log @now security fix contains main trunk. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2001/07/30 15:24:07 jun Exp $ d3 13 a15 17 --- telnetd/telnetd.c.org Tue Jul 31 00:01:12 2001 +++ telnetd/telnetd.c @@@@ -1988,8 +1988,15 @@@@ return; } #endif - (void) strcpy(nfrontp, "\r\n[Yes]\r\n"); - nfrontp += 9; + /* Flush outstanding data if possible. If not, and buffers are + full, break protocol and send no reply, rather than overflow + the buffer. + */ + netflush(); + if ( (BUFSIZ - (nfrontp - netobuf)) > 9 ) { + (void) strcpy(nfrontp, "\r\n[Yes]\r\n"); + nfrontp += 9; + } d17 1 a17 2 void @ 1.1 log @Apply: ftp://ftp.netbsd.org/pub/NetBSD/security/patches/SA2001-012-telnetd.patch see also ftp://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2001-012.txt.asc @ text @d1 1 a1 1 $NetBSD$ @