diff options
author | andreas <andreas@FreeBSD.org> | 2000-10-03 13:14:28 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-10-03 13:14:28 +0000 |
commit | 7b05cb975153653402067fbfc84c9690994eadfb (patch) | |
tree | 6dcb2e742ac271658edd85869b9c6dbbaf94628f /net | |
parent | 52a9a7c702890a402c870d971cc9211407999703 (diff) | |
download | FreeBSD-ports-7b05cb975153653402067fbfc84c9690994eadfb.zip FreeBSD-ports-7b05cb975153653402067fbfc84c9690994eadfb.tar.gz |
update to newest beta release 0.89
added manpage entries in Makefile
Highlights:
o OSPF neighbor is supported.
o IPv6 inteface's address information propagation bug is fixed.
o BGP's various MED comparison methods are added.
o BGP read lock problem is fixed.
Release / contribution information (I think its maybe of interest
concerning the status of zebra):
From: Kunihiro Ishiguro <kunihiro@zebra.org>
Date: Mon, 02 Oct 2000 19:46:41 -0700
I've not yet merged below contributions as of zebra-0.89:
o OSPF Demand Circuits
K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption.
Magnus Ahltorp <ahltorp@nada.kth.se>
These will be merged as soon as possible.
o PIM-SM
Robert.Olsson@data.slu.se
Jens.Laas@data.slu.se
Will be added after zebra-1.0 release.
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-devel/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-devel/pkg-plist | 2 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-pj/pkg-plist | 2 | ||||
-rw-r--r-- | net/zebra/Makefile | 5 | ||||
-rw-r--r-- | net/zebra/pkg-plist | 2 |
6 files changed, 18 insertions, 3 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 046d6b3..7d18fe1 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -17,6 +17,9 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra +MAN1= vtysh.1 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400014 diff --git a/net/zebra-devel/pkg-plist b/net/zebra-devel/pkg-plist index 0d77755..ddc59b7 100644 --- a/net/zebra-devel/pkg-plist +++ b/net/zebra-devel/pkg-plist @@ -1,6 +1,7 @@ sbin/bgpd sbin/ospfd sbin/ripd +sbin/ripngd sbin/zebra sbin/zebractl etc/zebra/README.mbgp @@ -8,6 +9,7 @@ etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 046d6b3..7d18fe1 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -17,6 +17,9 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra +MAN1= vtysh.1 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400014 diff --git a/net/zebra-pj/pkg-plist b/net/zebra-pj/pkg-plist index 0d77755..ddc59b7 100644 --- a/net/zebra-pj/pkg-plist +++ b/net/zebra-pj/pkg-plist @@ -1,6 +1,7 @@ sbin/bgpd sbin/ospfd sbin/ripd +sbin/ripngd sbin/zebra sbin/zebractl etc/zebra/README.mbgp @@ -8,6 +9,7 @@ etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 046d6b3..7d18fe1 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -17,6 +17,9 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra +MAN1= vtysh.1 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400014 diff --git a/net/zebra/pkg-plist b/net/zebra/pkg-plist index 0d77755..ddc59b7 100644 --- a/net/zebra/pkg-plist +++ b/net/zebra/pkg-plist @@ -1,6 +1,7 @@ sbin/bgpd sbin/ospfd sbin/ripd +sbin/ripngd sbin/zebra sbin/zebractl etc/zebra/README.mbgp @@ -8,6 +9,7 @@ etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info |