summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2000-08-29Update p5-Curses dependency.jlam1-2/+2
2000-08-28add dependency on pwlibwiz1-1/+3
2000-08-28Use PERL5 variable for location of perl5 binary.jlam2-7/+7
2000-08-27Add & enable arpdhubertf1-1/+7
2000-08-27arp daemon, e.g. to do proxy-arp for whole subnets, etc.hubertf9-0/+95
Added after it was mentioned on tech-net.
2000-08-27enable "vtysh" build by make USE_ZEBRA_VTYSH (depends on readline).itojun4-9/+38
stabilize build by requiring gmake.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam22-195/+60
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-27Use PERL5 + cosmetic changes.jlam1-6/+6
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam6-19/+18
2000-08-26s/USE_PERL/USE_PERL5/veego1-2/+2
2000-08-26s/USE_PERL/USE_PERL5/jlam1-2/+2
2000-08-25add etc/rc.d/samba.sh.sample (no reason not to remove it)wiz1-23/+24
2000-08-25Liste me as maintainer of this package.tron1-2/+2
2000-08-25Fix problem with deleting dot files. Patch supplied by Ryoji Kato intron2-1/+21
PR pkg/10143.
2000-08-25Enable pwlib, openh323mjl1-1/+2
2000-08-25Initial import of openh323.mjl9-0/+173
The OpenH323 project aims to create a full featured, interoperable, Open Source implementation of the ITU H.323 teleconferencing protocol. XXX The simph323 program does not seem to work 100%, eg. it is dumping XXX core on exit. I suspect a problem with the threads stuff.
2000-08-24Place machine-specific config files in /etc/zebra, andkim10-24/+232
install sample configs in ${PREFIX}/share/examples/zebra.
2000-08-23Don't install a superfluous example file; remove share/examples/netatalkwiz2-2/+4
on deinstall.
2000-08-23Remove etc/rc.atalk, since it's installed in /etc/netatalk/rc.atalkwiz1-50/+49
instead (which users have to delete manually; DEINSTALL already says so). Sort PLIST.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+2
2000-08-23Fix PLIST to include bin/nslookup -- thanks to hubert's new leftover listrh3-5/+9
for finding this. Update bind to 9.0.0rc4. Changes and fixes are: * "host" did not use the search list. * Treat undefined acls as errors, rather than warning and then later throwing an assertion. * SIG(0) signing and verifying was done incorrectly. * When reloading the server with a config file containing a syntax error, it could catch an assertion failure trying to perform zone maintenance on, or sending notifies from, tentatively created zones whose views were never fully configured and lacked an address database and request manager. * "dig" sometimes caught an assertion failure when using TSIG, depending on the key length. * Many debugging messages were partially formatted even when debugging was turned off, causing a significant decrease in query performance. * There is now a man page for "nsupdate" * nslookup printed incorrect RR type mnemonics for RRs of type >= 21 * Attempting to send a reqeust over IPv6 using dns_request_create() on a system without IPv6 support caused an assertion failure [RT #235]. * Missing strdup() of ACL name caused random ACL matching failures [RT #228]. * nsupdate was incorrectly limiting TTLs to 65535 instead of 2147483647. * When writing a master file, print the SOA and NS records (and their SIGs) before other records. * named -u failed on many Linux systems where the libc provided kernel headers do not match the current kernel. * nsupdate didn't work with IPv6.
2000-08-22Use LTCONFIG_OVERRIDE and remove libtool part of patch.skrll3-32/+8
2000-08-22don't pass ${ARCH} to ${CC} as its not a valid flag. Fixes recently noteddmcmahill2-11/+14
compile problems.
2000-08-22Added three patches to deal with a potential deadlock situation, which maywennmach4-1/+365
arise when writing back data from a vnode failed because the ticket expired in the meantime. From arla-current, thanks to Assar Westerlund and Love.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf2-4/+4
appropriate.
2000-08-21add help/disconnecthubertf1-1/+2
2000-08-21Update to rsync 2.4.5:veego2-6/+6
This version includes the following changes: - added support for 0.0.0.0/0 syntax in hosts allow/deny to mean "all hosts" - fixed crash bug with --backup-dir - fixed hang on exit due to race in waitpid and io_flush - added "ignore nonreadable" option
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf9-18/+35
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18Update to version 4.0.99k. Continuing algorithmic improvements, bug fixes;fredb3-6/+13
adds readline support to "ntpq" and "ntpdc".
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-08-17Remove unwanted patchabs1-44/+0
2000-08-17remove unnecessary whitespacewiz1-3/+3
2000-08-17wildcard dependency on libnetwiz1-2/+2
2000-08-16reissue kame patch.itojun1-2/+2
now contains security fix from http://www.securityfocus.com/templates/archive.pike?list=1&msg=36B5F824.B28E02FD@ce.cctpu.edu.ru
2000-08-16use latest IPv6 patch from kame (now supports IPv6 FTP properly).itojun10-2487/+12
patches/patch-?? contain IPv6 patches only, switch to PATCHFILES.
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOLhubertf1-3/+2
2000-08-15Update arla to 0.34.1.wennmach11-77/+48
arla-0.34.1 contains a new `bos' program, improves handling of write-back of mmaped pages after close, more stability, bug fixes, and, most notably, contains updates to the *BSD code.
2000-08-15Moved afpd, atalkd, and papd into sbin. From PR 10768 by Takahiro Kambeabs37-809/+816
Update to netatalk-asun-2.1.3nb3
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+5
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-4/+6
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz4-32/+13
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
2000-08-14HOMEPAGE changed.jlam1-2/+2
2000-08-14remove net/libnet, as we have devel/libnet alreadyitojun9-149/+1
(i should have noticed before)
2000-08-14use devel/libnet, not net/libnet (devel/libnet has been there foritojun1-2/+2
more than half a year)
2000-08-13Fix rsync dependency to accept upgraded rsync packages.kim1-2/+2
2000-08-12Use the system PPP daemon on NetBSD 1.5 or newer and the "ppp" packagetron1-18/+7
otherwise. This should fix problems with system were "pppd" is not configured.
2000-08-12Back out last commit. This is *NOT* a sollution.tron1-4/+2
2000-08-12Turn off rp-pppoe for now. Its Makefile invokes pppd, and this can beperry1-2/+4
dangerous to some machine configurations. "Not nice for make cleandir to have unexpected side effects."