Commit graph

1731 commits

Author SHA1 Message Date
itojun
f78d3b14e8 build it with internal openssl. 9.1.1rc1 has issues with include search path. 2001-02-13 04:56:14 +00:00
hubertf
6e01fa8721 add & enable 6to4 2001-02-11 05:24:53 +00:00
hubertf
2c31f7bf0d Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling.
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-11 05:24:29 +00:00
wiz
1028496fa4 Use NetBSD's curses if possible. Fix based on an idea by Julian Coleman. 2001-02-08 13:46:04 +00:00
itojun
1a3a725296 use 9.1.1rc1. we upgrade to release candidate for important fixes
(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-08 10:31:43 +00:00
bouyer
864027385a Print 0 when the number of IRQs has become negative instead of nothing (which
confuses mrtg).
2001-02-08 09:12:58 +00:00
agc
c8dba32812 Add and enable md-whois. 2001-02-07 16:56:35 +00:00
agc
875cacb0ad Initial import of md-whois, an improved whois client, into the NetBSD
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-07 16:55:01 +00:00
fredb
3106e9c526 Make this build on m68k. 2001-02-07 03:23:08 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
tron
fdb69bc253 Install startup script without ".sh" extension because policy was changed. 2001-02-04 18:08:27 +00:00
tron
66900f9d29 Install startup script as "rtspd" again. The policy was changed. 2001-02-04 18:05:12 +00:00
tron
866aee89b8 Fix "Error: Destination host and port is proxy host and port." problem
which was caused by insufficient code to duplicate a "struct hostent".
Bump version number to 1.0.0.0nb1.
2001-02-04 17:46:07 +00:00
tron
ecd935eca9 Install startup script as "rtspd.sh" as most packages do. 2001-02-04 16:58:57 +00:00
tron
4aa47b4da9 Remove obsolete message. 2001-02-04 16:56:58 +00:00
tron
33108968aa Provide a new style startup script with backwards compatibility. 2001-02-04 16:55:47 +00:00
tron
43db17d3e2 Replace monolithic old style startup script with two new style startup
scripts which include backward compatibility for pre 1.5 systems.
2001-02-04 15:29:58 +00:00
itojun
adf0a2f92e wrap long line 2001-02-04 12:20:22 +00:00
itojun
7d4ab2d6c1 add rc.d/lwresd 2001-02-04 12:19:24 +00:00
itojun
bc5f136ebb use external openssl. support KAME link-local scopeid (interface name).
to sync with net/bind9, patches/patch-a[bc] are renamed into patches-a[ij].
2001-02-04 11:15:43 +00:00
itojun
a3cbbd8ffd make PLIST_SRC into WRKDIR, not WRKSRC 2001-02-04 10:43:23 +00:00
itojun
bb06ef8f58 pkglint. 2001-02-04 10:40:00 +00:00
itojun
47fc4ed1d6 update to 9.2.0s20010119. remove IGNORE.
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-04 10:39:11 +00:00
itojun
322a5434be upgrade to 0.91a. no changelog supplied on webpage. 2001-02-03 09:45:16 +00:00
dmcmahill
98809be61b we don't have ocamlopt on non-i386 so don't try and use it on non-i386,
use ocamlc in that case.  Fixes recently noted compile problems on alpha.
2001-02-03 09:07:21 +00:00
wiz
c21044d4a7 enable bind9-current 2001-02-01 14:35:44 +00:00
wiz
a6a576bb2c Judging from the alpha bulk build, this seems to want perl. Add USE_PERL5. 2001-02-01 10:39:40 +00:00
tron
acdab7e494 Fix ELF run time library path. 2001-01-31 10:54:46 +00:00
hubertf
8f60996bfe make the rc.d script's name a bit more obvious 2001-01-31 04:07:36 +00:00
hubertf
4e372acf40 use MASTER_SITE_SOURCEFORGE for better reachability 2001-01-31 00:33:23 +00:00
wrstuden
302a9a2a43 Update to version 3.1.0.
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-30 22:03:38 +00:00
tron
8bb4b32ca2 Update "rp-pppoe" package to version 2.6. Changes since version 2.4:
- 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-30 20:33:25 +00:00
itojun
7452b12943 upgrade to 0.08. typo fixes in document only. 2001-01-30 19:36:04 +00:00
kleink
023e346044 Update to vtun-2.4; changes since 2.3 include:
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-30 11:24:01 +00:00
wiz
5b20515a29 Update for new MESSAGE handling. Noted by zuntum@eik.pl. 2001-01-29 15:41:23 +00:00
wiz
3ee169cd50 Update to 2.3.2 (2.3.1 distfile was pointing to new version)
Changes: make verbose flags more useful, fix some proxy problems.
2001-01-29 15:25:55 +00:00
tron
35fc18dafb Add missing linefeed. 2001-01-29 13:43:45 +00:00
wiz
d7906c3ebd Some more MESSAGE cleanup. 2001-01-29 11:38:10 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
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-29 11:34:21 +00:00
ad
97d1d29996 Add and enable lopster. 2001-01-28 19:20:16 +00:00
ad
9015deae45 lopster, a Gtk+ Napster clone. 2001-01-28 19:16:03 +00:00
tron
6c51f3f1bc Update "rsync" package to version 2.4.6. A change list summary is not
available.
2001-01-28 13:44:16 +00:00
itojun
929d931fe3 use OpenSSL shipped with netbsd 1.5, or in pkgsrc/security/openssl. 2001-01-28 13:19:28 +00:00
itojun
f253466477 test NI_NUMERICSCOPE on getnameinfo scope support 2001-01-28 07:15:29 +00:00
itojun
2ebeea38f2 use urandom (should be good enough), otherwise dnssec-keygen will take forever 2001-01-28 06:51:01 +00:00
itojun
4888096dd3 support KAME scope identifier (interface names).
vanilla BIND9 supports numeric scope identifiers.
2001-01-28 06:50:22 +00:00
hubertf
44efc8627d Use BSD_INSTALL_* macros to allow stripping via $STRIPFLAG.
Fixes PR 12057 by Greg Woods <woods@planix.com>
2001-01-28 04:03:24 +00:00
hubertf
6be2ab40ba This was meant to be added for PR 12043 - fixes part of PR 12055 2001-01-28 03:39:48 +00:00