Commit graph

2080 commits

Author SHA1 Message Date
kim
c514081c2a This conflicts with kth-krb4 2001-03-29 20:08:49 +00:00
itojun
92b9a54f27 upgrade to 9.1.1. functionality equal to 9.1.1rc7 (= 9.1.0.7) 2001-03-29 03:40:42 +00:00
wennmach
2d2cb2b878 regen: patch-ab is no longer pertinent 2001-03-28 22:20:56 +00:00
wennmach
b1032b7667 Terminate last line 2001-03-28 22:12:54 +00:00
tron
fc513f5a73 Update checksum file for version 0.9.8. 2001-03-28 12:32:38 +00:00
zuntum
fd66646b44 add & enable ipw 2001-03-28 07:46:20 +00:00
zuntum
737d3255e7 Initial import of ipw-3.3a
A program that automatically queries the ARIN, RIPE, and APNIC
databases to obtain the registration information for a domain.

Package contributed by Mipam Ngarong <mipam@virginia.edu>
in pkg/12454, modified by me.
2001-03-28 07:41:59 +00:00
hubertf
f1d4582b26 Update lopster to 0.9.8. Changes:
* Download bandwidth limitation
 * Detachable windows
 * etc.
2001-03-28 02:35:37 +00:00
itojun
67806df51b upgrade to 9.1.1rc7.
--- 9.1.1rc7 released ---

 791.   [bug]           The control channel did not work over IPv6.

 790.   [bug]           Wildcards created using dynamic update or IXFR
                        could fail to match. [RT #1111]

 787.   [bug]           The DNSSEC tools failed to downcase domain
                        names when mapping them into file names.

 786.   [bug]           When DNSSEC signing/verifying data, owner names were
                        not properly downcased.

        --- 9.1.1rc6 released ---

 785.   [bug]           A race condition in the resolver could cause
                        an assertion failure. [RT #673, #872, #1048]

 784.   [bug]           nsupdate and other programs would not quit properly
                        if some signals were blocked by the caller. [RT #1081]

 783.   [bug]           Following CNAMEs could cause an assertion failure
                        when either using an sdb database or under very
                        rare conditions.

 780.   [bug]           Error handling code dealing with out of memory or
                        other rare errors could lead to assertion failures
                        by calling functions on unitialized names. [RT #1065]
2001-03-27 09:01:27 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
70ef1da67c Update to wmnet-1.06nb1 to add some patches to make this work better in
a fvwm2 FvwmButton (switches are mainly to set background color etc.)
2001-03-27 02:29:17 +00:00
zuntum
428ebe872b Makefile cleanup:
* run ${SED} once passing two commands instead of running it twice
  * don't copy $$i to $$i.bak, use $$i.done files instead
2001-03-26 21:26:25 +00:00
zuntum
a15d92e723 * ${CC} -s -> ${CC} ${STRIPFLAG}
* sync quoting in all Bernstein's packages
2001-03-26 17:56:09 +00:00
zuntum
9a47a6b066 Update lftp to 2.3.9.
Version 2.3.9 - 2001-03-22

* new setting module:path, path to look for modules.
* new setting http:referer to send Referer: header, `.' expands to current
  directory URL.
* new setting hftp:use-type to disable `;type=' url suffix.
* terminal status line support (Glenn F. Maynard <glenn@zewt.org>)
* fixed mirror exclude/include options for hftp and http.
* ignore certain file locking errors, don't print messages.
2001-03-24 19:21:36 +00:00
skrll
7f09f2dbf9 Use PTL2 as the pthreads library so that knode actually does something. 2001-03-24 18:33:55 +00:00
zuntum
a7adc77e77 add & enable polsms 2001-03-23 22:17:29 +00:00
zuntum
78a388e78c Initial import of polsms.
SMS provides a useful command-line interface to sending SMS
to mobile phones on Polish GSM networks.
Documentation is available only in Polish.

Fixes pkg/11933.
2001-03-23 22:11:24 +00:00
itojun
4416c570ed config files do not need +x 2001-03-23 16:47:13 +00:00
itojun
c3fb193b8b upgrade to 1.2. use config file in /etc/totd.conf.
2001-03-13 13:12  dillema

	* Makefile.in: install manpage

2001-03-13 13:06  dillema

	* ChangeLog, README, totd.8: first totd manual page, derived from
	README file

2001-03-13 11:14  dillema

	* ne_io.c: unused variabel fix. trivial, but gets rid of a warning

	* configure.in, cons_common.c, cons_tcp_response.c,
	cons_udp_response.c, conv_trick.c, ev_udp_in.c, ne_io.c, ne_mesg.c,
	ns_const.h, protos.h, res_record.c: patches from Kame CVS, send in
	by itojun. Adds support for A6 and DNAME, and improves message
	validation and fixes possible buffer overrun....
2001-03-23 14:55:53 +00:00
wiz
46f97f0fb6 Add bogus DISTNAME so that this package doesn't bomb out on non-supported
platforms.
2001-03-23 14:53:43 +00:00
zuntum
ad48f29605 add & enable 6tunnel 2001-03-23 14:02:42 +00:00
zuntum
cbee727c9c Initial import of 6tunnel 0.07
6tunnel can translate between protocol versions on the same host,
thus offering a way to setup v4/v6 and v6/v4 proxy services.
It can bind to any of your IPv4 (default) or IPv6 addresses.
2001-03-23 13:54:47 +00:00
wiz
b698f9bbd5 Update postfix dependency, previous one wasn't dewey. 2001-03-22 13:29:18 +00:00
hubertf
88e02ac154 Update ipv6calc to 0.19. Changes:
0.19: Peter Bieringer <pb@bieringer.de>
        Extend "TODO" list
        Print also info on "-?"
        Fixes in spec file, see changelog at the end of that file
        Add "COPYING" and "INSTALLING"
        Add "installonly" on "Makefile" to support changes in spec file

0.18: Peter Bieringer <pb@bieringer.de>
        Add "make test" after "make" in spec file to stop build process, if
         compiling do not result in working code
        Add samplecode directory

0.17: Peter Bieringer <pb@bieringer.de>
        Fix "addr_to_ip6int" (sprintf)
        Minor reviews
2001-03-22 12:14:04 +00:00
itojun
8854d5fdc3 pull IPv6 patch in. 2001-03-22 06:46:11 +00:00
wiz
685f3ab076 add and enable citrix_ica 2001-03-20 19:09:19 +00:00
wiz
097ade325f Initial import of Citrix ICA, based on a package supplied by
Martti Kuparinen in pkg/12083:
Citrix(R) client for the MSW Terminal Server.
Beware of the license.
Supported platforms: NetBSD-*-i386 and NetBSD-*-sparc, though the latter
is untested.
2001-03-20 19:06:12 +00:00
wiz
30a8c9a0ea Fix i386 (and possibly atari and arm32) after last fix :) 2001-03-20 15:57:22 +00:00
wiz
dab56d799c add and enable p5-Net-Daemon 2001-03-20 14:19:12 +00:00
wiz
662450e00f Initial import of p5-Net-Daemon-0.34, provided by Eric Schnoebelen in
pkg/12421: perl5 module for writing networking daemons.
2001-03-20 14:17:43 +00:00
rh
1b1053b84e Add patch-sum file missing from previous commit 2001-03-20 12:51:14 +00:00
rh
0bc5a22026 Update dante to 1.1.9.
Changes include:

***  Tuesday, March 13, 2001 -- Dante v1.1.9

 o fix big bug in rulespermit().
   Problem reported by Stephan Eisvogel <eisvogel@hawo.stw.uni-erlangen.de>.

***  Tuesday, February 20, 2001 -- Dante v1.1.8

 o contrib directory actually added to distributed archive

***  Tuesday, February 20, 2001 -- Dante v1.1.7

 o contrib/sockd-stat.awk, provides statistics based on sockd logfiles.
        Contributed by Stephan Eisvogel <eisvogel@hawo.stw.uni-erlangen.de>.

 o If gethostbyname() fails, treat it as if resolveprotocol was set to
   fake, meaning we hope the socksserver will be able to resolve it.
   Will presumably make certain dns configurations work better for
   client.

 o When showing rule (debug mode), print out linenumber too.
   loosely based on suggestion from "N. Kremla" (kremlanh@aramco.com.sa).

 o contrib/ directory added.

 o Support for giving interfacenames as internal/external address.

 o osf host test in configure did not match all alpha based machines;
   Dobrica Pavlinusic <dpavlin@rot13.org>.

 o -V flag added to sockd, which causes the server to exit after
   parsing the configuration file.

 o Header file (socks.h) with socks function prototypes added. By
   default installed in /usr/local/include.

***  Tuesday, November 21, 2000 -- Dante v1.1.6

 o fix a bug related to hostnamelength parsing in server.
   Thanks to "Thomas Jarosch" <thomas.jarosch@styletec.de>.

***  Monday, October 16, 2000 -- Dante v1.1.5

 o New prototype for gethostbyaddr in RedHat 7.0 added.
   First reported by Paul R Streitman <prs@us.ibm.com>.

 o RedHat needs libnsl for tcpwrappers to work.
2001-03-20 12:46:50 +00:00
tron
4b7c0a433e Update "gtm" package to version 0.4.7. Changes since version 0.4.6:
- New default settings for application first use.
- Totally redesign the applet properties box and also changed
  the way download dir works in the applet add and new dialog boxes.
  Now it's more consistent.
- Lots of BUG fixes (2, 4, 7, 9, 10, 11)
The update was supplied by Mario Kemper in PR pkg/12429.
2001-03-19 17:08:04 +00:00
dmcmahill
7cbc8025cd avoid picking up a bad value for ARCH in the users environment during the
build.
2001-03-19 12:27:35 +00:00
tron
3e8284f710 Update "rp-pppoe" package to version 2.8. Changes since version 2.6:
- Added init scripts for TurboLinux, courtesy of Yasuhiro Sumi.
- Made relay.c check packet lengths rigorously; made it throw out Ethernet
  frame padding on discovery packets.
- Completely restructured source file tree.
- Much internal restructuring to eliminate a bunch of global variables.
- adsl-connect now executes /etc/ppp/adsl-lost whenever connection is dropped
  or cannot be established.
- Split pppoe.c into pppoe.c and discovery.c.
- Added relay agent (pppoe-relay).  Development of the relay agent was
  funded by IBM Corporation.
- Made adsl-connect script use the "-U" (host-unique) option to better support
  multiple PPPoE links.
- Added support for kernel-mode PPPoE (EXPERIMENTAL, UNSUPPORTED!)
- Added "-o" option to PPPoE server; encoded server PID in pppoe-server
  cookie.
Furthermore a startup script for NetBSD 1.5 and newer was added.
2001-03-18 18:55:28 +00:00
zuntum
05cd238a63 Change my email address to zuntum@netbsd.org 2001-03-16 20:51:13 +00:00
dmcmahill
1eb0efc8e5 Sync the NetBSD.cf config file with what we shipped with NetBSD-1.5
with the exception that HasXdmAuth is set to NO (since vnc doesn't
have the Wraphelp.c file).

This fixes problems on pmax, alpha, and maybe others.

This closes PR 10108
2001-03-16 15:24:54 +00:00
itojun
14757bdf0d upgrade to 9.1.1rc5 (version # is 9.1.0.5 to prevent going backward)
--- 9.1.1rc5 released ---

 778.	[bug]		When starting cache cleaning, cleaning_timer_action()
			returned without first pausing the iterator, which
			could cause deadlock. [RT #998]

 777.	[bug]		An empty forwarders list in a zone failed to override
			global forwarders. [RT #995]

 775.   [bug]		Address match lists with invalid netmasks caused
			the configuration parser to abort with an assertion
			failure. [RT #996]

 772.	[bug]		Owner names could be incorrectly omitted from cache
			dumps in the presence of negative caching entries.
			[RT #991]

 686.   [bug]		dig and nslookup can now be properly aborted during
			blocking operations. [RT #568]
2001-03-16 00:14:03 +00:00
skrll
6e3d881773 Add and enable kdenetwork2. 2001-03-14 16:42:12 +00:00
skrll
5e8b08cf90 Import of KDE 2.1 kdenetwork package. 2001-03-14 16:07:17 +00:00
agc
1b3a258925 A very dirty workaround to a compilation problem on NetBSD hosts caused by
configure script problems.
2001-03-14 10:29:42 +00:00
hubertf
11dbfdcbad Update ipv6calc to 0.16. Changes:
0.16: Peter Bieringer <pb@bieringer.de>
        Review "Makefile" to make it usable on BSD systems
        Minor reviews to enable a clean make on BSD systems

0.15: Peter Bieringer <pb@bieringer.de>
        Create TODO
        Some review
        New option: mac_to_eui64

0.14: Peter Bieringer <pb@bieringer.de>
        Review CREDITS

0.13: Peter Bieringer <pb@bieringer.de>
        Add base85 support
        Add compatv4/mapped support
        Split away some RFC depended libaries
        Rename internal used functions
        Rename options (old ones still work)
        Change IPv6 address compression method from getaddrinfo to
     native calculation (hopefully bugless)
        Some review
2001-03-13 23:37:03 +00:00
wiz
a84b08bc7e Update to 0.4.6, provided by Mario Kemper in pkg/12309.
Changes:
* New dialog box to add a list of files to be downloaded differing
  only in a sequence number (code contributed by Matthew Tuck
  <matty@chariot.net.au>).
* Fixed lot of error messages showing when network was down (thanks
  to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch)
* Scroll the file list to make the file just started visible
  (automatically or manually started)
* Applet properly resizes to different panel sizes
* Fixed incorrect CORBA communication error messages reported to the
  user
* Applet transparency problems solved. Now the applet properly
  sets its background with different GTK themes and panel backgrounds
* GTM and GTM applet now set their icons (looks cool when iconized)
* Fixed wget timeout bad argument
* Added ability to drag files from GTM, also the new file dialogs
  now accept drag data.
2001-03-13 16:33:42 +00:00
tron
04d03a49dc Update "ethereal" package to version 0.8.16 using patches supplied by
Martti Kuparinen in PR pkg/12379. Changes since version 0.8.15:
- new dissectors include SUA Light, HCLNFSD, Rquota.
- many other dissectors were updated and bug-fixed
- the wiretap library can now read Etherpeek files, and write NetMon 2.x
  files
- capture filters and display filters are kept in separate dialogues/files
  to help minimize confusion.
- a new "Decode As" feature allows some run-time configuration of which
  dissectors are called for a particular packet
- the display filter code was re-written, and some syntax changed (esp. for
  boolean variables)
2001-03-13 15:44:21 +00:00
skrll
cfe2d3edae Make sure the shared version of libwrap is picked up in the configure
script on a.out platforms.

This avoids using a horrible hack that the new libtool doesn't like.
2001-03-13 08:08:33 +00:00
kim
25d876a454 Fixed distribution -- new checksum. 2001-03-12 19:18:44 +00:00
kim
82f7679d30 Forgot one spot to make this compile on older NetBSD... 2001-03-12 19:06:50 +00:00
kim
dc18e13790 Upgrade to freerdist-0.92, which compiles on -current. 2001-03-12 18:46:14 +00:00
wiz
424b45bf07 Add patch provided by Jared McNeill in pkg/12387 which fixes deletion
of dotfiles on shares mounted by shlight.
2001-03-12 16:05:59 +00:00
wiz
e309ae67ba Fix vnc on macppc. Closes pkg/11510. 2001-03-12 10:24:03 +00:00
tron
8d63bfb4e2 Depend on "tcp_wrappers" version "7.6.1nb1" or newer under Solaris. 2001-03-10 23:36:22 +00:00
wiz
61e6d7efaa Since ntop isn't set?id anymore, make it work even if you're not root,
but have sufficient permissions on /dev/bpf. Shuffle lines around
so that error output in case of insufficient permissions happens before
curses are initialized. Install it mode 555 instead of 550.
Closes pkg/6761.
2001-03-10 18:00:51 +00:00
wiz
2f40bddf6b add and enable host 2001-03-10 17:07:26 +00:00
wiz
7953ca3b64 host-991529 -- powerful replacement for host(1).
Package provided by Greg A. Woods in pkg/12056, modified by me.
2001-03-10 17:06:37 +00:00
itojun
c8779a917f pull kame patch. A6 and DNAME support, and more careful buffer management.
(patch have sent to feico)
2001-03-10 02:23:00 +00:00
wiz
0061f78530 Replace rumba by sharity-light. 2001-03-09 16:12:39 +00:00
wiz
aae7d07f00 Remove rumba -- replace by sharity-light package. 2001-03-09 16:10:55 +00:00
wiz
a9c9600de3 sharity-light-1.2, the descendent of rumba.
Changes since 0.6 (except some OS fixes):
- renamed everything to Sharity-Light. It turned out that Wall Data
  Incorporated has registered the trademark "RUMBA". No functional changes
  have been made. The executable is now "shlight" and the version number
  has been set to 1.0 to indicate that the product is now well tested and
  considered stable, at least as stable as it can and will get.
- fixed timezone bug in kernel.c kernel_init()
- fixed crash when no mountpoint was specified
- added option to set workgroup/domain
Package provided by Jared McNeill in pkg/12360 based on the previous
rumba package.
2001-03-09 16:09:36 +00:00
itojun
28e7a98e2c no need to include bsd.prefs.mk twice 2001-03-09 12:55:48 +00:00
hubertf
36c4c438a9 Add USE_INET6 in comment so this gets added to README-IPv6.html. 2001-03-08 17:35:02 +00:00
hubertf
2b68f5a999 Forgot to remove this in last pkg update - it's now part of the pkg 2001-03-08 12:42:14 +00:00
hubertf
1d6e44cc05 patch-aa is gone 2001-03-08 12:38:27 +00:00
wiz
736d603d57 Remove trailing . from COMMENT. 2001-03-08 10:24:20 +00:00
wiz
442257fe85 Remove empty line. 2001-03-08 10:22:40 +00:00
wiz
0f437a80b9 Remove trailing . in COMMENT. 2001-03-08 10:22:21 +00:00
itojun
4432f17d02 upgrade to 9.1.1rc4.
--- 9.1.1rc4 released ---

 767.	[bug]		The configuration parser handled invalid ports badly.
			[RT #961]

 766.	[bug]		A few cases in query_find() could leak fname.
			This would trigger the mpctx->allocated == 0
			assertion when the server exited.
			[RT #739, #776, #798, #812, #818, #821, #845,
			#892, #935, #966]

 759.	[bug]		The resolver didn't turn off "avoid fetches" mode
			when restarting, possibly causing resolution
			to fail when it should not.  This bug only affected
			platforms which support both IPv4 and IPv6. [RT #927]

 758.	[bug]		The "avoid fetches" code did not treat negative
			cache entries correctly, causing fetches that would
			be useful to be avoided.  This bug only affected
			platforms which support both IPv4 and IPv6. [RT #927]

 756.	[bug]		dns_zone_load() could "return" success when no master
			file was configured.

 755.	[bug]		Fix incorrectly formatted log messages in zone.c.

 709.	[bug]		ANY or SIG queries for data with a TTL of 0
			would return SERVFAIL. [RT #620]
2001-03-07 00:39:17 +00:00
hubertf
74e64879be * Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licence
Binary pkgs will be nuked off ftp.netbsd.org in a second.
2001-03-06 16:13:36 +00:00
hubertf
21163b9a08 * Rework Makefile a little
* Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licence

Patch contributed by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-03-06 15:22:27 +00:00
wiz
e858ac7136 Update to 2.9.10, in followup to pkg/11411 by Martin Wallner.
Changes since 2.9.2: Too many too list here. (Lots of bugfixes,
and many enhancements).
2001-03-06 10:26:48 +00:00
itojun
56d747efcb install gettext catalog flie right 2001-03-06 04:19:59 +00:00
itojun
e8c8df2f4c upgrade to 0.16. changes: repaint fix, add delete_event handler.
pkgsrc - install gettext message catalog file correctly.
2001-03-06 04:19:07 +00:00
itojun
78a4203c7a add tcpdpriv and tcpdstat 2001-03-06 03:43:47 +00:00
itojun
19b4a1722f tcpdpriv, anonymize tcpdump trace 2001-03-06 03:43:16 +00:00
itojun
b47f77a6f0 tcpdstat, tcpdump file analyzer 2001-03-06 03:37:50 +00:00
itojun
7eaf5d4656 add net/tcpdmerge into SUBDIR 2001-03-06 03:00:02 +00:00
itojun
d6e507b680 tcpdmerge, merge two tcpdump files 2001-03-06 02:58:39 +00:00
jtb
b220924ae7 Add and enable p5-Net-IRC 2001-03-05 20:48:42 +00:00
jtb
d160102049 Initial import of p5-Net-IRC.
First intended to be a quick tool for writing an IRC script in Perl,
Net::IRC has grown into a comprehensive Perl implementation of the
IRC protocol (RFC 1459), supported and developed by several members
of the EFnet IRC channel #perl.

Package submitted by Damon Brodie in PR pkg/11604.
2001-03-05 20:42:11 +00:00
wiz
836c5ff045 Fix MASTER_SITE. 2001-03-05 20:13:00 +00:00
wiz
ee1c19f523 add RCS Id (!) 2001-03-05 19:06:57 +00:00
wiz
112aff08e7 Undo part of 1.30 (which must have been an error). pkg/12334. 2001-03-05 19:06:47 +00:00
hubertf
16af3a52a3 Update ngrep to 1.39. Changes:
* Moved to sourceforge
 * UNIX: Now ngrep compiles with the GPL'd GNU regex library, or the more
   license-friendly PCRE library under the Artistic License
 * UNIX: Recognition of window size changes
   Annoyed when you maximize your term program and ngrep doesn't take
   advantage of all the new space? Now ngrep catches the change
   when in a non-hexadecimal display mode and adjusts the output accordingly.
 * Minor bugfix in time printing with -t
   When run with the '-t' option, ngrep would display the previous month as
   the current date.
2001-03-05 14:39:08 +00:00
hubertf
86aaaf73a8 Update ipv6calc to version 0.12. Changes:
* Changelog fix
 * "::" checks

Updated after notify from author, Peter Bieringer <pb@bieringer.de>.
2001-03-04 20:47:38 +00:00
hubertf
27815bd19f * rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-log
Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-03-04 20:42:02 +00:00
hubertf
4316d1a1ca Update to ipv6calc-0.11. Changes: includes patches to build on
KAME-based IP stacks (like NetBSD :)
2001-03-04 17:38:36 +00:00
itojun
e1ff388139 add gtk_wicontrol 2001-03-04 16:44:29 +00:00
itojun
768360906f gtk_wicontrol, graphical status meter/controller for Wavelan cards 2001-03-04 16:43:19 +00:00
hubertf
14fdf27acf add & enable ipv6calc 2001-03-04 15:59:54 +00:00
hubertf
e5425fe530 Add ipv6calc-0.10:
ipv6calc is a small utility in C to manipulate IPv6 addresses. The intentions
were to convert a given IPv6 address into compressed format, convert a given
IPv6 address into the same format like shown in Linux' /proc/net/if_inet6 and
(because it was not difficulty) migrate ip6_int into. Now only one utiltity is
needed to do a lot (perhaps the features grow on demand in the future).

This utility will be used in the future to extend features on
network-functions-ipv6.

Examples:

 ipv6calc --addr2ip6_int  ipv6addr[/prefixlength]
  Converts given IPv6 address to a dot separated reverse nibble format for use with DNS
   e.g. 3ffe:400:100:f101::1
    -> 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.1.f.0.0.1.0.0.0.4.0.e.f.f.3.ip6.int
   e.g. 3ffe:400:100:f101::1/64 -> 1.0.1.f.0.0.1.0.0.0.4.0.e.f.f.3.ip6.int

 ipv6calc --addr2compaddr ipv6addr[/prefixlength]
  Converts given IPv6 address to a compressed one
   e.g. 3ffe:0400:0100:f101:0000:0000:0000:0001 -> 3ffe:400:100:f101::1

 ipv6calc --addr2uncompaddr ipv6addr[/prefixlength]
  Converts given IPv6 address to an uncompressed one
   e.g. 3ffe:400:100:f101::1 -> 3ffe:400:100:f101:0:0:0:1

 ipv6calc --addr2fulluncompaddr ipv6addr[/prefixlength]
  Converts given IPv6 address to a full uncompressed one
   e.g. 3ffe:400:100:f101::1 -> 3ffe:0400:0100:f101:0000:0000:0000:0001

 ipv6calc --addr2if_inet6 ipv6addr[/prefixlength]
  Converts given IPv6 address to similar format shown in /proc/net/if_inet6:
    addr scope [prefixlength]
   e.g. 3ffe:400:100:f101::1 -> 3ffe04000100f1010000000000000001 00
   e.g. 3ffe:400:100:f101::1/64 -> 3ffe04000100f1010000000000000001 00 40

 ipv6calc --if_inet62addr 32hexcharsIPv6addr [2hexcharsPrefixlength]
  Converts given if_inet6 formatted IPv6 address to normal one
   e.g. 3ffe04000100f1010000000000000001 -> 3ffe:400:100::1
   e.g. 3ffe04000100f1010000000000000001 40 -> 3ffe:400:100::1/64
2001-03-04 15:59:22 +00:00
itojun
bcaae6aaf8 remove obsoleted PATCH_SITES section. the kame patch is already integrated
into ucd-snmp distribution.
2001-03-04 13:28:45 +00:00
assar
55da32de67 turn KERBEROS into a binary switch 2001-03-04 03:26:50 +00:00
hubertf
912af0eecf unbreak this pkg - 1.1 won't run (this is a pkgsrc problem, else I'd
bump the version)
2001-03-04 02:53:27 +00:00
ad
b2e422b423 pkg/12294: pppctl dumps core. Patch from Bruno Achauer <bruno@exet-ag.de>. 2001-03-02 19:15:17 +00:00
wiz
ce7f49dd1f msgfmt is not enough, we need gettext.m4. Noted by Bob Bernstein
in pkg/12205.
2001-03-02 17:35:14 +00:00
jlam
a4827ab056 Mechanical changes to use ${PKG_PREFIX} instead of substituting for
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-03-01 19:07:51 +00:00
wiz
76f9558dc0 Sort, remove duplicate p5-Net-SNMP, and add p5-SNMP 2001-03-01 13:46:43 +00:00
hubertf
efa82f9463 [Re-import after typo in previous]
Add wminet-1.2:

Once a second, the network interfaces are queried for the amount of
data that was exchanged. The data from the selected interface is drawn
in the graph. As data is sampled, the scale of the graph will change
and is set to the maximum value seen in the data "window". The value
of the maximum data rate (in bytes per second) is displayed in the
lower left corner. A K or M is appended to the data rate for kilobytes
or megabytes, respectively.

You can cycle through the configured network interfaces by clicking
the mouse on the interface name. There is also a command line option
to specify which interface should be displayed first.

Contributed by Thomas Runge <coto@core.de> on IRC.
2001-02-28 15:37:25 +00:00
hubertf
6731d24077 add & enable wminet 2001-02-28 15:31:26 +00:00
wiz
6b161de5c2 Update to 3.02, per pkg/11601 by Damon Brodie. Bugfix release. 2001-02-28 13:14:57 +00:00
wiz
461323e062 Update to 3.60, per pkg/11603 by Damon Brodie.
Changes: Translation can now be enabled on a per ASN.1 basis; FSM event
loop prioritizes SNMP responses over other actions; added examples.
2001-02-28 13:06:57 +00:00
itojun
2d4cb2d303 upgrade to 9.2.0s20010214.
741.	[port]		Support openssl-engine. [RT #709]

 740.	[port]		Handle openssl library mismatches slightly better.

 739.	[port]		Look for /dev/random in configure, rather than
			assuming it will be there for only a predefined
			set of OSes.

 738.	[bug]		If a non-threadsafe sdb driver supported AXFR and
			received an AXFR request, it would deadlock or die
			with an assertion failure. [RT #852]

 737.	[port]		stdtime.c failed to compile on certain platforms.

 736.	[func]		New functions isc_task_{begin,end}exclusive().

 735.	[doc]		Add BIND 4 migration notes.

 734.	[bug]		An attempt to re-lock the zone lock could occur if
			the server was shutdown during a zone tranfer.
			[RT #830]

 733.	[bug]		Reference counts of dns_acl_t objects need to be
			locked but were not. [RT #801, #821]

 732.	[bug]		Glue with 0 TTL could also cause SERVFAIL.  [RT #828]

 731.	[bug]		Certain zone errors could cause named-checkzone to
			fail ungracefully.  [RT #819]

 730.	[bug]		lwres_getaddrinfo() returns the correct result when
			it fails to contact a server. [RT #768]

 729.	[port]		pthread_setconcurrency() needs to be called on Solaris.

 728.	[bug]		Fix comment processing on master file directives.
			[RT# 757]

 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]

 726.	[func]		Implement the "trace" and "notrace" commands in rndc.

 725.	[bug]		Installing man pages could fail.

 724.	[func]		New libisc functions isc_netaddr_any(),
			isc_netaddr_any6().

 723.	[bug]		Referrals whose NS RRs had a 0 TTL caused the resolver
			to return DNS_R_SERVFAIL.  [RT #783]

 722.	[func]		Allow incremental loads to be canceled.

 721.	[cleanup]	Load manager and dns_master_loadfilequota() are no
			more.

 720.	[bug]		Server could enter infinite loop in
			dispatch.c:do_cancel(). [RT #733]

 719.	[bug]		Rapid reloads could trigger an assertion failure.
			[RT #743, #763]

 718.	[cleanup]	"internal" is no longer a reserved word in named.conf.
			[RT #753, #731]

 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]

 714.	[bug]		Preserve interval timers across reloads unless changed.
			[RT# 729]

 713.	[func]		named-checkconf takes '-t directory' similar to named.
			[RT #726]

 712.	[bug]		Sending a large signed update message caused an
			assertion failure. [RT #718]

 711.	[bug]		The libisc and liblwres implementations of
			inet_ntop contained an off by one error.

 710.	[func]		The forwarders statement now takes an optional
			port. [RT #418]

 709.	[bug]		ANY or SIG queries for data with a TTL of 0
			would return SERVFAIL. [RT #620]

 708.	[bug]		When building with --with-openssl, the openssl headers
			included with BIND 9 should not be used. [RT #702]

 707.	[func]		The "filename" argument to named-checkzone is no
			longer optional, to reduce confusion. [RT #612]

 706.	[bug]		Zones with an explicit "allow-update { none; };"
			were considered dynamic and therefore not reloaded
			on SIGHUP or "rndc reload".

 705.	[port]		Work out resource limit type for use where rlim_t is
			not available. [RT #695]

 704.	[port]		RLIMIT_NOFILE is not available on all platforms.
			[RT #695]

 703.	[port]		sys/select.h is needed on older platforms. [RT #695]

 702.	[func]		If the address 0.0.0.0 is seen in resolv.conf,
			use 127.0.0.1 instead. [RT #693]

 701.	[func]		Root hints are now fully optional.  Class IN
			views use compiled-in hints by default, as
			before.  Non-IN views with no root hints now
			provide authoritative service but not recursion.
			A warning is logged if a view has neither root
			hints nor authoritative data for the root. [RT #696]

 700.	[bug]		$GENERATE range check was wrong. [RT #688]

 699.	[bug]		The lexer mishandled empty quoted strings. [RT #694]

 698.	[bug]		Aborting nsupdate with ^C would lead to several
			race conditions.

 697.	[bug]		nsupdate was not compatible with the undocumented
			BIND 8 behavior of ignoring TTLs in "update delete"
			commands. [RT #693]

 696.	[bug]		lwresd would die with an assertion failure when passed
			a zero-length name.  [RT #692]

 695.	[bug]		If the resolver attempted to query a blackholed or
			bogus server, the resolution would fail immediately.
2001-02-28 09:04:12 +00:00
jtb
eee0105d4c Conflicts with mrtg. 2001-02-27 21:22:22 +00:00
jtb
1ed436896f Add and enable p5-SNMP_Session. 2001-02-27 21:15:50 +00:00
jtb
46991b7386 Initial import of p5-SNMP_Session:
perl5 module providing rudimentary access to remote SNMP agents

Package provided by Jeff Rizzo (riz@boogers.sf.ca.us) in PR 9089.
Updated to latest version and modified slightly by me.
2001-02-27 21:09:53 +00:00
hubertf
d56ec6f154 This only conflicts with old mouse-pppoe pkgs 2001-02-27 17:42:15 +00:00
hubertf
8777b995dd Update to mouse-pppoe-20000912nb1:
* rename binary from pppoe to mouse-pppoe, so this pkg can be installed
   together with rp-pppoe
 * rename the pkg from mouse_pppoe to mouse-pppoe
 * our pppd does not understand "noipx" - leave that out!
2001-02-27 17:41:05 +00:00
itojun
7aa7e7e21e upgrade to 9.1.1rc3 (package version # is 9.1.0.3 as rc3 is prior to 9.1.1).
--- 9.1.1rc3 released ---

 754.	[bug]		Certain failure conditions sending UDP packets
			could cause the server to retry the transmission
			indefinitely. [RT #902]

 753.	[bug]		dig, host, and nslookup would fail to contact a
			remote server if getaddrinfo() returned an IPv6
			address on a system that doesn't support IPv6.
			[RT #917]

 750.	[bug]		A query should not match a DNAME whose trust level
			is pending.  [RT #916]

 749.	[bug]		When a query matched a DNAME in a secure zone, the
			server did not return the signature of the DNAME.
			[RT #915]

 747.	[bug]		The code to determine whether an IXFR was possible
			did not properly check for a database that could
			not have a journal. [RT #865, #908]

 746.	[bug]		The sdb didn't clone rdatasets properly, causing
			a crash when the server followed delegations. [RT #905]

 744.	[bug]		When returning DNS_R_CNAME or DNS_R_DNAME as the
			result of an ANY or SIG query, the resolver failed
			to setup the return event's rdatasets, causing an
			assertion failure in the query code.  [RT #881]

 743.	[bug]		Receiving a large number of certain malformed
			answers could cause named to stop responding.
			[RT #861]

 742.	[bug]		dig +domain did not work. [RT #850]

 738.	[bug]		If a non-threadsafe sdb driver supported AXFR and
			received an AXFR request, it would deadlock or die
			with an assertion failure. [RT #852]

 737.	[port]		stdtime.c failed to compile on certain platforms.

 648.	[port]		Add support for pre-RFC2133 IPv6 implementations.

	--- 9.1.1rc2 released ---

 733.	[bug]		Reference counts of dns_acl_t objects need to be
			locked but were not. [RT #801, #821]

 708.	[bug]		When building with --with-openssl, the openssl headers
			included with BIND 9 should not be used. [RT #702]
2001-02-27 02:54:27 +00:00
wiz
362bb3b0df Update to 1.4.4, pkg/12280. ChangeLog not available. 2001-02-26 20:53:50 +00:00
wiz
28eeb60ba5 Update to 1.7, provided by Mipam in private mail.
Changes: lots of bugfixes, many new plugins, SPADE (statistical anomaly
detector), and more.
2001-02-26 20:43:27 +00:00
wiz
755db410c7 Move gnomeicu from net to chat. 2001-02-26 18:43:18 +00:00
wiz
a3f53d4ef8 Sort. 2001-02-26 18:39:56 +00:00
wiz
524bef3a7c Update to 0.96, provided by Jared McNeill in pkg/12286, with slight
cleanup.
Changes: Lots of bugfixes, multi-party chat support, option to refuse
messages from unknowns, icon themes, file transfer fixes, much fewer
memory leaks.
2001-02-26 18:31:41 +00:00
wiz
088d0bc1f0 Upgrade to 2.1a (pkgsrc 2.1.0.1): Fixes a security problem.
Closes pkg/12097.
2001-02-26 11:34:54 +00:00
kei
c9fb2eae53 * regen; patches/patch-av was changed. 2001-02-25 14:34:02 +00:00
kei
842ae04082 * install man/man1/nbpunrgstr.1, too. 2001-02-25 14:33:31 +00:00
kei
2fdb0095ea * apply tbl to man/man8/papd.tbl before installing. 2001-02-25 14:32:09 +00:00
tron
d3a02e2f9b Install "mrtg.1" to "man/man1", too. 2001-02-25 13:44:55 +00:00
tron
702be3feca Only install manual pages for "cfgmaker" as "mrtgcfgmaker.1" and for
"indexmaker" as "mrtgindexmaker.1" to avoid name conflicts. All manual
pages are installed to "share/doc/mrtg" again.
2001-02-25 13:42:13 +00:00
tron
d0b9c9204c Install manual pages to "man/man1" instead of "share/doc/mrtg". 2001-02-25 13:30:41 +00:00
tron
efeed920fb Update homepage URL. 2001-02-25 09:37:44 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
christos
54a9be8cc9 update to 0.4.20 2001-02-24 23:48:57 +00:00
tron
9be21ec3d1 Add and enable "gnubile" package. 2001-02-24 23:31:01 +00:00
tron
b69d9cd6d9 Import new "gnubile" package:
Unix Gnutella client for GNOME
2001-02-24 23:27:19 +00:00
hubertf
a5bbac3e93 First round of cleaning up INSTALL usage:
INSTALL -d 	=> INSTALL_*_DIR
 INSTALL	=> INSTALL_*

Beware that only invocations are changed that don't set special
values for owner, mode or group!

Cleanup suggested by zuntum@IRC
2001-02-24 02:09:27 +00:00
is
e9d34197ea Package cleanup, as requested by Hubertf. 2001-02-23 22:13:01 +00:00
hubertf
c9ff101472 remove debug code to work with LOCALBASE!=/usr/pkg
Pointed out by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at>
2001-02-23 15:13:02 +00:00
wiz
b14cbab103 Try fixing PLIST problem. 2001-02-23 13:38:41 +00:00
wiz
e8cf061194 Distfile changed (grrrr). File on ftp.netbsd.org already removed. 2001-02-21 11:59:02 +00:00
wiz
d1e14db623 Not true anymore in 4.1.0. 2001-02-21 11:49:50 +00:00
tron
e5b2b3b621 Create directory "share/examples/rp-pppoe" before copying files there. 2001-02-20 07:49:03 +00:00
tron
a3ee46bfb1 Give instructions which components needs which configuration files in
"/etc/ppp" to work.
2001-02-20 07:48:33 +00:00
tron
0458ade205 Update comment: this isn't a special BSD port any more. 2001-02-20 07:44:31 +00:00
tron
e59fbdeb17 Install example configuration to "share/examples/rp-pppoe" instead of
"share/doc/rp-pppoe".
2001-02-20 07:43:22 +00:00
tron
8fb8d7a91e Fix "adsl-setup" to create "/etc/resolv.conf" public readable. Problem
noted by Hubert Feyrer.
2001-02-19 21:26:14 +00:00
wiz
151fef5bbe Don't need this one anymore. 2001-02-19 15:44:36 +00:00
wiz
e8a5d26f1e Update to 2.3.8. Fixes pkg/12237 by Tomasz Luchowski.
Changes:
Some minor improvements, some bugs fixed, miscellaneous improvements:
fixed rate limit with closure (net:limit-rate/ftp.host.com), don't
bind data socket to loopback address, fixed core dump after asking for
ftp:proxy password, fixed rare spinning in dns child process when
parent terminates.
2001-02-19 14:56:22 +00:00
hubertf
27142a4792 Fix typo, reported by Tomasz Luchowski <zuntum@eik.pl> in private mail. 2001-02-19 02:23:48 +00:00
itojun
b225c945cf sync comment with reality 2001-02-18 15:42:47 +00:00
itojun
a1602b29a2 need to set sysctl BEFORE starting rtadvd. 2001-02-18 15:41:59 +00:00
hubertf
1b4f0cfac6 Update to 6to4-1.1:
* Don't create extra (tmp) rtadvd.conf, assume /etc/rtadvd.conf has
   no interface specs, and just that.
 * Don't suggest clients set an explicit (static) default route. This
   will happen automatically.
 * Update manpage and html page

Thanks to Itojun and some others for their inputs!
2001-02-18 15:32:18 +00:00
hubertf
5f8764e781 add & enable smb2www 2001-02-18 04:53:10 +00:00
hubertf
46b9a21bd7 Add smb2www V980804:
SMB2WWW, the gateway to Windows networking, is a Windows Network client
that is accessible through a web browser. It is based on the samba
package.

Add this to your apache config:

	Alias /smb2www/images @PREFIX@/libexec/smb2www/images
	ScriptAlias /smb2www/ @PREFIX@/libexec/smb2www/cgi-bin/
	AddHandler cgi-script .pl

You can access the gateway at the following URL:

	http://localhost/smb2www/smb2www.pl

To make modifications to the smb2www setup, edit
@PREFIX@/libexec/smb2www/etc/smb2www.conf
2001-02-18 04:52:34 +00:00
dmcmahill
d0641a511d fix spillover of COMMENT= onto next line. 2001-02-17 20:26:03 +00:00
hubertf
4b23af66fa * update djbdns to 1.05:
20010206
		internal: response_query() takes a class argument.
		internal: query_start() takes a class argument.
		internal: packetquery() takes a class argument.
		ui: tinydns et al., axfrdns, and dnscache repeat qclass * in
			response to bogus * queries. tnx Mike Batchelor.
		ui: axfrdns rejects queries for weird classes.
		ui: axfrdns uses query ID instead of ID 0 in the series of AXFR
			response messages between the SOAs, to support the AXFR
			client in BIND 9.
		ui: axfrdns sets AA in the series of AXFR response messages.
	20010211
		ui: servers print starting message.
	        internal: some respond() declarations.
	        version: djbdns 1.05.
  * minor corrections in Makefile, like use of ${DISTNAME} in some places
    instead of djbdns-version
2001-02-17 19:07:07 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
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-16 15:51:46 +00:00
wiz
f00c1519bc Update to 4.1.0. Major change: SSL support. 2001-02-14 16:42:02 +00:00
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
itojun
d99c836a66 use 4.9.8. suggest use of BIND8 in pkg/MESSAGE.
--- 4.9.8-REL released ---

817. [security]	do not call syslog() with unbounded network data.

816. [port]	main() is an int.

815. [security]	pull in several bind8 protocol handling fixes.

814. [support]	turn on XSTATS by default

813. [port]	add __printflink(), __scanflike() to compat/include/sys/cdefs.h
2001-01-28 01:59:03 +00:00
enami
abf0d1dbf4 Don't make make build nop for the system other than sunos. 2001-01-27 11:29:48 +00:00
itojun
9e911699d3 upgrade to 8.2.3. includes very important security fixes.
--- 8.2.3-REL released ---

1139.	[bug]		inet_{net_,}ntop() had an off-by-one error.

1138.	[bug]		purge_nonglue() should only be fatal on master
			servers.

1138.	[port]		add include/errs.h to various ports.
			winnt: #1130 caused linkage failures.

	--- 8.2.3-RC5 released ---

1137.	[bug]		rfc1034 escape sequences not processed when replaying
			updates.

1136.	[port]		winnt: named nolonger creates resolv.conf.

1135.	[bug]		fixup from #1130/1132.

1134.	[port]		winnt: SIOCGIFADDR, SIOCGIFFLAGS, SIOCGIFDSTADDR and
			mkstemp() fixes.

1133.	[bug]		sorting of SIG/non-SIG records prior to rrset ordering
			of was broken.

	--- 8.2.3-RC4 released ---

1132.	[lint]		more #1130.

1131.	[support]	TTL 0 is now allowed in zone files.

1130.	[lint]		massive, massive delinting from "gcc -Wall".

1129.	[support]	"max_log_size_ixfr" is now a scaled number (4m, etc).

1128.	[contrib]	updated mdnkit.

1127.	[port]		winnt: support for more interfaces, dnskeygen.

1126.	[bug]		resolver: close cached file descriptors when socket()
			fails.

1125.	[bug]		when ns_addr_list is rotated, rotate cached file
			descriptors.

1124.	[bug]		the select() timeout was not always being correctly
			computed.

1123.	[bug]		changes to ns_addr_list were not being reflected into
			our private copy.

1122.	[port]		sco: DESTRUN and DESTSBIN can't be the same.

1121.	[cleanup]	re-word "server is ??? priming" status message.

1120.	[bug]		more #1108 fine tuning.

1119.	[bug]		"delete all" RRs were not being printed correctly.

1118.	[port]		winnt: always install the named executable

1117.	[port]		linux: turn off returning ICMP port unreachables.

1116.	[bug]		minor tweak to #1108

1115.	[bug]		fail if tsig transfers are requested but we can't
			communicate the keys to named-xfer.

1114.	[bug]		remove extraneous semi-colon from ns_parser.y

	--- 8.2.3-T9B released ---

1113.	[support]	show config file name and age in "ndc status"

1112.	[support]	"ndc status" no longer mentions loading of config.

1111.	[port]		some versions of sunos don't have _POSIX_PATH_MAX

1110.	[bug]		zones with Null keys at delegation incorreclty rejected.

1109.	[support]	named-xfer was bombing on non-TSIG'd zones

1108.	[support]	ignore queries that come in during long synch ops

1107.	[func]		allow the default syslog facility to be set by
			adding -DISC_FACILITY=<value> to CDEBUG in Makefile.set.

1106.	[func]		host statistics can now be cleared after they are
			dumped.  Use "ndc stats clear".

1105.	[func]		host-statistics-max can be used to set a upper bound
			on the number hosts we collect statistics against.

1104.	[func]		the source of a record is no longer dependent on
			setting "host-statistics yes;"

1103.	[doc]		winnt: updated port specific notes.

1102.	[port]		winnt: BINDctrl fixes

1101.	[port]		winnt: install fixes

1100.	[bug]		named-xfer some memory allocations were not checked.

1099.	[bug]		more missing INIT_LINK's.

1098.	[support]	force gmake to fail if the sub-shell fails.

1097.	[port]		winnt: lower the logging level so that BINDCtrl status
			checks do not cause the eventlog to fillup.

1096.	[bug]		don't pass '-i' to named-xfer unless we are going
			to attempt a IXFR.

1095.	[bug]		dig: report missing arguements.

1094.	[port]		winnt: more cylink fixes, updated install.

1093.	[bug]		winnt: build lib cylink correctly

1092.	[cleanup]	winnt: snmpmib.c is nolonger required

1091.	[support]	winnt: workout the install directory.

1090.	[bug]		winnt: install was copying old over new.

1089.	[bug]		winnt: fix copyright for nameserver.c
			winnt: snmpmib.c not needed in libbind.dsp

1088.	[bug]		#1053 still contained NAPTR problems.

	--- 8.2.3-T8B released ---

1087.	[port]		sunos/gcc _POSIX_PATH_MAX isn't defined when it should
			be.

1086.	[doc]		malformed man page for heap.

1085.	[bug]		ixfr responses to zones we don't server were malformed.

1084.	[bug]		INIT_LINK before APPEND in four more places.

1083.	[support]	only log "no options before zone" config error
			before FIRST zone [kjd].

1082.	[bug]		have client-side IXFR work in single answer mode [kjd].

1081.	[bug]		have server-side IXFR work in single answer mode [kjd].

1080.	[support]	still do IXFR's even when a file name is not specified
			for zone [kjd].

1079.	[support]	need to have a file name for a hints zone [kjd].

1078.	[port]		WinNT interface enumeration fixes from Danny Mayer.

1077.	[support]	format string audit.

1076.	[port]		now recognize RH7.0's "strndup()"

1075.	[contrib]	add contrib/resparse-1.3 [Henning Schulzrinne @CU]

1074.	[support]	INSIST that lists are correctly managed.

1073.	[port]		Win/NT port work from Danny Mayer.  Dig, host and
			nslookup have been added.

1072.	[port]		work around a gcc bug on solaris.

1071.	[bug]		memory leak in res_nsendsigned().

1070.	[bug]		We were accepting non syntactically valis SOA records.

1069.	[port]		movefile() is now part of libbind as isc_movefile(),
			remaining rename() calls converted to isc_movefile().

1068.	[bug]		purge the zone from memory if an error is detected
			on loading.

1067.	[bug]		reload the parent zone if loading the child zone fails,
			the parent zone may otherwise be corrupted.

1066.	[bug]		refresh/retry timer need to be reset after IXFR

1065.	[bug]		IXFR change list could be freed to early.

1064.	[bug]		unchecked memget in sx_send_ixfr().

1063.	[bug]		fix #1041 was incomplete.

1062.	[bug]		host printed out address records multiple times if
			they were at the end of a CNAME chain.

1061.	[bug]		host failed to look for A records for the second an
			subsequent entries in the search list when using
			the default lookup.

1060.	[bug]		$GENERATE did not reject a out of zone LHS.

1059.	[bug]		res_findzonecut() contained a bad debugging printf.

1058.	[bug]		possible NULL pointer de-reference in
			dst_key_to_buffer().

1057.	[doc]		document that bogus causes anti-alias processing.

1056.	[bug]		ns_sprintrrf() could incorrectly print "." as "@".

1055.	[bug]		aa was being cleared on notify "queries" prior to
			testing.

1054.	[bug]		NAPTR records were using name compression.

1053.	[bug]		NAPTR records were not being printed correctly.

1052.	[bug]		UPDATES w/ NAPTR records were failing.

1051.	[contrib]	YADDAS: Yet another DNS database awk script.

1050.	[bug]		named-bootconf did not handle cacheless secondary/stub
			zones.  NOTE cacheless secondary/stub zones are not
			recommended.

1049.	[bug]		buffer overruns by 1 in getnameinfo().

1048.	[bug]		ns_ctl_install() was corrupting the server_controls
			list.

1047.	[bug]		req_iquery() wasn't doing a final update on buflenp.

1046.	[port]		Win/NT port improved by its author.

	--- 8.2.3-T7B released ---

1045.	[bug]		forwarded and initiated TCP queries weren't affected
			by the "query-source" config option, and weren't being
			set nonblocking.

1044.	[support]	add HITCOUNTS compile-time option (from lamont@hp.com).

1043.	[bug]		dnsquery's command line args could overflow buffers.

1042.	[doc]		maintain-ixfr-base had wrong description in
			named.conf(5).

1041.	[bug]		host assumed axfr returned "one-answer" responses.

1040.	[bug]		add d_rcnt processing to update processing.

1039.	[bug]		qcomp wasn't stable.

1038.	[port]		solaris needs a strerror that does not return NULL,
			call isc_strerror instead.

1037.	[support]	soften #1025 -- continue to accept !AA notify req's.

1036.	[debug]		add TKEY debugging support.

1035.	[bug]		ndc's "help" command worked in signal but not channel
			mode.

1034.	[bug]		loc_ntoa() failed to correctly print altitudes in the
			range [-0.99 .. -0.01].

1033.	[port]		Win/NT portability infusion from Larry @NortelNetworks.

1032.	[bug]		fix minor signal buglet introduced in #1029.

1031.	[bug]		nslookup now correctly refuses to accept qtypes AXFR
			or IXFR.  (use nslookup "ls", not queries, for this.)

1030.	[protocol]	nslookup "ls" command now uses writev() rather than two
			write()'s, to get msglen and query into same tcp seg.

	--- 8.2.3-T6B released ---

1029.	[bug]		incredibly busy systems could starve handle_needs().

1028.	[protocol]	unrecognized TSIG was returning NOERROR (now NOTAUTH).

1027.	[support]	INSIST(), ENSURE(), et al, now always have sideeffects.

1026.	[port]		some kernels bogusly return tv_usec>1000000 from
			gettimeofday().  panic and dump core when this happens.

1025.	[proto]		NOTIFY messages should have AA.

1024.	[bug]		we were unwilling to use the last 10 octets of a
			response buffer in certain transaction types.

1023.	[port]		HP-UX 10.20 was looping inside contrib/dnssigner.

1022.	[port]		ensure that all handled signals are unblocked.

1021.	[bug]		the "host" command wasn't properly printing SRV RR's.

1020.	[contrib]	new "updatehosts" (V1.1.0) contributed by author.

1019.	[port]		separate CFLAGS and CPPFLAGS for unusual builds.

1018.	[bug]		When maintain_ixfr_base is set to "no" a zones IXFR
			file was still being written too.

1017.	[doc]		resolver(3) was out of date with respect to recent API
			changes.

1016.	[bug]		nslookup wasn't properly printing SIG RR's.

1015.	[bug]		when merging group information gr_name and gr_passwd
			could be left pointing at freed memory.

1014.	[bug]		iquery: DoS (potential), information leak.

1013.	[bug]		mangled hostent structures returned by
			gethostbyname_r() and friends.

1012.	[doc]		add named-bootconf example to INSTALL.

1011.	[bug]		if spawnxfer() fails we should return immediately.

1010.	[bug]		bad responses to the initial IXFR/SOA query could
			result in using an uninitalised variable.

1009.	[port]		Add support for darwin / Mac OS X

1008.	[doc]		specify allow-query default in named.conf.

1007.	[bug]		only set STREAM_AXFRIXFR if the original query is
			an IXFR.

	--- 8.2.3-T5B (RC3) released ---

1006.	[port]		Windows/NT does not have fchown().

1005.	[bug]		RD was sometimes left set, inappropriately.

1004.	[bug]		cached NXT's were corrupted.

1003.	[bug]		correction to #997.

1002.	[bug]		file descriptor leak in res_nclose().

1001.	[port]		some builds were too fast.

	--- 8.2.3-T4B (RC2) released ---

1000.	[bug]		#996 was wrongly implemented; replacement fix.

	--- 8.2.3-T3B released ---

 999.	[support]	named now makes an effort to create its files with
			ownership as specified by -u and -g command options.

 998.	[support]	show version number in NOTIFY log messages.

 997.	[support]	forwarders are now used in order by measured RTT.

 996.	[protocol]	if answering ixfr with full zone, used qtype axfr.

 995.	[bug]		"dig -b" was broken due to missing switch "break;"

 994.	[bug]		named-xfer did not handle empty question sections.

 993.	[bug]		TSIG AXFR was completely broken in DiG.

 992.	[bug]		OPTION_USE_IXFR and OPTION_MAINTAIN_IXFR_BASE had
			non-single-bit flag values in src/bin/named/ns_defs.h.

 991.	[protocol]	send A6 glue records in xfr.

 990.	[bug]		we could loose track of a bottom of zone cut if the
			write buffer filled up at just the correct moment.

 989.	[bug]		apply to "fetch-glue no;" to notify processing.  need
			to add A records that would be found this way w/
			also-notify.

 988.	[support]	report expired zones when detected in maintainence
			pass.

 987.	[feature]	"ndc reconfig -noexpired" skip attempts to load
			expired zoned when reconfiguring.

 986.	[bug]		pushlev only needs to be called for axfr/zxfr not ixfr.

	--- 8.2.3-T2B released ---

 985.	[support]	remove "view" command from nslookup (it used mktemp()).

 984.	[bug]		always restart processing query from scratch if we
			have chased a CNAME as we might still have the answer
			in the cache once the CNAME has been resolved.

 983.	[support]	"notify from non-master server" is now debug, not info.

 982.	[bug]		rollback the compression pointers array when a
			RRset/RR does not fit.

 981.	[port]		decunix: typedef (u_)int#m_t

 980.	[bug]		mishandled memget failure w/ TCP connections.

 979.	[bug]		we were failing to call ns_stopxfrs() before calling
			purge_zone() in some cases.

 978.	[port]		sco50: setsockopt(SO_REUSEADDR) fails on unix domain
			sockets

 977.	[bug]		we should be returning notimpl for update forwarding
			rather than refused.  a client receiving refused
			should terminate the update attempt.  notimpl should
			just cause the client to skip to the next server.

 976.	[bug]		some stats weren't getting incremented, & added a few.

 975.	[support]	SLAVE_FORWARD is now redundant and has been removed.

 974.	[port]		ultrix with vendor's y2k patch explicitly desupported.

 973.	[bug]		some field names added in #935 conflicted with macros.

 972.	[support]	restore heartbeat notifies.

 971.	[bug]		out of order updates in log.

 970.	[port]		solaris: add ipv6 interface scanning support.

 969.	[bug]		post process a zone load to remove any non-glue at
			or below bottom of zone.

 968.	[bug]		TSIGs failed to verify if the key name was compressed.

 967.	[bug]		zones signed by the BIND 9 signer failed to load.

	--- 8.2.3-T1A released ---

 966.	[bug]		nslookup and dig misprinted root zone in $ORIGIN.

 965.	[feature]	dig's command line input buffer was rather small.

 964.	[bug]		make res_nsearch() behave like res_search() of olde.

 963.	[bug]		res_debug::do_section() can no longer spin all VM.

 962.	[bug]		another almost-complete rewrite of IXFR from kjd (462)

 961.	[bug]		acl "none" now fails to match but doesn't end search.

 960.	[bug]		more hesiod library fixes from danny.

 959.	[doc]		christos fixed several man page typos and brainos.

 958.	[bug]		getnameinfo() should accept experimental/multicast.

 957.	[port]		ultrix again.  "cd" now presumed to be silent again.

 956.	[bug]		multiline was not being cleared correctly.

 955.	[bug]		explicit TTL on SOA records were being replaced with
			soa minimum.

 954.	[bug]		cannot load a signed root zone.

 953.	[bug]		memory overrun in set_zone_ixfr_file().

 952.	[bug]		errs was not being correctly adjusted if the included
			master file did not exist in db_load().

 951.	[bug]		contrib/dns_signer/signer: write_trim_name
			array bounds write error.

 950.	[bug]		hesiod: ctx->res was not being initalised.

 949.	[port]		aix32: add prand_conf.h and define WCOREDUMP

 948.	[bug]		fixed logic error in a number of expressions causing
			res_ninit() not to be called when it should be.

 947.	[bug]		sanity check in dst_read_key() wasn't.

 946.	[port]		freebsd: threaded library support.

 945.	[bug]		wrong file name logged in ixfr_have_log().

 944.	[doc]		add forwarders to zone types  master/slave/stub in
			named.conf man page.

 943.	[bug]		raise CNAME and OTHER / multiple CNAME logging to
			warning.

 942.	[bug]		bad referrals logged for forwarders.

 941.	[bug]		lame server detection wasn't checking for SOA record.

 940.	[clarity]	unapproved -> denied in log messages.

 939.	[bug]		reload_master and purgeandload should write the zone
			if it has been updated.

 938.	[bug]		update and ixfr logs could get corrupted.  fseek()
			before ftell() on fopen(, "a+") file.

 937.	[support]	allow parallel makes to work.

 936.	[protocol]	add preliminary A6 glue recognition in ns_req.

 935.	[cleanup]	res_nsend() segmented into multiple functions for
			readability.  also fixed two file descriptor leaks.
			CAN_RECONNECT is gone, keep one socket per nameserver.

 934.	[bug]		Perror and Aerror where incorrect if DEBUG is not
			defined.

 933.	[port]		cygwin port added

 932.	[port]		sco42 does not have unix domain sockets or gethostid.

 931.	[bug]		eventlib was not handling unix domain sockets
			correctly.

 930.	[bug]		we wern't using all the potential compression pointers
			in the question section.

 929.	[bug]		we were accepting updates (adds) with illegal ttls.

 928.	[bug]		if we manage to get a illegal ttl stored, print it
			unsigened.

 927.	[port]		hpux: (11.* 10.30) Makefile.set.gcc

 926.	[port]		hpux10: gcc needs -D_HPUX_SOURCE and -fPIC

 925.	[protocol]	when a slave loads it should notify others (RFC 1996).

 924.	[port]		sunos solaris: #define NEED_SECURE_DIRECTORY to
			secure the directory containing unix domain socket
			rather than the socket itself.

 923.	[support]	shutup "make clean" about missing threaded directories.

 922.	[bug]		removing an cached zone file then performing a
			"ndc reload zone" should force a zone transfer.

 921.	[bug]		nsupdate: listuprec was not being initalised.

 920.	[port]		aix4: Makefile.set.gcc
 			aix4: __P was being defined by <net/radix.h>

 919	[port]		linux: remove one level of symbolic linkage when
			performing make links on port/linux/include

 918.	[bug]		update prerequisite could match w/ wildcard.

 917.	[port]		irix: make the current IRIX release (6.5) work by
			not patching res_debug.c. see INSTALL if you have
			problems with 6.3.

 916.	[bug]		removing / changing a zone type could result in
			Z_NOTIFY being cleared / tested against the wrong zone.

 915.	[bug]		evNewWaitList() was not maintaining the prev chain.

 914.	[bug]		signal EWOULDBLOCK if EV_POLL'ing with no timers.

 913.	[bug]		input could get lost on the server side of a ctl sock.

 912.	[bug]		nsupdate now allows explicit 0 TTL's on added RR's.

 911.	[bug]		gethostbyname() should not return duplicate addresses.

 910.	[bug]		address-sorting logic was exiting early.

 909.	[bug]		dig wasn't respecting the +ti and +ret arguments.

 908.	[contrib]	Tony Stoneley sent us an updated misc/makezones.

 907.	[port]		winnt fixes from Larry at Nortel.

 906.	[bug]		res_findzonecut() failed if the NS referred to a CNAME.

 905.	[doc]		Minor fix to doc/man/Makefile for getnameinfo

 904.	[bug]		bin/host wasn't looking up MX records if no
			-t flags were passed to it.
2001-01-27 07:33:21 +00:00
soren
5980bb207e Update to version 1.3:
pchar-1.3 ("Year of the Snake" release): New analysis types, support
for ICMP and ICMPv6 probe packets, "tiny traceroute" mode, outgoing
interface selection, bugfixes.

Disable SNMP support as it is not yet fully integrated.
2001-01-26 22:03:57 +00:00
hubertf
652746d842 After discussion with Michael Graff, disable threads until we get a
in-tree threads implementation. Benefit of this is that the pkg now
works on all platforms (Tested: 1.5/sparc).
2001-01-26 21:12:02 +00:00
christos
61d648d40b fix typos. 2001-01-26 20:59:30 +00:00
manu
4806950845 Added httptunnel package 2001-01-26 18:05:50 +00:00
manu
dd26ed75ef Imported new httptunnel package 2001-01-26 18:03:56 +00:00
wiz
da7df966af regen 2001-01-26 10:47:11 +00:00
wiz
bb33ca9ce1 Regen. 2001-01-26 10:46:41 +00:00
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
hubertf
6da53c0321 etc/rc.d: upclient.sh -> upclient 2001-01-26 04:45:33 +00:00
hubertf
0633c8a40b snmpd tries to use librpm to give a list of installed software
via the swinst table. Disable for a number of reasons.

Patch sent in by "Greg A. Woods" <woods@planix.com> in private mail.
2001-01-26 04:38:04 +00:00
hubertf
290e682e75 Add a startup script 2001-01-26 04:25:36 +00:00
hubertf
7d8e82eb8c * Fix rc.d scripts
* support HOST-RESOURCES MIB

Patch submitted by Greg A. Woods <woods@weird.com> in PR 12043
2001-01-26 02:02:34 +00:00
hubertf
24ab6baea9 Update djbdns to 1.04. Changes:
* tinydns now automatically returns a random set of 8 addresses from
  a cluster of any size. It also supports client differentiation. There's no
  longer any reason to use pickdns. dnstracesort prints glue information that
  reveals all sorts of interesting inconsistencies.

  * minor pkg's Makefile improvements

Update submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-26 01:33:21 +00:00
wiz
5473833751 Fix apache wildcard to >=1.3.14nb1 instead of 1.3.14.1. 2001-01-25 10:46:40 +00:00
he
a5ab040e62 Redo the patch to tnmInit.c so that we don't test a now-uninitialized
variable (caused by other parts of that patch).  This lead to
precompiled MIB files being installed in "unknown-os" instead of
in "${MACHINE_ARCH}-${OPSYS}" when scotty was compiled with
optimization (which is the default), and subsequent mismatch between
installed files and PLIST.
2001-01-24 18:49:55 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
dmcmahill
c4bba400bd add CPPFLAGS to MAKE_ENV becasue the ORBit build system reruns configure
in some places and misses the -I${LOCALBASE}/include needed for libintl.h

fixes recently noted build problems on 1.5 alpha.
2001-01-23 15:38:27 +00:00
tron
b97d377126 Update "gnapster" package to version 1.4.2. Changes since version 1.4.1a:
- Official server connection bug fixed
- Opennap browse numeric removed so that browses properly function again
2001-01-23 11:52:32 +00:00
rh
0716009155 Update lftp to 2.3.7. This closes PR 12001 by Tomasz Luchowski
<zuntum@eik.pl>, thanks!

Changelog:

Version 2.3.7 - 2001-01-15
Two bugs fixed.
  * fixed OPIE/SKEY automatic password generation.
  * fixed put over http or hftp when server replies `100 Continue'.

Version 2.3.6 - 2001-01-02
Some minor improvements.
  * new setting cmd:save-cwd-history.
  * new setting ftp:fix-pasv-address, don't fix PASV address by default.
    (this fixes a problem with certain masquerading firewalls).
  * new setting hftp:use-authorization for some proxies (default is yes).
  * send port in Host: HTTP header.
  * check net:no-proxy before using hftp instead of ftp.
  * new commands bzcat, bzmore (Chmouel Boudjnah).
2001-01-20 12:38:49 +00:00
tron
66c752478a Add dependence on "tcp_wrappers" under Solaris to get "libwrap". 2001-01-19 21:39:34 +00:00
itojun
fe56d9041f upgrade to 0.90a. 0.90a fixes fatal bug in 0.90 bgpd. 2001-01-19 01:49:37 +00:00
itojun
0175ca94f0 skip bind9-current 2001-01-18 13:12:58 +00:00
itojun
881ca793ea mark it with IGNORE. 2001-01-18 13:12:30 +00:00
itojun
c6bd7f127c upgrade to 9.1.0 from ISC.
too many changes to be mentioned here.
2001-01-18 13:12:04 +00:00
pooka
ff697920ee Seems like this forcibly links itself with ncurses, so add dependecy
for now until this is investigated further.
2001-01-17 00:31:44 +00:00
pooka
c248744962 add & enable ncftp3 2001-01-17 00:19:14 +00:00
pooka
e9c65f4e56 Import ncftp3, a ftp client.
Based on package submitted by zuntum@eik.pl in pkg/11684
2001-01-17 00:18:39 +00:00
rh
1b2f28be65 Add and enable netsaint-plugin-snmp 2001-01-16 18:12:15 +00:00
rh
85ee6a16a3 Initial import of netsaint-plugin-snmp-1.2.8.4, and SNMP monitor plugin
for netsaint
2001-01-16 18:11:07 +00:00
rh
a8601342f2 Use standard ${BSD_INSTALL_xxx} macros for installation 2001-01-16 16:25:04 +00:00
rh
8b545c5900 Split out common parts of the netsaint base/plugins Makefiles into a common
include file
2001-01-16 16:23:06 +00:00
rh
91b26358fb Add and enable netsaint-plugins 2001-01-16 15:44:14 +00:00
rh
ed1bc747f5 Initial import of netsaint-plugins-1.2.8.4, a set of monitoring plugins
for netsaint
2001-01-16 15:43:29 +00:00
rh
22deb07aa4 Add and enable netsaint-base 2001-01-16 15:40:12 +00:00
rh
1f469c5d68 Initial import of netsaint-0.0.6, an advanced network monitoring program 2001-01-16 15:39:42 +00:00
hubertf
e5bb44e5e6 Fix syntax, as reported by Jim Bernard <jbernard@mines.edu> in PR 11955. 2001-01-15 11:46:41 +00:00
tron
ff35005d97 Don't explictly check for the GNU "xgettext". The Solaris one works fine. 2001-01-14 12:19:34 +00:00
tron
91e9aeb115 Add and enable "tcpdump". 2001-01-13 23:33:00 +00:00
tron
680f0b7096 Import of new Solaris only "tcpdump" package:
network monitoring tool
2001-01-13 23:29:28 +00:00
tron
0023e07141 Update "libpcap" package to version 0.6.1. Changes since version 0.5:
- New Linux libpcap implementation, which, in 2.2 and later
  kernels, uses PF_PACKET sockets and supports kernel packet
  filtering (if compiled into the kernel), and supports the "any"
  device for capturing on all interfaces.  Cleans up promiscuous
  mode better on pre-2.2 kernels, and has various other fixes
  (handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better,
  doesn't show duplicate packets on loopback interface, etc.).
- Fixed HP-UX libpcap implementation to correctly get the PPA for
  an interface, to allow interfaces to be opened by interface name.
- libpcap savefiles have system-independent link-layer type values
  in the header, rather than sometimes platform-dependent DLT_
  values, to make it easier to exchange capture files between
  different OSes.
- Non-standard capture files produced by some Linux tcpdumps, e.g.
  the one from Red Hat Linux 6.2 and later, can now be read.
- Updated autoconf stock files.
- Filter expressions can filter on VLAN IDs and various OSI
  protocols, and work on Token Ring (with non-source-routed
  packets).
- "pcap_open_dead()" added to allow compiling filter expressions
  to pcap code without opening a capture device or capture file.
- Header files fixed to allow use in C++ programs.
- Removed dependancy on native headers for packet layout.
  Removed Linux specific headers that were shipped.
- Security fixes: Strcpy replaced with strlcpy, sprintf replaced
  with snprintf.
- Fixed bug that could cause subsequent "pcap_compile()"s to fail
  erroneously after one compile failed.
- Assorted other bug fixes.
- README.aix and README.linux files added to describe
  platform-specific issues.
- "getifaddrs()" rather than SIOCGIFCONF used, if available.
2001-01-13 23:04:37 +00:00
tron
a5e3cb4f5d Make this package work under Solaris. 2001-01-13 12:37:25 +00:00
wiz
782959ff84 Wildcard dependency on nmap. 2001-01-13 12:34:30 +00:00
dent
a2e1d6edfe Update HOMEPAGE and MASTER_SITES. 2001-01-12 12:45:48 +00:00
dent
ad0d876061 Update HOMEPAGE. 2001-01-12 12:33:18 +00:00
itojun
ac3d998a9b re-enable ucd-snmp depends 2001-01-12 12:13:32 +00:00
itojun
25ad9e351e upgrade to 0.8.14.
Overview of changes in Ethereal 0.8.15:
* HSRP updates (Heikki)
* MGCP updates (Ed, Gilbert)
* Fix infinite loop problem in ICQ dissector (Gilbert)
* Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert)
* SMB fixes (Jeroen Ruigrok van der Werven)
* More complete 'manuf' file. (Gerald)
* X.25 updates (Olivier, Richard)
* RADIUS updates (Guy)
* AIM updates (Ralf Holzer)
* WCCP 2.0 support
* NG Sniffer file-reading fixes (Guy)
* New dissector: Label Distribution Protocol (Richard)
* tvbuff updates, fixes, additions (Gilbert, Guy)
* New dissector: GVRP (Kevin Shi)
* NVS v4 support (Mike Frisch)
* RTSP updates (Guy)
* Miscellaneous clean-ups (Guy, Gilbert)
* NBIPX update (Guy)
* Fix for improper buffer-overflow check in wiretap's pppdump support (Daniel Thompson)
* ISAKMP fix (itojun)
* Add TCP segment and UDP datagram checksumming code (Guy)
* Added Router-Alert IP option, RFC 2113 (Ashok)
* PPP updates (Burke Lau)
* Mobile IPv6 support (Martti Kuparinen)
* "Match Selected" works better with FT_STRING types (Ed Warnicke)
* Windows time format bug avoidance (Richard)
* X.25 over TCP support (Paul Ionescu)
* Enable FT_BYTES display filtering (Ed Warnicke)
* Added tethereal_static build target (Nathan)
* Kerberos update (Nathan, Guy)
* DLT_LINUX_SLL capture type support, used with current libpcap captures on the Linux "any" device. (Guy)
* CLNP update (Guy)
* TFTP update (Guy)
* BGP update (Greg Hankins)
* OSPF update (Guy)
* Capture updates and fixes (Guy)
* LAPBETHER support (Richard, Guy)
* TCP update for TCP MD5 signature (Greg Hankins)
* SMB-PIPE fix (Richard)
* Display filter creation GUI (Guy, based on work by Jeff Foster)
* Updates to HTTP (uPnP and SSDP support) (David Hampton)
* Preferences API updates (Guy)
* DEC LANBridge Spanning Tree Protocol support (Paul Ionescu)
* X.25 over LLC support (Paul Ionescu)
* CDP update for IP Prefix field (Paul Ionescu)
* Tvbuffication of dissectors (Guy, Gilbert)
* Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu)
* Support for NG Sniffer Frame Relay traces (Jeff Foster)
* Conversation/dissector registration updates (Guy)
* MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen)
* Doco updates (Guy)
* SOCKS fix for crashing in a conversation ping-ping (Jeff Foster)
* IEEEE 802.11 fix (Guy)
* Proper (I think) lineheight calculation in proto_draw.c (Gilbert)
* HTTP dissector can accept registration from sub-protocols (Guy)
* make-reg-dotc.py speeds up build on Win32 (Gilbert)
* LLC update (Guy)
* SCTP updates (Michael Tuexen)
* ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
2001-01-12 12:13:10 +00:00
hubertf
fc14fe92ef Add manpage.
Submitted by Andrew Brown <atatat@atatdot.net> in PR 11935.
2001-01-12 00:44:23 +00:00
itojun
ae26d450c1 upgrade to 0.90.
New RIB code provides multiple nexthop for a prefix.
Equal cost multipath works on GNU/Linux.
Communication between protocol daemon and zebra is changed to UNIX domain socket.
BGP trap MIB works.
BGP route selection is improved and various option is provided.
New OSPF packet read method.

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.
2001-01-11 05:34:16 +00:00