summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz306-307/+307
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-154/+156
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-14Update to 4.1.0. Major change: SSL support.wiz4-31/+7
2001-02-13build it with internal openssl. 9.1.1rc1 has issues with include search path.itojun1-3/+4
2001-02-11add & enable 6to4hubertf1-1/+2
2001-02-11Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling.hubertf10-0/+616
For easy IPv6 connectivity, do: * make install * cd /usr/pkg/etc * cp 6to4.conf-example 6to4.conf * in 6to4.conf, change "out_if" to match your outgoing interface: ppp0 if you're on a modem, else your ethernet card's interface. * 6to4 -v start * ping6 www.kame.net
2001-02-08Use NetBSD's curses if possible. Fix based on an idea by Julian Coleman.wiz3-10/+25
2001-02-08use 9.1.1rc1. we upgrade to release candidate for important fixesitojun3-154/+13
(change id 727 is very important). hack: package version number is set to 9.1.0.1, as 9.1.1rc1 is prior to 9.1.1. 729. [port] pthread_setconcurrency() needs to be called on Solaris. 727. [port] Work around OS bug where accept() succeeds but fails to fill in the peer address of the accepted connection, by treating it as an error rather than an assertion failure. [RT #809] 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver to return DNS_R_SERVFAIL. [RT #783] 720. [bug] Server could enter infinite loop in dispatch.c:do_cancel(). [RT #743] 719. [bug] Rapid reloads could trigger an assertion failure. [RT #743, #763] 717. [bug] Certain TKEY processing failure modes could reference an uninitialized variable, causing the server to crash. [RT #750] 716. [bug] The first line of a $INCLUDE master file was lost if an origin was specified. [RT #744] 715. [bug] Resolving some A6 chains could cause an assertion failure in adb.c. [RT #738] 711. [bug] The libisc and liblwres implementations of inet_ntop contained an off by one error. 706. [bug] Zones with an explicit "allow-update { none; };" were considered dynamic and therefore not reloaded on SIGHUP or "rndc reload". 700. [bug] $GENERATE range check was wrong. [RT #688] 698. [bug] Aborting nsupdate with ^C would lead to several race conditions. 699. [bug] The lexer mishandled empty quoted strings. [RT #694] 694. [bug] $GENERATE did not produce the last entry. [RT #682, #683] 693. [bug] An empty lwres statement in named.conf caused the server to crash while loading. 692. [bug] Deal with systems that have getaddrinfo() but not gai_strerror(). [RT #679] 691. [bug] Configuring per-view forwarders caused an assertion failure. [RT #675, #734]
2001-02-08Print 0 when the number of IRQs has become negative instead of nothing (whichbouyer1-2/+6
confuses mrtg).
2001-02-07Add and enable md-whois.agc1-1/+2
2001-02-07Initial import of md-whois, an improved whois client, into the NetBSDagc5-0/+30
packages collection. An improved whois client which attempts to find the correct server. If it can't guess, then it will default to whois.arin.net for IPv4 addresses, whois.6bone.net for IPv6 addresses, and whois.internic.net for domains. Package provided by "Jeremy C. Reed" <reed@reedmedia.net> in pkg/12117, modified by me to conform to pkgsrc conventions, and to pass pkglint.
2001-02-07Make this build on m68k.fredb3-14/+19
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz5-12/+24
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb7-20/+20
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron9-28/+28
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-04Install startup script without ".sh" extension because policy was changed.tron2-6/+6
2001-02-04Install startup script as "rtspd" again. The policy was changed.tron2-4/+4
2001-02-04Fix "Error: Destination host and port is proxy host and port." problemtron3-3/+16
which was caused by insufficient code to duplicate a "struct hostent". Bump version number to 1.0.0.0nb1.
2001-02-04Install startup script as "rtspd.sh" as most packages do.tron2-4/+4
2001-02-04Remove obsolete message.tron1-6/+0
2001-02-04Provide a new style startup script with backwards compatibility.tron1-5/+16
2001-02-04Replace monolithic old style startup script with two new style startuptron5-20/+61
scripts which include backward compatibility for pre 1.5 systems.
2001-02-04wrap long lineitojun1-2/+3
2001-02-04add rc.d/lwresditojun6-4/+46
2001-02-04use external openssl. support KAME link-local scopeid (interface name).itojun6-21/+99
to sync with net/bind9, patches/patch-a[bc] are renamed into patches-a[ij].
2001-02-04make PLIST_SRC into WRKDIR, not WRKSRCitojun1-2/+2
2001-02-04pkglint.itojun2-5/+5
2001-02-04update to 9.2.0s20010119. remove IGNORE.itojun12-172/+226
694. [bug] $GENERATE did not produce the last entry. [RT #682, #683] 693. [bug] An empty lwres statement in named.conf caused the server to crash while loading. 692. [bug] Deal with systems that have getaddrinfo() but not gai_strerror(). [RT #679] 691. [bug] Configuring per-view forwarders caused an assertion failure. [RT #675] 690. [func] $GENERATE now supports DNAME. [RT #654] 689. [doc] man pages are now installed. [RT #210] 688. [func] "make tags" now works on systems with the "Exuberant Ctags" etags.
2001-02-03upgrade to 0.91a. no changelog supplied on webpage.itojun3-9/+5
2001-02-03we don't have ocamlopt on non-i386 so don't try and use it on non-i386,dmcmahill1-2/+9
use ocamlc in that case. Fixes recently noted compile problems on alpha.
2001-02-01enable bind9-currentwiz1-2/+2
2001-02-01Judging from the alpha bulk build, this seems to want perl. Add USE_PERL5.wiz1-1/+3
2001-01-31Fix ELF run time library path.tron1-3/+5
2001-01-31make the rc.d script's name a bit more obvioushubertf2-4/+4
2001-01-31use MASTER_SITE_SOURCEFORGE for better reachabilityhubertf1-2/+2
2001-01-30Update to version 3.1.0.wrstuden8-46/+101
Also added support for regression testing. make test in package directory will run test suite. snmpd and snmptrapd need to already running, and t/startagent.pl needs to have correct values for SNMP v1 access.
2001-01-30Update "rp-pppoe" package to version 2.6. Changes since version 2.4:tron5-20/+15
- Code should now compile cleanly on Caldera and Slackware Linux - Fixed rp-pppoe.spec file to work on Mandrake and Red Hat. - Deleted some obsolete files - Fixed bug in Solaris/x86 port (thanks to Philippe Levan) - Made shell scripts nicer under Solaris (again, Philippe Levan) - Made adsl-status look under /var/run and /etc/ppp for PID files. Should fix problems with NetBSD. - Added PPPD_EXTRA to pppoe.conf; made the PID file depend on the config file name. This makes it easier to run multiple PPPoE sessions. - Tested for zero-length TCP option-length field, and for reverse-packing of type/code bitfields. Thanks to Robert Schlabbach for pointing out these problems. - Set umask to 077 in adsl-setup.in to protect created files like /etc/ppp/pap-secrets.
2001-01-30upgrade to 0.08. typo fixes in document only.itojun2-5/+5
2001-01-30Update to vtun-2.4; changes since 2.3 include:kleink2-4/+4
ver 2.4: Configurable keep-alive. Fix for 0 compression level. RPM package and documentation update. ver 2.4b2: TCP driver fixes. Modules and frame handling optimizations. Configure options to disable LZO, ZLIB, OpenSSL and Shaper support. Cleanups. Documentation update. ver 2.4b1: Numerous stability fixes. TCP driver fixes. Improved TUN driver support for Solaris 8. Fixed incorrect error handling in read_n/write_n. Signal handling fix. Persist mode fixes. Memory handling fixes. New config options. Command path parsing fix. Documentation update and spelling fixes.
2001-01-29Update for new MESSAGE handling. Noted by zuntum@eik.pl.wiz2-7/+8
2001-01-29Update to 2.3.2 (2.3.1 distfile was pointing to new version)wiz2-13/+14
Changes: make verbose flags more useful, fix some proxy problems.
2001-01-29Add missing linefeed.tron1-1/+1
2001-01-29Some more MESSAGE cleanup.wiz1-23/+22
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz23-104/+87
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-28Add and enable lopster.ad1-1/+2
2001-01-28lopster, a Gtk+ Napster clone.ad7-0/+73
2001-01-28Update "rsync" package to version 2.4.6. A change list summary is nottron2-8/+7
available.
2001-01-28use OpenSSL shipped with netbsd 1.5, or in pkgsrc/security/openssl.itojun1-2/+5
2001-01-28test NI_NUMERICSCOPE on getnameinfo scope supportitojun2-12/+11