head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.32 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.30 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.28 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.26 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.24 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.22 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.20 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.18 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.16 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.14 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.12 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.10 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.8 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.6 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.4 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.2 pkgsrc-2006Q3-base:1.6 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.16 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.14 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.12 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.10 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.8 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.6 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.4 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.6 date 2006.09.26.15.48.42; author salo; state dead; branches; next 1.5; 1.5 date 2005.08.11.11.14.06; author adam; state Exp; branches; next 1.4; 1.4 date 2002.08.25.21.50.23; author jlam; state Exp; branches; next 1.3; 1.3 date 2002.07.09.23.48.18; author itojun; state Exp; branches; next 1.2; 1.2 date 2001.01.11.05.34.16; author itojun; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2000.08.24.01.25.47; author kim; state Exp; branches; next ; 1.2.2.1 date 2002.08.25.21.20.45; author jlam; state Exp; branches; next ; desc @@ 1.6 log @Remove zebra. No longer developed upstream, literally for years. Vulnerable, nobody stepped up to fix it. Use net/quagga instead. @ text @$NetBSD: patch-af,v 1.5 2005/08/11 11:14:06 adam Exp $ --- zebra/Makefile.am.orig 2004-04-28 16:05:31.000000000 +0000 +++ zebra/Makefile.am @@@@ -44,15 +44,17 @@@@ EXTRA_DIST = $(sysconf_DATA) if_ioctl.c #client : client_main.o ../lib/libzebra.a # $(CC) -g -o client client_main.o ../lib/libzebra.a $(LIBS) $(LIB_IPV6) +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.5 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.4 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-af,v 1.2.2.1 2002/08/25 21:20:45 jlam Exp $ d3 3 a5 3 --- zebra/Makefile.am.orig Wed Jun 19 08:17:32 2002 +++ zebra/Makefile.am Wed Jul 10 08:34:31 2002 @@@@ -43,15 +43,17 @@@@ @ 1.3 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.2 log @upgrade to 0.90. New RIB code provides multiple nexthop for a prefix. Equal cost multipath works on GNU/Linux. Communication between protocol daemon and zebra is changed to UNIX domain socket. BGP trap MIB works. BGP route selection is improved and various option is provided. New OSPF packet read method. PLEASE UPDATE WHOLE SUITE including zebra, bgpd, ripd, ripngd, ospfd, ospf6d when you update from previous version. Zebra protocol is changed so there may be some protocol mismatch when you don't update everything. @ text @d3 5 a7 5 --- zebra/Makefile.am.orig Wed Jan 10 10:11:11 2001 +++ zebra/Makefile.am Thu Jan 11 13:57:23 2001 @@@@ -4,6 +4,8 @@@@ DEFS = @@DEFS@@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DMULTIPATH_NUM=@@MULTIPATH_NUM@@ INSTALL_SDATA=@@INSTALL@@ -m 600 a10 5 LIB_IPV6 = @@LIB_IPV6@@ ipforward = @@IPFORWARD@@ @@@@ -50,14 +52,14 @@@@ a27 1 @ 1.2.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-af,v 1.3 2002/07/09 23:48:18 itojun Exp $ d3 5 a7 5 --- zebra/Makefile.am.orig Wed Jun 19 08:17:32 2002 +++ zebra/Makefile.am Wed Jul 10 08:34:31 2002 @@@@ -43,15 +43,17 @@@@ #client : client_main.o ../lib/libzebra.a # $(CC) -g -o client client_main.o ../lib/libzebra.a $(LIBS) $(LIB_IPV6) d11 5 d33 1 @ 1.1 log @Place machine-specific config files in /etc/zebra, and install sample configs in ${PREFIX}/share/examples/zebra. @ text @d3 2 a4 2 --- zebra/Makefile.am.orig Thu Aug 17 04:28:47 2000 +++ zebra/Makefile.am Wed Aug 23 16:25:31 2000 d6 1 a6 1 DEFS = @@DEFS@@ -DSYSCONFDIR=\"$(sysconfdir)/\" @