Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf
Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
when USE_KERBEROS=yes is set
---
New beta zebra-0.79 is out:
ftp://ftp.zebra.org/pub/zebra/zebra-0.79.tar.gz
This beta release's main topic is ospfd. Now it works pretty well!
We know it surely has bugs inside, so when you find it please let us
know. ABR,ASBR,Virtual Linux functionality is added. Flooding codes
and LSA database codes are almost rewritten. Terminal interface of
ospfd will show detailed information about LSAs.
There was a report about RIPv2's netmask is zero case. I've changed
ripd codes when netmask is not valid. ripd will ignore the entry.
. try to look for the current machine's fqdn if hostname() doens't
include a '.'
. fixed the shell under Solaris (oops, broke it in 3.1!)
. misc autoconf fixes
. resizing didn't work with Linux and ncurses, fixed it
. YTalk now checks that connections are answered form the expected host;
if they aren't, it complains and shows the new hostname
. n-way talk sessions should now be free of duplicated users
. fixed the "readdress" option somewhat
. portability fixes for 64-bit machines (size_t instead of int)
work on all architectures. Tested on pmax, i386 and alpha (no
big-endian machines!) and gives identical results, although not
identical to the binary-only 0.76. If there's any big-endian people
who want to test this, please let me know.
Lots of patches because 64-bit longs just "Don't Work(tm)" - just use
ints everywhere. I'm in communication with the author on how to fix
this at his end.