summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-09-17update to 0.12:dillo4-98/+10
preliminary support for sftp (requires ssh protocol version 2) print estimated remaining time for down- and uploads
2002-09-16Update net/openslp to 1.0.9a. Changes from version 1.0.7 include:jlam3-5/+6
* Added version and length sanity checks for incoming messages * Fixed possible SEGV when logging DA traffic * Added patch from Arun Barboza that makes attribute compares case insensitive as per RFC 2608 * Added patch from Garth Bushell that fixes an SLP url parsing problem. * Added patch from Arun Barboza to handle '==' SLPv1 predicates. This patch allows better interoperability with Novell SLP networks. * Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as the request * Fixed a problem in SLPProcessMessage where errorcodes were not being returned resulting in attempts to send non-allocated sendbufs (i.e. SEGV). * Fixed a problem where SLPReg() would hang if used against a DA or SA that prematurely dropped connections * Force use of numeric IP addresses in all DAAdvert and SAAdvert messages. * Fixed bug where idle connections to DAs were not being aged. * Added code so that 'slptool -v' will return the path of the slp.conf file libslp.so is configured to use.
2002-09-16Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards.uebayasi1-2/+2
2002-09-16Updated proftpd to 1.2.6martti3-10/+10
* mod_quota removed due to lack of active maintenance * New version of mod_ldap (2.8.10) * New directives added: Define, <IfDefine>, <IfModule>, TimeoutSession * Directives removed: AllowChmod, ShowDotFiles * STOU support added * LFS support added * Fixed various minor bugs
2002-09-14Fix typo from rev 1.9.wiz1-2/+2
2002-09-13add missing item (libbind9)itojun1-1/+6
2002-09-13upgrade to 0.93b.itojun15-310/+5
o BGP connection problem is fixed. o EAGAIN check is added.
2002-09-13Fix typo.skrll1-2/+2
2002-09-13Use the "Official Pthreads Replacement" in kdenetwork2.skrll3-33/+9
Bump PKGREVISION and depend on it.
2002-09-11Add and enable dctc and dc_gui.wiz1-1/+3
2002-09-11Initial import of dctc (Direct Connect Text Client) and its GUI, dc_guiwiz26-0/+599
(Direct Connect GUI). Requested by reed some months ago ;) DC is another file sharing protocol.
2002-09-11Readd CVS Id.tron1-0/+1
2002-09-11Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:tron3-9/+7
- The editor could erroneously allocate dynamic instead of static memory. - Fixed a spurious pause that would occur if the first callout started after a cold boot had a delay of 0. - Fixed a problem with repeatedly adding and removing callouts in atomically executed code. - Fixed several bugs in error handling. - A better fix for errors in atomic code, in combination with multi-level catches. - Fixed a config file reading bug that could occur if the server was restarted. - Fixed a bug in saving/restoring variables in an object that privately inherited another. - Prevent code from being erroneously optimized away in rare cases. - Fixed a bug in handling some regular expressions. - Fixed several bugs which could, in rare cases, cause nil to turn up in mappings that had been accessed from atomically executed code. - Fixed a bug in error recovery for compiling switch statements. The update was contributed by Scott Thompson in private e-mail.
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-2/+1
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz12-22/+25
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10buildlink1 -> buildlink2jlam3-11/+8
2002-09-10Use buildlink2 and add a buildlink2.mk file for other packages.jlam2-3/+24
2002-09-09Use PKG_SYSCONFDIR. From Urban Boquist in pkg/18242.wiz1-3/+3
2002-09-09Fix buildlink2.mk file, per pkg/18225 by Julio Merino.wiz1-2/+2
2002-09-09Update to 20020811.2, from pkg/17866.wiz2-7/+9
Changes: Import the patch from Robert Elz: 1) do not reset the interface flags when terminating . 2) do not output to default logname when terminating, if -f option is not given.
2002-09-09Update to version 0.28. Changes include:heinz5-14/+72
- simple nameserver - support for TSIG and DNAME resource records - dynamic updates - should be compatible with perl 5.005_3
2002-09-08Switch to configuration tool with 128Bit encryption support. It istron2-6/+7
required to use WEP128 with Airport Base Stations which have been updated with a Lucent Orinoco Gold card. Bump package revisiont to 1 to reflect this change.
2002-09-04Mark as not-for-any-NetBSD-below-1.5W. Closes pkg/18133.wiz1-1/+4
2002-09-04Update ruby-drb package to 1.3.7.taca2-5/+5
This fixes a bug which can call private methods (potential security hole). * 1.3.7 * drb.rb: Fix obj.send(:eval, ...). * runit/drbunit.rb: Add ut_eval. * runit/ut_eval.rb: Added * 1.3.6 * drb.rb: untaint uri (for $SAFE=1). * runit/drbunit.rb: Add $SAFE=1 test. * 1.3.5 * lib/drb/extserv*.rb: Change ExtServManager#regist protocol. * runit/ut_port.rb: Adjust a port number * lib/drb/drb.rb: Add DRb::DRbServer.verbose, verbose=, #verbose=, #verbose. * lib/drb/drb.rb: Use Object.__id__ insted of Object.id.
2002-09-03upgrade to 1.0.1.itojun3-6/+20
diff from 1.0.1rc2: >Please to announce the final release of NSD-1.0.1 with minor bug fixes >and cosmetic changes, available for download:
2002-09-02update to 1.1drochner2-6/+5
changes: - Automation filters are very configurable now + regex & shell/perl - Connect via v0.6 protocol, shows host names - Obtain extra host IPs from X-Try and Ultrapeer headers - Manage host cache a little better - Put connected nodes into host cache list top at exit - Retry known Gnutella hosts that were dropped after delay - Uploads work better
2002-09-02adjust lastabs2-5/+5
2002-09-02Updated netatalk to 1.5.3.1nb2:abs8-120/+150
Use getrlimit() and setrlimit() to attempt to set the open filedescriptor to a sane value. Avoids afpd running out of fork slots when serving MacOS 10.2 clients. Patch sent back to maintainers.
2002-09-02Add "ftp.fi.netbsd.org" to master site list.tron1-2/+3
2002-09-01Upgrade to irrd-2.1.4 -- the old one did not compile anymore.kim11-296/+14
Note: uses gnupg instead of pgp5 now.
2002-09-01Saw a bash: command not found during install; added BUILD_DEPENDS on bash2sommerfeld1-1/+2
2002-09-01Disable IPv6 support under Solaris because the "configure" script claimstron1-2/+2
that getaddrinfo(3SOCKET) is buggy.
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-3/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-30Update to 0.51:wiz4-10/+10
v0.51 Fixed the bug introduced by the previous select loop fix... Thanks Evgeniy v0.50 Make "interface address" option work. Changes to "select" loop to allow window resizes (select interruption) to work. Thanks Mike!
2002-08-29Fix typo, pointed out by Eric Jacoboni in private mail.bouyer1-3/+3
2002-08-29update to 1.5.3.1nb1 - install scripts in /etc/rc.dabs2-11/+9
2002-08-28upgrade to 1.0.1 release candidate 2.itojun4-31/+19
1.0.1 ============= FEATURES: - NSD drops permissions after binding the sockets - ``cache'' zones are no longer allowed - ID.Server & Version.Server compile time options - AXFR implemented (with tcpwrapper for access control) - nsdc update and nsdc notify functinality - using named-xfer with TSIG for inbound axfr CHANGES: - the order of records in the database is from now on significant - since Berkeley DB doesnt define order for sequential access it is no longer supported BUG FIXES: - white space problem in zonec is fixed
2002-08-28Update to version 3.1.seb3-6/+31
Changes in version 3.1: 2002-04-10 - 3.1 released - Client now handles disconnect during "-k" better. - Combine query into a single string before sending to (possibly) reduce number of packets sent. 2001-10-26 - Help output and man page generated from text files. - Fix broken query to non-RIPE servers. 2001-09-17 - Fixed bug where --port didn't allow service specified by name.
2002-08-28As the comment says it perl is only needed if you want to run the validationseb1-2/+2
tests. So remove the need for perl.
2002-08-28Renamed otcl -> tcl-otcl and tclcl -> tcl-tclcl.seb2-8/+8
2002-08-28Remove buildlink.mk files that aren't used by any other files in pkgsrc.jlam1-37/+0
2002-08-28Update to KDE 3.0.3.skrll2-5/+5
While I'm here do the a.out dance for kuickshow and a couple of other minor clean ups. Changes are: kdelibs kprocess / kprocctrl: fix problem with hanging kdevelop. Javascript (core): more robust stack overflow check Javascript (html): allow to set a JS (non-CSS) property to a style object Javascript (html): improved result of navigator.platform using uname() Javascript (html): more aggressive garbage collection on clear, fixing many crashes Javascript (html): global object (window) has a correct object prototype now khtml: several crashes and bugs fixed kssl: Always verify the basic constraints on certificates (SECURITY) kdefx: Make the blending routine used by transparent menus work properly on big-endian platforms kdeui: Fix KDialog::setPlainCaption() kdebase Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole). Kicker: Quick browser escapes ampersand characters in file names. Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt". Konsole: Fixed crashes at startup related to broken font installations. Konsole: Fixed crashes when selecting in history buffer. krdb: Smarter handling of multiple and symlinked KDE and Qt installs when exporting plugin path to Qt. kdenetwork KMail: allow an ampersand as last char of an URL. KMail: Don't crash when custom drafts or sent-mail folders have been deleted or renamed. KMail: Fix auto charset detection for empty strings. KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys. KMail: Make custom (global) Bcc headers work correctly with encryption and distribution list expansion. kdepim KAlarm: Fix session restoration often not occurring at login. KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm. KAlarm: Make Close button on message window not the default button to reduce chance of accidental acknowledgement. KAlarm: Make Help button in configuration dialog display KAlarm handbook. KNotes: Compile fix for Qt 3.0.5 KOrganizer: Fixed context menu of todo list/view and event list which disappeared when using Qt 3.0.5
2002-08-27buildlink1 -> buildlink2jlam1-3/+3
2002-08-27Added mrstat-1.15abs1-1/+2
mrstat is intended to track the load, uptime, number of users, and telnet availability of a set of public access machines over time.
2002-08-27Import mrstat-1.15abs4-0/+23
mrstat is intended to track the load, uptime, number of users, and telnet availability of a set of public access machines over time.
2002-08-27Add & enable nam and ns.seb1-1/+3
2002-08-27Initial import of ns, version 2.1rc9a, into the NetBSD Packages Collection.seb21-0/+470
Based on package submitted by Jan Schaumann <jschauma@cs.stevens-tech.edu> in PR pkg/16301. NS is a discrete event simulator targeted at networking research. Ns provides substantial support for simulation of TCP, routing, and multicast protocols.
2002-08-27Initial import of nam, version 1.0rc11a, into the NetBSD Packages Collection.seb8-0/+101
Based on package submitted by Jan Schaumann <jschauma@cs.stevens-tech.edu> in PR pkg/16301. Nam is a Tcl/TK based animation tool for viewing network simulation traces and real world packet traces. It supports topology layout, packet level animation, and various data inspection tools. Nam began at LBL. It has evolved substantially over the past few years. The nam development effort is now an ongoing collaboration with the VINT project.
2002-08-26use USE_INET6 to determine whether or not to installgrant1-3/+3
include/isc/ipv6.h
2002-08-26make dig/host/nslookup work on NetBSDitojun2-1/+16