summaryrefslogtreecommitdiff
path: root/net/zebra
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-04AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,wiz1-2/+1
otherwise the default is better (and the variable doesn't need to be set). Remove a few cases where it was set unnecessarily.
2004-04-25Convert to buildlink3.snj1-4/+4
2004-03-09Remove info files entries from PLIST.seb1-2/+1
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-29Upgrade zebra to 0.94.heas11-49/+114
2003-11-18Fix a security problem wrt telnet control characters. Bump PKGREVISION.wiz3-2/+29
2003-08-13conflict w/ quaggaitojun1-1/+3
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-04Convert to USE_NEW_TEXINFO.seb2-5/+5
2002-10-02Use automake.mk.wiz1-5/+5
2002-09-13upgrade to 0.93b.itojun15-310/+5
o BGP connection problem is fixed. o EAGAIN check is added.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam22-24/+24
have been converted to USE_BUILDLINK2.
2002-08-03pull critical patches in from zebra cvs repo (i have been asking for releaseitojun15-2/+307
of 0.93b, however, it's not happening yet) - bgpd: bug in capability negotiation - ospf6d: synchronize with zebra deamon correctly
2002-07-09upgrade to 0.93a (it is a leaf package, so it should be okay)itojun9-84/+52
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.
2002-03-18Support PKG_SYSCONFDIR. Patch from Hiramatsu Yoshifumi in pkg/15598.wiz1-2/+3
2002-02-18Introduce new framework for handling info files generation and installation.seb2-6/+6
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-20upgrade to 0.92a.itojun2-5/+5
* Changes in bgpd ** Fix "^$" community list bug. ** Below command's Address Family specific configurations are added nexthop-self route-reflector-client route-server-client soft-reconfiguration inbound * Changes in zebra ** Treat kernel type routes as EGP routes.
2001-08-19upgrade to zebra 0.92. see zebra-0.92/*/ChangeLog for detailed changes.itojun3-12/+7
2001-06-26Install zebra.info-{1,2,3} (pregenerated). Fixes pkg/13067 by Kimmo Suouminen.wiz3-5/+11
2001-06-21Reorder some lines so that GNU_CONFIGURE defintion precedes inclusion ofjlam1-5/+7
buildlink.mk files. Mark as USE_BUILDLINK_ONLY.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-2/+2
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-28Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR}jlam4-37/+41
and ${BUILDLINK_LIBDIR} to find headers and libraries. Also find tputs() in termcap first, before looking in tinfo, curses, then ncurses. Simplify the PLIST handling by using space-separated list of PLIST files in PLIST_SRC.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-09no need to include bsd.prefs.mk twiceitojun1-3/+1
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-5/+5
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-03upgrade to 0.91a. no changelog supplied on webpage.itojun3-9/+5
2001-01-19upgrade to 0.90a. 0.90a fixes fatal bug in 0.90 bgpd.itojun2-4/+4
2001-01-11upgrade to 0.90.itojun5-18/+22
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.
2001-01-06remove redundant homepage urlhubertf1-2/+0
2000-12-26disable vtysh build (BROKEN), due to possible security issue.itojun1-1/+2
FreeBSD PR 23856.
2000-10-29upgrade to 0.89a. address PR 11331 (packaging mistake in 0.89?)itojun2-4/+4
2000-10-13use 0.89.itojun5-17/+16
+ OSPF works on x86 Solaris box. + OSPF neighbor is supported. + IPv6 inteface's address information propagation bug is fixed. + BGP's various MED comparison methods are added. + BGP read lock problem is fixed. + Zebra works on OpenBSD again. s/CFLAGS/CPPFLAGS/, to make vtysh build successful. From: Hal Snyder <hal@vailsys.com>
2000-08-27enable "vtysh" build by make USE_ZEBRA_VTYSH (depends on readline).itojun4-9/+38
stabilize build by requiring gmake.
2000-08-24Place machine-specific config files in /etc/zebra, andkim10-24/+232
install sample configs in ${PREFIX}/share/examples/zebra.
2000-08-18upgrade to 0.88.itojun4-22/+13
--- from announcement on zebra@zebra.org o Zebra protocol is changed to support multipath and distance configuration. o Distance configuration is enabled. o Metric value is passed from protocol daemon to zebra. o "default-information originate" for OSPF. o Soft reconfiguration for BGP. o Route refresh support for BGP. o MD5 authentication for RIP. o Introducing integrated shell vtysh. 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.
2000-06-13upgrade to 0.87.itojun2-4/+4
key changes from www.zebra.org: Many ospfd related bugs are fixed. Now OSPF module becomes very stable again ;-). MPLS-VPN PE-RR functionality is added to bgpd. RIP,zebra interface up/down handling improved.
2000-04-28upgrade to 0.86.itojun2-4/+4
0.85 -> 0.86 changes: * Changes in lib ** Fix bug of exec-timeout command which may cause crush. ** Multiple same policy for "access-list", "ip prefix-list, "as-path access-list", "ip community-list" is not duplicated. ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= M. Now default behavior is exact match so it only match routes which mask == M. * Changes in bgpd ** "match ip address prefix-list" is added to route-map. ** A route without local preference is evaluated as 100 local preference. ** Select smaller router-id route when other values are same. ** Compare MED only both routes comes from same neighboring AS. ** "bgp always-compare-med" command is added. ** Now MED value is passed to IBGP peer. ** When neighbor's filter is configured with non-existent access-list, as-path access-list, ip prefix-list, route-map. The behavior is changed from all permit to all deny. * Changes in ospfd ** Fix bug of external route tag byte order. ** OSPF Neighbor deletion bug which cause crush is fixed. ** Some route calculation bug are fixed. ** Add sanity check with router routing table. ** Fix bug of memory leak about linklist. ** Fix bug of 1-WayReceived in NSM. ** Take care of BIGENDIAN architecture. ** Fix bug of NSM state flapping between ExStart and Exchange. ** Fix bug of Network-LSA originated in stub network. ** Fix bug of MS flag unset. ** Add to schedule router_lsa origination when the interface cost changes. ** Increment LS age by configured interface transmit_delay. ** distribute-list is reimplemented. ** Fix bug of refresh never occurs. ** Fix bug of summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd. ** Fix bug of re-origination when a neighbor disappears. ** Fix bug of segmentation fault with DD retransmission. ** Fix network-LSA re-origination problem. ** Fix problem of remaining withdrawn routes on zebra. * Changes in ripd ** Do not leave from multicast group when interface goes down bug is fixed. * Changes in zebra ** Remove client structure when client dies. ** Take care static route when interface goes up/down.