summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2000-11-24Re-enable dependencies which seem to have been removed accidentally inkleink1-3/+3
previous revision.
2000-11-23Update to 0.8.14. No changlog entry, but website states:abs2-6/+6
An exploit for a buffer overrun in the AFS dissector was recently released on BugTraq. Ethereal 0.8.14 fixes this and other possibly-exploitable overruns. Also new in 0.8.14 are dissectors for WAP, SIP, AIM/OSCAR, 802.11, GIOP v1.2, and MGCP (plugin). Other dissectors were updated as well. Be sure to upgrade to 0.8.14 as soon as possible
2000-11-23Accept opensshabs1-2/+2
2000-11-22Update ispman to 0.5nb1. Fixes some bugs in the ldap2named script.rh3-3/+50
2000-11-20ssync 1.5 adds "-f" to use a file listing the target hostskim2-4/+4
2000-11-20sdist 1.5 adds "-f" to use a file listing the target hostskim2-4/+4
2000-11-20Add and enable "airportbasestationconfig".tron1-1/+2
2000-11-20Initial import of new "airportbasestationconfig" package:tron5-0/+60
Configuration program for Apple's Airport Base Station
2000-11-20reorder non-working mirrors and fix the path to the one that works.christos1-3/+3
2000-11-20USE_LIBINTLkim1-1/+3
2000-11-18correct HOMEPAGEitojun1-2/+2
2000-11-17Only link with "-lutil" on NetBSD system.tron1-2/+7
2000-11-16Make this build with version 2.0 of the "python" package.tron1-2/+2
2000-11-15Fix incorrect dependence line.tron1-2/+2
2000-11-15This package makes only sense for NetBSD 1.4 and its update releases.tron1-1/+3
2000-11-14use USE_LIBINTL instead of explicit dependance on gettext pkg - the packagejdolecek1-2/+2
seem to work ok with gettext/libintl which is in -current tree
2000-11-14Swap tcl version in DEPENDS and BROKEN message, now passes lintpkgsrcabs1-3/+3
-BROKEN= This package has not yet been updated to work with tcl-8.3.2. +BROKEN= This package has not yet been updated to work past tcl-8.0.5. -DEPENDS+= tcl-8.0.5:../../lang/tcl +DEPENDS+= tcl-8.3.2:../../lang/tcl
2000-11-13Setting CC in CONFIGURE_ENV doesn't work as it will be overwrittentoshii1-3/+2
by the configure. Instead, set LDFLAGS so that unproven-pthreads can be found before pth. Fixes pr #11418.
2000-11-13Fix build on ELF sparc systems but testing on __ELF__ or SVR4, not just SVR4abs8-32/+60
2000-11-13Update to vnc-3.3.3.2abs7-20/+21
Changes since 3.3.3.1: vncconnect New helper program for Xvnc, which causes it to make reverse connections to a listening VNC viewer. This is similar to WinVNC's "Add New Client" / -connect feature. Xvnc New option -inetd incorporating Andre Moreira's iXvnc functionality. Fix to hextile encoding, thanks to Michael A. Fetterman - this may be the cause of the "0 bpp problem". New connect out feature by using the vncconnect command. Fix some non-ascii capitalisation issues, thanks to Vlad Harchev. Fix bounding box calculation for arcs. Other minor bug fixes. vncserver Sets DISPLAY to use unix domain socket if possible (:dpynum rather than host:dpynum). Option -kill should now work if you give it $DISPLAY as an argument. vncviewer Fix Xaw string copy bug, thanks to Tim Waugh - this fixes the problems with the password dialog with recent versions of linux
2000-11-13upgrade to 9.0.1 from ISC.itojun3-18/+19
--- 9.0.1 released --- 547. [bug] dnssafe doesn't correctly handle RSA keys longer than 2000 bits. Disable support for long keys. --- 9.0.1rc2 released --- 527. [bug] When a hint zone was configured, the spurious warning messages "Hint zones do not have a forward field" and "Hint zones do not have a forwarders field" were printed. [RT #439] --- 9.0.1rc1 released --- 526. [bug] nsupdate incorrectly refused to add RRs with a TTL of 0. 523. [doc] The source to the Administrator Reference Manual is now an XML file using the DocBook DTD, and is included in the distribution. The plain text version of the ARM is temporarily unavailable while we figure out how to generate readable plain text from the XML. 520. [bug] Upgraded libtool to 1.3.5, which makes shared library builds almost work on AIX (and possibly others). 519. [bug] dns_name_split() would improperly split some bitstring labels, zeroing a few of the least signficant bits in the prefix part. When such an improperly created prefix was returned to the RBT database, the bogus label was dutifully stored, corrupting the tree. [RT #369] 518. [bug] The resolver did not realize that a DNAME which was "the answer" to the client's query was "the answer", and such queries would fail. [RT #399] 517. [bug] The resolver's DNAME code would trigger an assertion if there was more than one DNAME in the chain. [RT #399] 516. [bug] Cache lookups which had a NULL node pointer, e.g. those by dns_view_find(), and which would match a DNAME, would trigger an INSIST(!search.need_cleanup) assertion. [RT #399] 515. [bug] The ssu table was not being attached / detached by dns_zone_[sg]etssutable. [RT#397] 511. [bug] The message code could throw an assertion on an out of memory failure. [RT #392] 510. [bug] Remove spurious view notify warning. [RT #376] 505. [bug] nsupdate was printing "unknown result code". [RT #373] 502. [func] On a SERVFAIL reply, DiG will now try the next server in the list, unless the +fail option is specified. 501. [bug] Incorrect port numbers were being displayed by nslookup. [RT #352] 500. [func] Nearly useless +details option removed from DiG. 499. [func] In DiG, specifying a class with -c or type with -t changes command-line parsing so that classes and types are only recognized if following -c or -t. This allows hosts with the same name as a class or type to be looked up. 498. [doc] There is now a man page for "dig" in doc/man/bin/dig.1. 495. [bug] nsupdate was unable to handle large records. [RT #368] 491. [bug] nsupdate would segfault when sending certain prerequisites with empty RDATA. [RT #356] 488. [bug] Locks weren't properly destroyed in some cases. 486. [bug] nslookup: "set all" and "server" commands showed the incorrect port number if a port other than 53 was specified. [RT #352] 485. [func] When dig had more than one server to query, it would send all of the messages at the same time. Add rate limiting of the transmitted messages. 483. [bug] nslookup: "set all" showed a "search" option but it was not settable. 482. [bug] nslookup: a plain "server" or "lserver" should be treated as a lookup. 481. [bug] nslookup:get_next_command() stack size could exceed per thread limit. 480. [bug] strtok() is not thread safe. [RT #349] 476. [bug] A zone could expire while a zone transfer was in progress triggering a INSIST failure. [RT #329] 475. [bug] query_getzonedb() sometimes returned a non-null version on failure. This caused assertion failures when generating query responses where names subject to additional section processing pointed to a zone to which access had been denied by means of the allow-query option. [RT #336] 474. [bug] The mnemonic of the CHAOS class is CH according to RFC1035, but it was printed and read only as CHAOS. We now accept both forms as input, and print it as CH. [RT #305] 473. [bug] nsupdate overran the end of the list of name servers when no servers could be reached, typically causing it to print the error message "dns_request_create: not implemented". 472. [bug] Off-by-one error caused isc_time_add() to sometimes produce invalid time values. 471. [bug] nsupdate didn't compile on HP/UX 10.20 463. [bug] nsupdate sent malformed SOA queries to the second and subsequent name servers in resolv.conf if the query sent to the first one failed. 459. [bug] Nslookup processed the "set" command incorrectly. 458. [bug] Nslookup didn't properly check class and type values. [RT #305] 457. [bug] Dig/host/hslookup didn't properly handle connect timeouts in certain situations, causing an unnecessary warning message to be printed. 447. [bug] Dig didn't properly retry in TCP mode after a truncated reply. [RT #277] 403. [bug] "host" did not use the search list. 395. [bug] nslookup printed incorrect RR type mnemonics for RRs of type >= 21 [RT #237]. 388. [func] dig and host can now do reverse ipv6 lookups. 387. [func] Add dns_byaddr_createptrname(), which converts an address into the name used by a PTR query. 379. [func] New library function isc_sockaddr_anyofpf(). 347. [bug] Don't crash if an argument is left off options in dig. 346. [func] Add support for .digrc config file, in the user's current directory 345. [bug] Large-scale changes/cleanups to dig: * Significantly improve structure handling * Don't pre-load entire batch files * Add name/rr counting/limiting * Fix SIGINT handling * Shorten timeouts to match v8's behavior --- 9.0.0 released ---
2000-11-12Add "USE_LIBINTL= YES" to get locale files to correct directory.tron1-1/+2
2000-11-12Works better on alpha with BPF_ALIGNMENT set to sizeof(long) insteadhe2-1/+15
of sizeof(bpf_int32).
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron7-14/+14
2000-11-10Split out vncviwer into its own package. Depend on itabs9-115/+86
2000-11-10Add vncviewerabs1-1/+2
2000-11-10Split vncviewer from vnc - its unhelpful to have to build the complete serverabs7-0/+59
_and_ depend on perl, just for the viewer package name: vncviewer-3.3.3.1
2000-11-10upgrade to 8.2.2P7.itojun2-7/+7
NOTE: we may need to run a printf format string audit like we did for in-tree BIND8. --- 8.2.2-P7 released --- 1048. [bug] ns_ctl_install() was corrupting the server_controls list. 1007. [bug] only set STREAM_AXFRIXFR if the original query is an IXFR. 982. [bug] rollback the compression pointers array when a RRset/RR does not fit. 962. [bug] another almost-complete rewrite of IXFR from kjd (462) [incorporate ZXFR DoS fix from #962] --- 8.2.2-P6 released --- 903. [bug] divide by zero bug when querying for SIG records from a secure zone. 902. [support] don't attempt to set q_fzone if we won't be using it. 901. [support] delay notify timer setting until all zones have been loaded. 900. [port] hpux10 fix call to bison; sco call bison consistenly. 899. [bug] dynamically allocate buffer used to display RR rather than uses a fixed sized one. grow as needed. 898. [bug] if truncation caused no RR's to appear in the answer we mis-classified the answer on a NODATA. 897. [support] descriptors used by named should not be inherited by named-xfer. 896. [contrib] add contrib/adm/adm-nxt, an exploit for the NXT bug in 8.2 and 8.2.1. as before, we do not recommend its use, and we do recommend that you run the latest BIND. --- 8.2.2-P5 released ---
2000-11-09Add locale files.mycroft1-1/+7
2000-11-09Would you believe it. Checksum on vnc-latest_doc.tgz changes againabs1-2/+2
2000-11-09add and enable bitchxwiz1-1/+2
2000-11-09Initial import of bitchx-1.0c17 (1.0.3.17 for dewey) provided bywiz8-0/+1047
Jared D. McNeill in 11309, with some cleanup by himself and me. Description: BitchX is an IRC (Internet Relay Chat) client by Colten Edwards aka panasync@efnet, it is based on it's predecessors ircII and EPIC.
2000-11-08/usr/local -> /usr/pkghubertf1-1/+1
2000-11-08pkglint: don't use "DISTFILES" for a single distribution file.tron1-4/+4
2000-11-08Mark this package as NetBSD only.tron1-1/+3
2000-11-08Make this package build under NetBSD 1.5 beta version.tron2-1/+20
2000-11-08Define "MANCOMPRESSED_IF_MANZ" because the BSD-style makefiles compresstron1-1/+2
manual pages automatically.
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs1-3/+3
2000-11-07- On second thought, put config files in ${PREFIX}/etc/ppp.ad6-15/+47
- Update man page references to match file locations.
2000-11-07Add and enable userppp.ad1-1/+2
2000-11-07Initial import of userppp-001107, the userland PPP package as found inad11-0/+112
FreeBSD and OpenBSD.
2000-11-07Checksum of vnc-doc-latest changed.mjl1-2/+2
2000-11-06Do not core dump if a deadlock can be avoided. Also, improvewennmach3-7/+36
modload message.
2000-11-05Update to 2.3.4, requested by phone. Changes since 2.2.6:wiz5-5/+42
* new setting ftp:bind-data-socket (bool) to disable binding of local end of data connection in passive mode. * https and ftps protocols support (openssl library is needed for that). * completion now appends a slash to remote directories (finally!). * new mirror option --parallel=[N] to download several files in parallel. * ask for password for ftp:proxy if not supplied. * now if you set ftp:proxy to http://proxy.host:port, hftp will be used automatically instead of ftp, but pwd will still show ftp://. * large file (>2G) support added. * full http keep-alive support. * new settings http:put-method (PUT or POST), http:put-content-type, http:post-content-type. * new setting xfer:max-redirections for http redirections following. * automatic cookie accepting (off by default). New setting http:set-cookies. * two http specific quote commands: `quote set-cookie' and `quote post'. (e.g. `quote set-cookie var=value' or `quote post /cgi-bin/script.cgi var=value > output'. * send encoded path in http protocol as it was entered by user in URL. (e.g. `get http://www.server.net/abc.cgi?arg=cba -o cba') * new settings http:accept, http:accept-charset, http:accept-language. * new setting cmd:move-background to disable automatic moving to background; `exit bg' forces moving to background. * `wait all' waits for termination of all jobs. * show QUIT reply in debug output. * new setting ftp:use-quit. * new setting net:persist-retries (ignore this number of hard errors). * new setting ftp:auto-sync-mode (extended regex) to match first server reply. * try to connect to original IP when PASV returns address from private network and original IP is not in private network. * add workarounds for hftp over apache proxy. * use getipnodebyname or getaddrinfo when gethostbyname2 is unavailable. and a lot of bugfixes.
2000-11-05Fix the scotty mips path.veego1-2/+2
Should we add a depends line for scotty?
2000-11-03have -lintl when we check if libintl is from GNU gettext or not.itojun5-38/+31
(bug in gettext.m4)
2000-11-02add USE_LIBINTLitojun1-1/+2
2000-11-02it needs msgfmt, add BUILD_DEPENDS to devel/gettext (not tested)itojun1-1/+2
2000-11-01ntop homepage is now www.ntop.orgabs1-2/+2
2000-10-29upgrade to 0.89a. address PR 11331 (packaging mistake in 0.89?)itojun2-4/+4