summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-05-02Fix typo in COMMENT, noted while reading the 'Changes in the NetBSDwiz1-2/+2
Packages Collection in April 2001'.
2001-05-02Disable ucd-snmp-current as ucd-snmp is newer.skrll1-2/+2
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam3-6/+6
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-27Update to a newer version, 5.3.13. (5.3.14 is out but justphil6-110/+17
has changes to build under MacOS X. No changes for NetBSD.)
2001-04-26Set minimum required Perl 5 version to 5.6.0. Fixes PR pkg/12743 bytron1-4/+5
Kimmo Suominen.
2001-04-24Update ncftp3 to version 3.0.3:zuntum3-19/+13
Sorry for dirty-looking list of changes but fmt didn't help much and I don't want to spend whole day reworking it.. o Preference options can now be "file" completed on the command line with the set/show/prefs commands. o NcFTP directory changes are now always one subdirectory at a time, for better portability on remote servers with non-UNIX filesystems. o NcFTP tries to maintain the current directory itself, like /bin/ksh and Bash do, which means that symlinks remain part of the current working directory when possible. For example, on ftp.freesoftware.com if your current directory is /pub and you "cd linux", NcFTP will use /pub/linux as the current directory, even though the canonical directory on the server is /.0/linux. This is also useful for things like Linux's Kernel.org mirrors, so if you bgget a kernel.tar.gz file the "virtual" current directory is used rather than a specific-machine's layout. o Mac OS X support added. No Mac or Aqua specific features yet. o NcFTP now has an option to automatically use ASCII mode for transfers if the file's extension corresponds to a textual data file type. o Using homegrown gl_getpass in place of getpass() and getpassphrase for all platforms, not just Windows.. o Incorporating a few getline suggestions from Ken Cox. o Configuration tweaks for Cygwin port. o Removed some arbitrary buffer size limits. o Lint fixes. o Curses configuration fixes for HP-UX. o Shell utilities now have a "-bb" flag which is just like "-b" only the job is submitted only (and no ncftpbatch is spawned). o More problems fixed with interaction with Windows FTP servers. o Better compatibility with non-standard extensions to the FTP which allow for TCP Large Windows (specifically, SITE BUFSIZE). o Win32 port had a bug which leaked file handles. o Miscellaneous Win32 port fixes. o Changed default anonymous password to NcFTP@, since no one really cares any more about using a real e-mail address. o Bug fixed where some types of servers' features might not be queried. o Fixed some inconsistencies with the -a and -A flags among NcFTP and the shell utilities. "-a" is now ASCII mode across the board, and "-A" is the flag to use for append mode (which not many people use anyway). o Bug fixed where the flag for delete after upload (-DD) was being ignored. o You can now do "set yes-i-know-about-NcFTPd yes" from a NcFTP prompt to get it to quit plugging NcFTPd every 7th time you run the program. o Like the system-wide /etc/ncftp.firewall and /etc/ncftp.firewall.fixed files for global preferences, there is now the equivalent for regular preference files (/etc/ncftp.prefs_v3 and /etc/ncftp.prefs_v3.fixed). o The ncftpbatch spool files now support some additional options for sending additional FTP commands. The options are called "pre-command", "post-command", and "per-file-command". This is useful if you need to send some odd SITE command before transfer, for example. o Similarly, ncftpget and ncftpput have new -W/-X/-Y switches so you can send pre/each/post commands. (i.e. "-W SITE MY_WEIRD_IBM_MAINFRAME_OPTION"). o Bug fixed where NcFTP was not taking advantage of re-using a currently open host when exiting and launching ncftpbatch. If you bgget a file from within NcFTP, then exit while the host is still connected, ncftpbatch is supposed to inherit that existing context without having to reopen the host. o When using a URL with ncftpget, you can do "-a" to have it use ASCII. Prior versions forced to you use the little-known URL syntax to specify ASCII mode (btw, example of that is "ftp://ftp.foo.com/pub/README.TXT;a") o Bug fixed where our handling of the TCP_NODELAY option was not getting enabled. o A few tweaks for C++ compatibility.
2001-04-22Remove FreeBSDism (NOPORTDOCS)zuntum1-3/+1
2001-04-22Now using openssl 0.9.6, and move the openssl extraction earlier.wiz1-7/+5
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz167-316/+489
2001-04-18fix on alpha.dmcmahill2-2/+19
while here add the size to distinfo
2001-04-18Remove note about Japanese support which is missing in this version.tron1-5/+0
2001-04-18Update "samba" package to version 2.0.8:tron5-236/+63
Samba 2.0.8 is a security bugfix release. Previous versions of Samba had a bug with the handling of temporary files that allows local users to destroy data on local devices. This bug was discovered during a routine security audit by Caldera. While no exploitation of this bug is known to have occurred it is fairly easy to exploit so sites with untrusted local users should take the threat seriously. Unfortunately we lose japanese language support by this update.
2001-04-18use more recent IPv6 patch.itojun2-5/+7
do not try EPRT/EPSV repeatedly if the ftp server do not support it. KAME PR 343.
2001-04-17Move "ttcp" package to category "benchmarks".tron7-134/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc118-327/+248
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc292-840/+643
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17Remove redundant EXTRACT_SUFX, because it's ".tar.gz" by default.zuntum1-2/+1
2001-04-17MD5 to SHA1 in patches' section of distinfozuntum1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-04-17Forgot to cvs rm patch-sumzuntum1-4/+0
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfozuntum2-7/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-04-13put daemon binaries in libexec (not sbin)jonb11-71/+251
put pid files in /var/run (not /var/spool/lock) make the rc.d script accept start, stop, and restart like all the others
2001-04-13Import of canonical tnftp 20030825 sources,lukem1-0/+92
to make it easier to track new versions.
2001-04-13Import of canonical tnftp 20030825 sources,lukem1-0/+63
to make it easier to track new versions.
2001-04-12Add a CONFLICTS entry for openssh.wennmach1-1/+3
Detected by pkgconflict.
2001-04-12Add a CONFLICTS entry for lukemftpdwennmach1-2/+4
Detected by pkgconflict.
2001-04-12Add a CONFLICTS entry for wu-ftpd and kth-krb4wennmach1-1/+4
Detected by pkgconflict.
2001-04-12Add a CONFLICTS entry for netatalk-umich-*wennmach1-1/+2
Found by pkgconflict.
2001-04-12on bind9 mailing list isc/niminum people recommended against the use ofitojun2-8/+4
/dev/urandom.
2001-04-09Update to 1.3.2.soren2-8/+8
The main point of this release is improved compatability with IRIX and Solaris, plus some bugfixes. There's one new significant feature, which is the option to do SUID root installations of pchar. [Not used in this pkg.]
2001-04-09lukemftpdlukem1-1/+2
2001-04-09lukemftpd - a port of netbsd(-current)'s ftpd to older netbsd releaseslukem1-0/+37
and other operating systems
2001-04-09lukemftpd - a port of netbsd(-current)'s ftpd to older netbsd releaseslukem3-0/+18
and other operating systems
2001-04-09Add this pkg to README-IPv6.htmlhubertf1-1/+2
2001-04-08Use wildcard dependence on "gtkglarea".tron1-2/+2
2001-04-07In smbclient 'mput' command, don't use find(1) with "-maxdepth"hubertf2-9/+18
argument which NetBSD doesn't support. Use ls(1) instead. Patch contributed by Claude Marinier <claude.marinier@dreo.dnd.ca> in PR 12564.
2001-04-06Update ORBit to 0.5.7. Changes are bugfixes only.rh3-16/+21
2001-04-06Prevent a buffer overflow in "ntpd"; patch pulled up from the NetBSD CVSfredb2-5/+31
repository. Unpatched, the daemon can be caused to segfault by application of malformed IP packets. Allegedly, this could lead to a root compromise, but that has not been confirmed on NetBSD. See NetBSD Security Advisory NetBSD-SA2001-004.
2001-04-05Oops: Move @PREFIX@ in right place.wiz1-3/+3
2001-04-05Add an rc.d style script (using the one from -current).wiz3-16/+37
Sort PLIST.
2001-04-05Standardize patch file names.wiz6-19/+17
2001-04-03add & enable poinkzuntum1-1/+2
2001-04-03Initial import of poink-1.5zuntum7-0/+66
This is nosuid, so absolutely secure, version of ping utility. It uses dirty trick - TCP linear syn/rst challenge instead of ICMP echo/echo reply. It won't allow any flood-pings, security compromises etc
2001-04-03Update polsms to 1.8.8dzuntum2-5/+5
o added support for www.freesms.net gateway o added possibility to get confirmation of sms delivery via mail (when using Idea)
2001-04-03Get rid of unwanted CVS Id in ${FILESDIR}/READMEzuntum1-1/+0
2001-04-02Remove unnecessary empty line.wiz1-2/+1
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-04-02MKDIR -> INSTALL_DATA_DIRwiz1-2/+2
2001-04-01Update "gtm" package to version 0.4.9. Changes since version 0.4.7:tron3-16/+19
- Added man pages of the gtm and gtm_applet thanks to Christian Marillat <marillat@wanadoo.fr>. - Fixed a couple of bugs - The buttons on the download info page where not disable on startup - Wrong error message if the file already existed in the download dir when the new download was added. Replace the file to solve it - Correct wrong English strings (thanks #i18n people) - Wrong call to gtk_rc_get_style instead of gtk_widget_get_style - Added new log text box to the application and removed all the poping windows for download log events - Added the ability to auto hide the download info page, controled from the preferences dialog box - Added a toolbar button to toggle the download info page (removed the show download info page from the preferences dialog box) - Master switch to pause the auto start of the downloads. Added new preference to keep the state of the pause button after an application restart - Fixed UI problems on the preferences dialog box - Compacted the download info page - Fixed lots of bugs - Make all the error dialog boxes parented so they don't go away from the window generating the error - Update the check interface time without a restart - BUG 8 - When BUG 2 was fixed dialog for the numeric download was missed - New icon on the list for the not started state (sourceforge bug #208692) - When loading a file not downloaded gave an error of already existing file - If the auto download was unset because an error occurred and the user had the option to stop download on a error this auto download change was not saved on the configuration file - Changing the auto download from the dialog properties stopped the download - If you do a restart the percentage on the list doesn't get updated right away - If the file size is unspecified the downloaded size and the total and session time doesn't grow - Hide the progress bar on the download info if it doesn't make sense - If the download is complete show the downloaded file size instead of unspecified in the case downloads of unknown size - Sharpen the application icon This update was contributed by Mario Kemper in PR pkg/12519.
2001-03-31gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"zuntum1-5/+1
Suggested by Matthias Scheler.