head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.32 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.30 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.28 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.26 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.24 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.22 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.20 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.18 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.16 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.14 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.12 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.10 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.8 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.6 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.4 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.2 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.12 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.10 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.8 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.6 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.4 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2006.09.26.15.48.42; author salo; state dead; branches; next 1.3; 1.3 date 2005.12.19.14.03.26; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.08.11.11.14.21; author adam; state dead; branches; next 1.1; 1.1 date 2003.12.29.21.59.01; author heas; state Exp; branches; next ; desc @@ 1.4 log @Remove zebra. No longer developed upstream, literally for years. Vulnerable, nobody stepped up to fix it. Use net/quagga instead. @ text @$NetBSD: patch-ai,v 1.3 2005/12/19 14:03:26 joerg Exp $ --- ospf6d/ospf6d.h.orig 2005-12-19 13:55:45.000000000 +0000 +++ ospf6d/ospf6d.h @@@@ -25,7 +25,6 @@@@ #define OSPF6_DAEMON_VERSION "0.9.7o" /* global variables */ -extern int errno; extern struct thread_master *master; #ifdef INRIA_IPV6 @ 1.3 log @Remove redundant errno. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 0.95: * Changes in zebra ** IRDP support is added. * Changes in ripd ** Set receive UDP socket buffer to large value. * Changes in ospfd ** Fix problem of OpenBSD-3.4 IP header length treatment. * Changes in ospf6d ** Area support is added. * Changes in bgpd ** Old commands are removed "show ipv6 summary" "show ipv6 mbgp summary" ** New ospf6d implementation is introduced. This is rewrite of whole ospf6d code to make it far much better than old code. * Changes in vtysh ** Many bugs and problems are fixed. All of user of vtysh should update to zebra-0.95. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2003/12/29 21:59:01 heas Exp $ d3 4 a6 7 --- configure.ac.orig 2003-12-22 03:44:07.000000000 +0000 +++ configure.ac 2003-12-22 04:13:39.000000000 +0000 @@@@ -216,6 +216,7 @@@@ "no" ) VTYSH="";; * ) ;; esac +AM_CONDITIONAL([VTY_OPT], [test "${enable_vtysh}" = yes]) d8 3 a10 7 dnl ---------- dnl PAM module @@@@ -511,6 +512,7 @@@@ AC_MSG_RESULT(IPv4 only) fi fi +AM_CONDITIONAL([V6_OPT], [test "${enable_ipv6}" = yes]) d12 1 a12 2 dnl -------------------- dnl Daemon disable check @ 1.1 log @Upgrade zebra to 0.94. @ text @d1 1 a1 1 $NetBSD:$ @