summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-05-09Remove ucd-snmp-current, since ucd-snmp is newer.wiz14-1093/+1
2001-05-09Update the homepage to the sourceforge project page, as indications arefredb1-2/+2
they've taken over maintenance for this branch. There's no hurry to upgrade -- they don't even claim to support NetBSD with the current Beta. Closes PR pkg/12872.
2001-05-09update to lukemftpd 1.1. user visible changes:lukem2-5/+5
* Fixed checkportcmd for the IPv4 case. * Added support for S/Key authentication. * Use method other than glob(3) to do ~ expansion. * Improve portability. * Rewrite method of handling out-of-band operations, in order to more easily support RFC2228 security extensions in a future release.
2001-05-08use a common patches directory and distinfo file, but usedmcmahill8-19/+20
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we can find the right one per suggestions on tech-pkg.
2001-05-06add missing RCS id and remove spurious sha1 line.dmcmahill1-1/+1
2001-05-06upgrade to 9.1.2.itojun2-6/+6
--- 9.1.2 released --- --- 9.1.2rc1 released --- 820. [bug] Name server address lookups failed to follow A6 chains into the glue of local authoritative zones. 819. [bug] In certain cases, the resolver's attempts to restart an address lookup at the root could cause the fetch to deadlock (with itself) instead of restarting. [RT #1225] 818. [bug] Certain pathological responses to ANY queries could cause an assertion failure. [RT #1218] 816. [bug] Report potential problems with log file accessibility at configuration time, since such problems can't reliably be reported at the time they actually occur. 815. [bug] If a log file was specified with a path separator character (i.e. "/") in its name and the directory did not exist, the log file's name was treated as though it were the directory name. [RT #1189] 814. [bug] Socket objects left over from accept() failures were incorrectly destroyed, causing corruption of socket manager data structures. 813. [bug] File descriptors exceeding FD_SETSIZE were handled badly. [RT #1192] 812. [bug] dig sometimes printed incomplete IXFR responses due to an uninitialized variable. [RT #1188] 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194] 810. [bug] The signer name in SIG records was not properly downcased when signing/verifying records. [RT #1186] 807. [bug] When setting up TCP connections for incoming zone transfers, the transfer-source port was not ignored like it should be. 804. [bug] Attempting to obtain entropy could fail in some situations. This would be most common on systems with user-space threads. [RT #1131] 802. [bug] DNSSEC key tags were computed incorrectly in almost all cases. [RT #1146] 801. [bug] nsupdate should treat lines beginning with ';' as comments. [RT #1139] 800. [bug] dnssec-signzone produced incorrect statistics for large zones. [RT #1133] 799. [bug] The ADB didn't find AAAA glue in a zone unless A6 glue was also present.
2001-05-05Mechanical changes of tk DEPENDS:jlam3-6/+6
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-05-05uncomment some tests i'd commented out for testing...dmcmahill1-4/+4
2001-05-05get this to go on sparc as well as i386. The distfiles are differentdmcmahill11-21/+86
and hence patches can't be shared. Also, there are some minor PLIST differences.
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