- removed PORTREVISION (new version)
- new configure script: dialog menue allows you to set different zebra
compile time options (if ! BATCH), currently supported:
--with-libpam = enable PAM authentication for vtysh
--enable-nssa = enable OSPF NSSA
--enable-snmp = enable SNMP support
- please note: port compiles fine when all options are set, but
functionality has not been tested by me.
- silence portlint, trim pkg-comment to <=70 columns
- remove unneeded patch patch, 0.90 now contains fix for memory leak
- cosmetic: add patch for Makefile.in (don't link with -g)
- portlint: o.k.
In this BETA --enable-unixdomain and --enable-newrib became default !
To get old implementation back use the following configure options:
--enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
--enable-oldrib # Turn on old RIB implementation.
Note: I didn't add these options to configure script, so that people
don't choose the wrong thing !
Some milestones of this release (see file NEWS for complete list):
- access-lists can have remarks
- memory leak with access-list and prefix-list name fixed
- UNIX domain socket server of zebra protocol is added
- PointoPoint interface network bug fixed
- Metric value is reflected to kernel routing table
- New RIB implementation has been added:
- BGP passive peer support problem is fixed
- Redistributed IGP nexthop is passed to BGP nexthop
- Fix bug of holdtimer is not reset when bgp cleared
- BGP-MIB implementation is finished
- When BGP connection comes from unconfigured IP address, close socket
immediately.
- BGP flap dampening feature is added
* RIP
- Fix bug of refreshing default route
* OSPF
- Fix bug of Hello packet's option is not properly set when interface comes up
- Reduce unconditional logging
- New command for virtual-link configuration
- Memory leak related classfull network generation is fixed
does not need to be restricted (I meant to have a RESTRICTED line
before, but forgot). Remove it from ports/legal. Add MASTER_SITE_LOCAL
because the real master site seems to be offline most of the time.
Hiroyuki Aizu <aizu@jaist.ac.jp>, build `vje' executable from the
source.
This should finally fix the memory leakage problem that has been
reported by many users. :)
Add a bare-bones document (gmat.sgm) describing how to use gmat.
Catch 22: to read this, you need to format it with gmat. To format it
with gmat, you need first to read it.
2001-01-11 11:00 knu
* cvsweb.cgi, cvsweb.conf: Oops.
2001-01-11 10:52 knu
* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
with the block size, which is just garbage for a receiver.
Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>
Have $uname variable to hold the OS implementation name.
Move %CMD's initialization part to the beginning of cvsweb.conf so
it can use $uname and configure properly for the OS.
Wrap FreeBSD or OpenBSD specific features in conditional blocks
using $uname.
Fix some open() calls in good manners.
the ports collection as "gpatch". Beautify the descriptions.
Update the ports which depend on this version.
PR: 23702
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Reviewed by: knu
Fix a typo in the configure script the prevented sample configuration
files from being install in $PREFIX/etc/cups
Bumped PORTREVISION
PR: 24227
Submitted by: George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
PR: 22653
Submitted by: Mike Heffner <mheffner@vt.edu>
NOTE: added files/patch-ac is unified patch for multiple files;
There's no reason to split up single-purpose patch.