summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-01-25Provide a patch to the configure script based on the already existingskrll2-1/+3142
patch to configure.in instead of adding the missing BUILD_DEPENDS on autoconf.
2002-01-24Fix pattern for incompatible "curses" libraries so that "ncurses" is usedtron1-2/+2
under e.g. "1.5.3_ALPHA".
2002-01-21Add and enable gopheragc1-1/+2
2002-01-21Initial import of gopher-3.0.2, a distributed document delivery clientagc4-0/+54
and server, into the NetBSD Packages Collection. The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by using a client-server communications model. The Internet Gopher Server accepts simple queries, and responds by sending the client a document. This is the Gopher+ distribution based on the University of Minnesota's Internet Gopher+ distribution for UNIX machines. University of Minnesota actively developed this software until 1995. In 2000, they released it to the public under the GNU General Public License. This represents the latest version of their tree, as adopted by a group of programmers. A client for VMS is included but is not currently supported. Provided in PR 15285 by jgoerzen@complete.org
2002-01-21* Refuse to install if ${PREFIX}/lib/ICAClient already exists (otherwisemartti1-1/+12
the installation program goes crazy) * Fix path in the license generation script
2002-01-20Update "napshare" package to version 1.0. Changes since version 0.1:tron4-53/+8
- Fully automated! Lots of testing - Host cache size limit, we also load list faster - Upload resume fixed - Select files by size or name now, changes name when using size - Minimum speed for searches works again - Lots of other fixes, memory leaks are gone - Initial host connections faster and uses more static host caches - Found some possible memory leaks, fixed compile warnings for search tags - GnutellaNet number is a little more realistic, still needs work - Download try ratio 3:1 gets files started faster - Uploads monitor reads correct now - Ping shows max amount, showing how long it may take to complete a search - Other small fixes
2002-01-20Update ruby-drb package to 1.3.4.2. Changes from 1.3.2 are bellowtaca5-65/+28
with my poor translation from Japanese. 1.3.4.2 o dRuby development version. o No change in dRuby itself. o Move "drb over http" scripts from lib to sample directory. o Fix a bug in drbunit.rb. 1.3.4 o Add new sample, distribute cdbiff client and server. o Fix "yield" make a mistake its argument. o Fix exchange large message; revert sysread/syswrite to read/write. o Handle SOL_TCP. o Add DRb::DRbObservable module. 1.3.3 o Try to reuse connection (for performance improvement). o DRbObject returns the object, when URI is matched with remote. o Now DRbUnknownError can go and return. o Add hash.eql? to drb/rq.rb. o Add close on exec flag.
2002-01-19Always test thoroughly... Fixed previous fix.kim1-5/+5
2002-01-19Handle MANINSTALL correctly.kim4-8/+14
2002-01-19Update ruby-icmp package to 0.2.1. Changes are not available.taca3-9/+9
2002-01-19Update to 1.09.1 (libnet 1.0901).mjl2-6/+6
Make tests run with 5.004 Net::SMTP - Don't attempt to resolve the hostname to send in the greating. If it is not provided, use localhost.localdomain (patch from Eduardo P?rez Ureta) netrc.t - fix RE for libnet_t.pl Various doc cleanups Net::FTP - Dont send QUIT on DESTROY. Causes problems when fork() is used. Net::Domain - Fix bug causing $_ to be modified Net::FTP - Send -anonymous@ as the password for the anonymous user, not the real username. Net::SMTP - Add support for SASL AUTH (only PLAIN right now)
2002-01-18Update p5-Net-SNMP to 4.0.1mjl2-5/+5
- SNMPv3 objects using authentication now send a separate authenticated request message for time synchronization while performing discovery. - Non-blocking SNMPv1/2c messages with a "-delay" argument which are queued before entering the event loop are no longer incorrectly discarded. - The Net::SNMP::Security::Community::security_model() method now returns the correct value as reserved by RFC 2571. - The first subidentifier in an OBJECT IDENTIFIER is now restricted to ccitt(0), iso(1), or joint-iso-ccitt(2) as specified by ISO/IEC 8825. Fixes PR/15220 by Shell Hung (I really should get a function key with that text!)
2002-01-18Updated lopster to 1.0.1martti7-44/+42
* new startup logo * new button to remove transfers of offline users * searches are now sent through the "unimportant" queue like sharing files. * changed channel limit/level gui. * made winmx queuing emulation configurable in preferences * fixed bug that allowed users to bypass upload limit. * fixed topic bug. * Search history list now detachable, also some bugfixes in detach code. * added support for napigator proxy info to be stored in config file * added code to use the napigator proxy info from the config file * new: subscription system * userinfo is now saved to disk. * access list is now viewable by user * reduced hotlist tab to two columns * now at max <per_user_limit> downloads are remotely queued per user * new entry in user menu: Transfer Info * support for Opera as browser * bugfix in connection stuff * GUI support for channel mode/limit/level * changed search fields layout. * added whois output to chat window. * etc.
2002-01-18Updated citrix_ica to 6.20.97x (list of changes is unknown)martti5-147/+38
* i386: x=3, sparc: x=9 * fixed dependency to suse_x11
2002-01-17make DIST_SUBDIR include the package version since the source tarballdmcmahill2-5/+5
has no version number. Will hopefully avoid at least some checksum complaints.
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers)drochner2-4/+4
2002-01-16use buildlink for Pythondrochner4-11/+11
2002-01-16Fix broken buildlink glue code so that include files appear in thetron1-1/+6
correct directory in the buildlink directory.
2002-01-15Update ORBit to 0.5.13. Changes are bugfixes and minor interfacerh6-94/+96
enhancements.
2002-01-12Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@jlam1-4/+5
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set in /etc/mk.conf when the package is built. Instead, assume that the other rc.d scripts are in the same place as this "meta" script and locate them using "dirname $0". Problem noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-01-11upgrade to 4.2.3.itojun4-26/+52
4.2.2 -> 4.2.3 http://sourceforge.net/forum/forum.php?forum_id=140118 New: - sysLocation, sysContact, sysName and snmpEnableAuthenTraps are persistent after being set remotely. - New "ignoredisk" directive to ignore disks in the host resources mib. Bug Fixes: - The ifTable on Linux no longer reports duplicate interfaces. - perl scripts print better error messages if needed modules aren't available. - trap sinks aren't duplicated after a SIGHUP. - misc other fixes. Ports: - improved irix support. - more mibII support for windows. 4.2.1 -> 4.2.2 http://sourceforge.net/forum/forum.php?forum_id=116910 Security Bug Fixes: - A few security bugs have been found and fixed. No known exploits have been released to date. However, users are encouraged to upgrade to the 4.2.2 release as soon as possible. Bug fixes: - many misc bug fixes. - misc documentation corrections. - updated libtool to 1.4. This fixes a couple of platforms (eg, NetBSD). Ports: - mibII support for win32 - It should compile and work on MacOS X (Darwin) - udpTable supported on solaris. - win32 borland compiler supported (see win32/config.h.borland) New: - tkmib supports SETs and saving of configuration data. - snmpwalk detects out of order OIDs being returned from an agent. - snmpset accepts the '=' sign for a datatype if the mib is available to extract the datatype from instead.
2002-01-10Always use included popt.wiz1-2/+3
2002-01-10Add sdig.bouyer1-1/+2
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2002-01-10Import sdig, Switch Digger finds port assignments for a client on a switchedbouyer8-0/+254
Ethernet Provided by Greg A. Woods in PR 15157, with some minor changes to quiet pkglint.
2002-01-10Note addition of php3-snmp.jlam1-1/+2
2002-01-10Move to net/php3-snmp from the www category to match similarjlam2-0/+19
relocations of the PHP4 module packages.
2002-01-10Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@jlam1-3/+5
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set in /etc/mk.conf when the package is built. Instead, assume that the other rc.d scripts are in the same place as this "meta" script and locate them using "dirname $0". Problem noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-01-10Updated rsync to 2.5.1martti3-25/+8
* native IPv6 support * bug fixes * --progress and -P now show estimated data transfer rate * --no-detach option * clearer error messages for some conditions
2002-01-09upgrade to 0.9.0.itojun3-6/+11
--- www.ethereal.com announement Ethereal 0.9.0 has been released. Several new features have been added, including TCP graphs and ring buffer captures. The SMB dissector was completely rewritten, and many enhancements were made to the user interface. The text2pcap utility can now handle a broader range of input data formats. The developer documentation also received many updates. Bug fixes include a workaround for an SNMP bug present several Linux distributions. New dissectors include EAPOL, M2TP, MS RPC, MTP2, PCNFSD, PPP/EAPOL, QLLC, SMPP, and SUA. The AppleTalk, BEEP (formerly BXXP), BGP, CLNP, Coseventcomm, DCE RPC, Diameter, DVMRP, Gnutella, GRE, GTP, HTTP, IPSEC, IPX, ISAKMP, iSCSI, IUA, L2TP, LDP, MMSE, Mobile IP, MPLS, MTP3, OSPF, PPP, Prism, RADIUS, SCCP, SCTP, SDP, SMB, SMTP, SNA, SOCKS, SSL, Telnet, TFTP, UCP, WAP, WCCP, WSP, and X.25 dissectors all received updates. Ethereal now supports DBS Etherwatch, Visual Networks Visual UpTime, and VMS TCPIPtrace capture files. Support for Ascend/Lucent debug, Etherpeek, iptrace, and MS Netmon capture files was enhanced.
2002-01-06Update net/php4-yp to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update net/php4-sockets to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update net/php4-ftp to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-03Bump to pload-0.9.4nb2: make this compile againhubertf3-3/+17
2001-12-31Update net/php4-yp to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Update net/php4-sockets to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Updated the sockets extension to use resources instead of longs for the socket descriptors. The socket functions have been renamed to conform with the PHP standard instead of their C counterparts. The sockets extension is now usable under Win32. (Daniel)
2001-12-31Update net/php4-ftp to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Added support for socket and popen file types to ftp_fput (Jason)
2001-12-31Update to 0.18; changes since 0.17 include:kleink2-5/+5
# v 0.18 2001.11.19 - Further improved auto-download to not request things we already got - Refuse to record a download if we still have an identical active one - Integrated search results limiting patch, from Brian St. Pierre - Fixed incremental sort logic, which was not accurate for big values - Made search results sortable by Host and by Info - Integrated new manpage from Brian St. Pierre (in debian directory) - Never overwrite files in "completed dir"; rename target file if needed - Missed "return" statements in error path for "download resuming" checks - Made auto-download.txt case sensitive, and leading '#' is treated as comment - Auto-download flag made persistent, and file name set via config file - Integrated auto-download.txt patch from Brian St. Pierre - Integrated patch from Brian St. Pierre to burst gnutella.h into small files
2001-12-30newterm() appeared in NetBSD-1.5ZA; set INCOMPAT_CURSES appropriately.wiz1-2/+3
2001-12-30It would appear that this package really does need ncurses, so add aagc1-1/+2
USE_NCURSES to the package Makefile. Fixes a problem on the recent 1.5.2 bulk build.
2001-12-30Pass the MAKE_ENV definitions down to the custom do-build stage.agc1-2/+2
Fixes problem uncovered in 1.5.2 bulk build.
2001-12-29Improve COMMENTzuntum1-2/+2
2001-12-28Pull in automake - otherwise we lose on arm32 1.5 a.out systems...abs1-1/+5
2001-12-25Buildlinkify.wiz3-4/+18
2001-12-25Buildlinkify.wiz1-5/+4
2001-12-24Updated bind8 to 8.2.4nb1:abs8-71/+297
Include a basic rc.d script (based on apache), and fixup installed paths for Linux
2001-12-23Upgrade to poptop-1.0.1 since the old distribution was no longerkim4-19/+44
available, you get an HTML page instead. Fixed a syntax error in configure.in that caused compilation to fail (even with the old version) due to gettext(3) not found (-lintl was dropped).
2001-12-23Use REPLACE_PERL instead of ${SED} in post-patchzuntum1-6/+2
2001-12-21Make this package depend on net/ucspi-tcpzuntum1-1/+2
From (and fixes) pkg/14981 by Michael Neumann <neumann@s-direktnet.de>
2001-12-21Buildlink'ify and use the generic INSTALL scripts. Also move the lockjlam5-62/+90
directory to /var/run/vtund. This mirrors where samba installs its lock files (/var/run/samba). Lastly, make the vtund.8 manpage reflect where everything is really located.