summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-10-05Update gtm to 0.4.10magick3-7/+10
Changes since 0.4.9: * OAF instead of gnorba, thanks to Christophe Fergeau <teuf@users.sourceforge.net> * Added support for HTTPS protocol since wget supports it but you need to upgrade wget to 1.7 * New icons thanks to Paolo Bacchilega <paolo.bacch@tin.it> * Proxy settings are better looking now * Timeout value for wget is configurable now * Added new pref to run a shell command when all downloads completed (in other words, when gtm has done all it can do without user intervention). * Fixed bugs: - Crash when the config file was corrupted thanks to João Alves Marques Carneiro <ee96090@fe.up.pt> - Check that target dir exists and is writable - Do not overwrite an existing file without asking the user if he wants a override or a resume - Fixed some problems in the spec file, thanks to Alex Converse
2001-10-05Update to 0.35, per pkg/14159 by Kevin Lo.wiz2-6/+6
Changes since 0.34: * Added preforked childs to mode 'single'. * t/server (Run): Child process is now waiting one second in forking mode. Helps the script t/forkm.t to run fine.
2001-10-04Define _POSIX_THREAD_SYSCALL_SOFT=1 so syscalls won't block other threads.rh4-9/+29
Bump version to 0.5.8nb1
2001-10-04Deleted net/upclient - the uptimes project has been suspended, and if itabs10-125/+1
resumes it will use a new client and protocol.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-4/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+5
installed files. We don't want buildlink references to escape into the install directory.
2001-10-03Add a few more files to REPLACE_BUILDLINK to prevent references tojlam1-2/+4
${BUILDLINK_DIR} from escaping into the installed files.
2001-10-03Remove dependency on automake since we don't patch any of the automakejlam1-2/+1
input files (Makefile.am, configure.in, etc.).
2001-10-03gcc on arm32 goes into infinite loops with -O1 or -O2 on variousabs1-1/+5
.c files, and this package's build system is too baroque to patch sanely. Disable optimisation on arm32.
2001-10-03Update to 2.4.4, as provided in pkg/14062 by Hiramatsu Yoshifumi, withwiz4-9/+30
some changes by me (strongly buildlinked now). ATTENTION: If package compilation is failing for you on -current in the linking step, make sure you have /usr/include/libintl.h v1.2 (2001/08/13)! [Thanks for the tip, Johnny!] Some of the changes since 2.3.9 (for a complete log see ${WRKSRC}/NEWS): * sometimes lftp did not expand tilde in remote path - fixed. * new setting ftp:home to specify starting directory explicitly. Set it to `/' to override RFC1738 ftp url semantics if you don't like the look of `ftp://host/%2Fpath'. * improved abort sequence for passive mode, now wu-ftpd does not hang. * fish protocol support (over plain ssh connection). * use CONNECT method for https over http proxy. * support for variable name completion (Nicolas Noble). * queue editing support (Glenn F. Maynard). * support http keep-alive in case of chunked transfer encoding. * terminate some never-ending jobs before moving to background. * support for HTTP/1.1 416 reply code. * support for ftp ACCT command (ftp:acct variable) and for SITE GROUP command (ftp:site-group variable). E.g. `set ftp:acct/user@host account/password'. * new setting ftp:port-ipv4 to specify explicitly IP address sent with PORT command (suggested by Julien Oster and Jonas Jensen with patches). * new setting ftp:ssl-auth to specify AUTH argument to use (SSL, TLS, TLS-C or TLS-P). * roxen directory listing support. * new settings ftp:retry-530 and ftp:retry-530-anonymous. Retry on server reply 530 for PASS command if text matches these regular expressions. These settings should be useful to distinguish between overloaded server (temporary condition) and incorrect password (permanent condition). * retry ftp login quickly on next address if the server has many (works well on ftp.redhat.com, for example). * improved fuzzy variable name matching. Exact prefix and exact name after prefix are taken into account separately. E.g. http:pro is not ambigous now between http:proxy and https:proxy. * implemented -c option for reverse mirror (mirror -R -c). * allow open "" to switch to disconnected dummy session. * allow adding bookmark for disconnected dummy session. * new translation zh_TW (by R.I.P. Deaddog <maddog@linuxhall.org>). * made `lftp@' the default ftp password. As well as many bug fixes and translation updates.
2001-10-02Use MASTER_SITE_SOURCEFORGE as master site and update home page. Closesrh1-3/+3
PR 14125 by Grant Beattie.
2001-10-02upgrade to 9.2.0rc5. bugfixes only (see announcement from isc for changes).itojun2-5/+5
2001-09-30Update whatmask to 1.1zuntum2-5/+5
Changes from version 1.0: Introduced support for reporting network address, broadcast address, number of IPs, first IP and last IP. Made some source adjustments to facilitate compiling under Win32, MacOS Classic and MacOS X. Optimized a routine or two. Cleaned up code / headers.
2001-09-30Undo previous import. Alistair already committed an rdesktop package somerh4-14/+18
time ago.
2001-09-30Initial import of rdesktop-1.1.0, an open source Remote Desktop Protocolrh4-18/+14
client.
2001-09-28Update to unison-2.7.7. Changes:hubertf4-15/+41
* Many changes to the internal data structures (not backward compatible!) * Centralized backups * Lots of bug fixes * Many other feature enhancements Requested by Ben Wong <benjamin.wong@cc.gatech.edu>. While there, fix the dependency on ocaml, and install some docs. PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam33-82/+82
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Import of canonical tnftp 20030825 sources,lukem1-0/+55
to make it easier to track new versions.
2001-09-27Update delegate to 7.5.3.tacha2-5/+5
Change lists can be found at http://www.delegate.org/delegate/updates/
2001-09-26Make this package more likely to work. After we do the autoconf step,wrstuden1-2/+9
crank down the maximum number of commands to feed one sed. Otherwise config.status won't work with any of sun's seds. Doing something with gsed won't work because while you can tell a package to use a given sed (via ${SED} if needed), you can't tell configure to use a given sed.
2001-09-26Add a bunch of files I missed when first making this package.wrstuden1-1/+35
2001-09-26Note addition of net/tcpslice - tool for extracting portions of tcpdump'sjlam1-1/+2
packet trace files.
2001-09-26net/tcpslice - tool for extracting portions of tcpdump's packet trace filesjlam5-0/+53
Tcpslice extract pieces of and/or merge together packet trace files generated using tcpdump's -w flag. Tcpslice uses libpcap, a system-independent interface for user-level packet capture. Provided in pkg/13926 by Stoned Elipot <seb@pbox.org>.
2001-09-25Add and enable rdesktopagc1-1/+2
2001-09-25Import rdesktop-1.1.0, an open-source RDP client for connecting to Windows NTagc5-0/+47
and Windows 2000 terminal servers, into the packages collection. Package provided in PR 14059 by Grant Beattie (grant@grunta.com), slightly modified by myself.
2001-09-25upgrade to 9.2.0rc4. bug fixes only.itojun2-5/+5
2001-09-24add and enable tightvnc and tightvncviewer (hi charles!)wiz1-1/+3
2001-09-24Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazakitron1-2/+2
in PR pkg/14005.
2001-09-24Put a "@" in front of the recently added "${LN}" command so that thetron1-2/+2
"post-extract" target is quiet again.
2001-09-24"PKGVERSION" is now in "PLIST_SUBST" by default.tron1-3/+1
2001-09-24Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazakitron1-1/+2
in PR pkg/14045.
2001-09-23Use predefined variable "${PKGVERSION}" in "PLIST_SUBST".tron1-2/+2
2001-09-23Add docs tar file.mycroft1-1/+3
2001-09-23Tight VNC, from www.tightvnc.com.mycroft14-0/+1028
2001-09-23Fix library linkage.mycroft2-5/+15
2001-09-23Tight VNC, from www.tightvnc.com.mycroft5-0/+66
2001-09-22UseRgbTxt should be YES, since this is what we use with both XF86 3 and XF86 4.mycroft2-72/+141
2001-09-22Remove "connect4.gnutellanet.com" from host list which doesn't exist intron2-5/+5
DNS although it is listed on the web page.
2001-09-22Instead "connect1.gnutellanet.com" to "connect4.gnutellanet.com" insteadtron3-5/+31
of the dead "gnutellahosts.com" as initial host list server to access the Gnutella network. Bump package version to 0.1nb1.
2001-09-22Use MIT-SHM on non-i386, non-Linux platforms.mycroft2-16/+21
2001-09-20Seems NetBSD 1.5's pppd is not as good as this one, so make it availablehubertf1-2/+2
for NetBSD-*-* (was 1.4-only before). Reported by Christoph Leuzinger <u53n3t@westworks.ch> in de.comp.os.unix.bsd
2001-09-16add & enable publicfilezuntum1-1/+2
2001-09-16Initial import of publicfile-0.52zuntum5-0/+64
publicfile supplies files to the public through HTTP and FTP Security features: publicfile chroot()s to the public file area and sheds root privileges. publicfile never attempts to modify the public file area. publicfile never runs any other programs. HTTP features: publicfile supports virtual hosts through the Host field. publicfile supports virtual hosts through absolute URLs. publicfile supports HTTP/1.1 persistent connections. publicfile supports HTTP/1.1 chunked responses. publicfile supports user-controlled content types. publicfile supports exact-prefix If-Modified-Since. FTP features: publicfile has built-in LIST and NLST commands. publicfile provides EPLF LIST responses. publicfile supports restarted transfers. publicfile supports pipelining. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13892. This import closes pkg/13167, too.
2001-09-16Update polsms to 1.8.9dzuntum4-31/+19
Changes include minor bugfixes, see README file in distfile for details (only available in polish)
2001-09-15Update MASTER_SITESzuntum1-2/+2
2001-09-14Use libpcap buildlink.mk. pkg/13919 by Stoned Elipot.wiz3-7/+27
2001-09-14Slightly modify according to pkg/13934 by Stoned Elipot to work on Solaris.wiz1-1/+7
2001-09-14upgrade to 9.2.0rc3.itojun3-6/+7
2001-09-14Update openslp to 1.0.2. Relevant changes from version 1.0.1 include:jlam2-5/+5
* Fixed minor name resolution problem so that reverse lookups are not performed on hostnames supplied as are dotted IP addresses * Fixed minor problem where DAs listed in net.slp.DAaddresses could not be found if multicast was not enabled. * Fixed minor bugs in DA discovery code so that SLPFindScopes() returns more consistant results. * Applied patch from Jim Meyer that fixes several predicate parsing irregularities * Fixed minor KnownDAEcho problem that resulted in some DAs not getting registrations.
2001-09-13Update pen to 0.4.0. Notable changes include:rh5-86/+16
010912 When storing part of the buffer for a renewed attempt, store the *end*, not the beginning. Affects copy_up and copy_down. Autoconf. Use daemon() if available. Make sure that we don't try to close uninitialized file handles in add_client. New option -n to not make sockets nonblocking (mainly useful for debugging). 010911 Make sure that remaining data is stored away when we get EAGAIN in copy_up. Released 0.3.3. 010909 Added -p argument to store process id in a file (Andreas Wrede). Made the sockets nonblocking. Handle EAGAIN in copy_up/down. Released 0.3.2. 010908 Ignore SIGPIPE. Released 0.3.1. 010827 Option -h uses a hash on the client IP address for the initial server selection. Option -s ("stubborn") prevents failover to another server if the initial choice is unavailable. 010824 Use getport for the local port as well.