head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.32 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.30 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.28 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.26 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.24 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.22 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.20 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.18 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.16 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.14 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.12 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.10 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.8 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.6 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.4 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.2 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.6.0.8 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.6 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.4 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.2 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.5.0.16 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.14 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.12 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.10 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.8 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.6 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.4 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.2 netbsd-1-6-1-base:1.5 netbsd-1-6:1.4.0.6 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.2 pkgviews-base:1.4 buildlink2:1.3.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH001:1.1; locks; strict; comment @# @; 1.7 date 2006.09.26.15.48.42; author salo; state dead; branches; next 1.6; 1.6 date 2005.08.11.11.14.06; author adam; state Exp; branches; next 1.5; 1.5 date 2002.08.25.21.50.21; author jlam; state Exp; branches; next 1.4; 1.4 date 2002.07.09.23.48.18; author itojun; state Exp; branches; next 1.3; 1.3 date 2000.08.24.01.25.42; author kim; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 99.07.16.02.01.11; author itojun; state dead; branches; next 1.1; 1.1 date 99.07.07.15.17.36; author itojun; state Exp; branches; next ; 1.3.2.1 date 2002.08.25.21.20.42; author jlam; state Exp; branches; next ; desc @@ 1.7 log @Remove zebra. No longer developed upstream, literally for years. Vulnerable, nobody stepped up to fix it. Use net/quagga instead. @ text @$NetBSD: patch-ab,v 1.6 2005/08/11 11:14:06 adam Exp $ --- ospf6d/Makefile.am.orig 2004-12-11 02:01:08.000000000 +0000 +++ ospf6d/Makefile.am @@@@ -36,15 +36,17 @@@@ sysconf_DATA = ospf6d.conf.sample EXTRA_DIST = $(sysconf_DATA) +sysconfdatadir=$(datadir)/examples/zebra + install-sysconfDATA: $(sysconf_DATA) @@$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) + $(mkinstalldirs) $(DESTDIR)$(sysconfdatadir) @@list='$(sysconf_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \ - $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \ + echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdatadir)/$$p"; \ + $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdatadir)/$$p; \ else if test -f $$p; then \ - echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \ - $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \ + echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdatadir)/$$p"; \ + $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdatadir)/$$p; \ fi; fi; \ done @ 1.6 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$ @ 1.5 log @Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3.2.1 2002/08/25 21:20:42 jlam Exp $ d3 3 a5 3 --- ospf6d/Makefile.am.orig Sat Jun 29 15:20:39 2002 +++ ospf6d/Makefile.am Wed Jul 10 08:34:31 2002 @@@@ -34,15 +34,17 @@@@ @ 1.4 log @upgrade to 0.93a (it is a leaf package, so it should be okay) 0.93a + Fix host_name to host_triplet. + Ohara's crush fix for ospf6d. 0.93 + New config of BGP. + Crush problem ospfd which reported on Zebra ML is fixed. + KDD R&D Laboratories, Inc. OSPF Opaque LSA and TE LSA. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Place machine-specific config files in /etc/zebra, and install sample configs in ${PREFIX}/share/examples/zebra. @ text @d3 5 a7 5 --- ospf6d/Makefile.am.orig Thu Aug 17 04:27:37 2000 +++ ospf6d/Makefile.am Wed Aug 23 16:21:19 2000 @@@@ -4,6 +4,8 @@@@ DEFS = @@DEFS@@ -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@@INSTALL@@ -m 600 a10 5 noinst_LIBRARIES = libospf6.a sbin_PROGRAMS = ospf6d @@@@ -33,14 +35,14 @@@@ a27 1 @ 1.3.2.1 log @Merge changes in the main trunk into the buildlink2 branch for those packages that have been converted to USE_BUILDLINK2. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2002/07/09 23:48:18 itojun Exp $ d3 5 a7 5 --- ospf6d/Makefile.am.orig Sat Jun 29 15:20:39 2002 +++ ospf6d/Makefile.am Wed Jul 10 08:34:31 2002 @@@@ -34,15 +34,17 @@@@ EXTRA_DIST = $(sysconf_DATA) d11 5 d33 1 @ 1.2 log @upgrade to 0.73. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 1999/07/07 15:17:36 itojun Exp $ d3 31 a33 12 --- configure.in- Wed Jul 7 08:00:40 1999 +++ configure.in Wed Jul 7 08:01:09 1999 @@@@ -296,7 +296,8 @@@@ AC_DEFINE(KAME) RIPNGD="ripngd" OSPF6D="ospf6d" - LIB_IPV6="-L/usr/local/v6/lib -linet6" +# LIB_IPV6="-L/usr/local/v6/lib -linet6" + LIB_IPV6="" AC_MSG_RESULT(Kame) fi dnl ------------ @ 1.1 log @fix USE_INET6 build. @ text @d1 1 a1 1 $NetBSD$ @