summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2000-09-24Upgrade to v2.2.6, as requested by Tomasz Luchowski <zuntum@eik.pl>.hubertf2-4/+4
Changes: Version 2.2.6 - 2000-09-07 * compile fix for AIX (Gombas Gabor). * reformat EPLF even if modification time if absent (Matthias Andree). * russian translation updated (Alexander Lukyanov). * deutsch translation updated (Moritz Moeller-Herrmann). * french translation included (Nicolas Noble). Version 2.2.5 - 2000-07-31 * fixed coredump on completion and globbing on empty directory or when directory listing cannot be completely parsed. * fixed coredump on FreeBSD in `mirror -x/-i'. * fixed coredump on ^V^C^C keyboard sequence. * Spanish translation updated. Version 2.2.4 - 2000-07-12 * fixed chmod and removing old directories in `mirror -R'. * fixed a deadlock in `pget'. * fixed a compile problem in Http.cc. * italian translation updated. Version 2.2.3 - 2000-06-08 * cmd:prompt is now sensitive to TERM variable, e.g. cmd:prompt/xterm. * fixed: send un-localized Last-Modified in http PUT request. * fixed bug in file:/ accessing (which caused hang). * fixed buffer allocation in http. * fixed symlink handling in hftp squid listing. * fixed rare spinning in ascii mode.
2000-09-20Install rc.d control script as "foo" instead of "foo.sh" to comply withjlam1-1/+4
how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-19Install the binary for this package as mode 550, and disable theagc10-155/+64
-w option, to avoid any compromises due to reported buffer overflow exploits, reported in ntop<=1.0 remote-root-shell http://www.securityfocus.com/advisories/2520 Also, upgrade to 1.1 on the distribution site, as the old distfile is no longer there, and 1.1 incorporates all the old patches in the pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in for the build environment).
2000-09-18Add patches created by Matthew Green for a new command line option "-t":tron5-1/+120
Don't use the termcap ti and te sequences when starting and exiting. With this option enabled scrolling back in a xterm window works again.
2000-09-18Update bind9 to 9.0.0 (release version) as requested by hubertf to get thisrh2-4/+4
in before the 1.5 release. Changes are bugfixes only.
2000-09-17Remove empty and redundant directory "share/gnome/help/gtm/C/images" aftertron2-3/+5
installtion.
2000-09-16pull in latest IPv6 patch. repair PR 11028 (-I misbehaves).itojun2-4/+4
2000-09-15Update ethereal to 0.8.12.hubertf2-4/+4
This version understands our PPP protocol again (PPP over serial, i.e.). Other changes: Ethereal now understands Kerberos 5, rsh, and Zebra, and has the initial work done for BXXP. Ethereal (via our wiretap library) can now read Cisco Secure IDS iplog files. Ethereal's Help menu option finally gives help. Many other updates and fixes were made in version 0.8.12.
2000-09-14Update to version 20000912, kindly provided by der Mouse.wiz5-9/+27
Addresses pkg/9946 by Stephen Degler.
2000-09-14Remove scotty, now that the package finally has been removed from the tree.wiz1-2/+1
2000-09-14Remove this package. It has been supplanted by net/tcl-scotty andjwise16-2997/+0
net/tkined.
2000-09-14Import of canonical tnftp 20030825 sources,lukem4-0/+443
to make it easier to track new versions.
2000-09-14add scottywiz1-1/+2
2000-09-13Don't pass explicit "--enable-ipv6" to configure. For some reason, doingfredb1-2/+3
so messes up proper detection of NetBSD IPv6.
2000-09-13_Really_ make disable pgp by default, if IRRD_USE_PGP is not set; allowfredb1-8/+8
ipv6 to be disabled by setting USE_INET6 to something other than "YES".
2000-09-13Fix some configure goofiness:fredb3-17/+49
- - Don't pull in /sys/sys/include just for ipv6 support! - - Package wants "bison"; give it bison. - - Don't pull in "libpthreads" just becuase it exists on the build system. - - Likewise for "pgp", unless IRRD_USE_PGP is specified. Also, - - Rearrange package Makefile, so that only that which is "prefs" goes after ".include ../../mk/bsd.prefs.mk". TODO: - - Make the package use pgp5 or pgp2 by default?
2000-09-13Update master site URLs.tron1-2/+2
2000-09-12Spelling.jlam1-2/+2
2000-09-11Use updated IP address for official Napster servers.tron2-1/+15
2000-09-11Use "ftp.infonoc.ne.jp" and "ftp.rsu.ru" as new master sites after thetron1-2/+3
Coda 4.x sources were removed from "ftp.coda.cs.cmu.edu".
2000-09-10 * Update for changed 'doc' distfile (old distfile removed from ftp.netbsd.org)hubertf3-7/+7
* Recognize endiannes of NetBSD/powerpc properly. Adresses PR 10504 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
2000-09-09No longer IS_INTERACTIVE. (Addresses pkg/9801.)wiz6-15/+63
Move contents of post-patch script to Makefile. Add DEINSTALL that mentions all the changes the install step does.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb2-19/+9
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-09Fix configure script to first determine if we are on a bigendian system orwiz3-15/+78
not, and only then set the corresponding variables. Addresses pkg/9803.
2000-09-09Add link to openssl headers directory to ${WRKSRC}/pppd/openssl as some ofjlam1-19/+21
the copied sources reference <openssl/*> headers. Also, simplify the Makefile to be more readable. Addresses pkg/9809.
2000-09-07Remove scotty, and add and enable tcl-scotty and tkined.jwise1-2/+3
2000-09-07Initial import of tkined, a graphical network monitoring tool distributedjwise4-0/+208
with scotty. This package and ../tcl-scotty supplant the old scotty package. Changes to tkined since version 1.4.8 (the version installed by the previous scotty package): 16/9/98 (bug fix) Added calls to Tcl_RegisterChannel and Tcl_UnregisterChannel in order to protect the channels used to communicate with scotty scripts. 29/6/98 (bug fix) Fixed the snmp_monitor.tcl script to handle Unsigned32 and Integer32 data types. 12/6/98 (bug fix) Fixed some error handling and cleanup code in the ip_discover.tcl script.
2000-09-07Initial import of tcl-scotty, the Tnm (tcl network monitoring) module forjwise10-0/+561
tcl, and the scotty interpreter, which has tnm built in. Note that it is expected that many users will choose to do #!/usr/pkg/bin/tclsh package require Tnm instead of #!/usr/pkg/bin/scotty This package and the pkgsrc/net/tkined package supplant the pkgsrc/net/scotty package, updating the pkgsrc scotty support to scotty-2.1.10, and adapting it to tcl/tk-8.3.2. Changes to the scotty packages since scotty-2.1.8: * tcl-scotty and tkined are now separate packages. tcl-scotty installs the tnm network monitoring extensions for tcl and the scotty interpreter, and can be installed on machines without x11, and by extension without tk. tkined installs the program tkined, which is a (really cool) graphical network diagraming/discovery/monitoring app based on tnm. changes to the tnm module itself since scotty-2.1.8: ----------------- Released 2.1.10, 29/10/98 ----------------------- 22/9/98 (feature change) Changed the "--disable-multicast" configure option to "--enable-multicast". This means that multicast support is turned off by default. 15/9/98 (bug fix) Added additional tests to calls to inet_addr in order to accept the value 255.255.255.255. 9/7/98 (bug fix) Make sure we return a Tcl error message when the MIB parser detects an error. 8/7/98 (bug fix) Map the BITS data type to the underlying OCTET STRING in the MIB parser. 8/7/98 (bug fix) Allow relative pathes in the tnm(mibs) variable so that one can write "vendor/file.mib" and scotty will search for the file in $tnm(library)/site/vendor/file.mib. (Suggestion and patch from Joe Rogers <joe@usf.edu>.) 26/6/98 (bug fix) The code now accepts traps and informs with arbitrary community strings. This behaviour is now consistent with the way SNMPv3 folks look at the problem. The community string is passed in the session handle to the callback. 25/6/98 (bug fix) Added back code to encode and decode Opaque values. 2/5/98 (bug fix) Fixed the MIB parser to use SEQUENCE as a default type for unknown type names used in SYNTAX clauses. This solves some problems with forward references by making a best guess. 2/5/98 (bug fix) Handle variables that can not be created by returning an error message instead of dumping core. ----------------- Released 2.1.9, 23/4/98 ----------------------- 23/4/98 (bug fix) Fixed the non-unique request ID bug. Added the cleanup loop to close all unused file descriptors to straps. 25/2/98 (bug fix) Inclusion of <asm/byteorder.h> caused problems and RedHat systems. We now use the configured WORDS_BIGENDIAN value to determine the byte order in ntping.c 4/2/98 (bug fix) Fixed the selection of SNMP agents in the standalone version of the mibtree script.
2000-09-05make libIDL install/deinstall cleanly on both ELF and a.out.dmcmahill4-13/+11
2000-09-05add another leftover, auwiz1-1/+2
2000-09-05Update build dependency on perl to build in correct directory if perljlam2-4/+4
interpreter is not found.
2000-09-05make makepatchsumwennmach1-1/+2
2000-09-05Do not alphabetically sort libraries to link with. This breaks xchatwennmach1-0/+21
on a.out. Fixes PR 10945.
2000-09-04Use created answers not template ones.skrll1-2/+2
2000-09-04Make sure that "xchat" packages find "libintl.h" if "xpkgwedge" is nottron3-5/+19
used. Problem pointed out by Jeff Rizzo in PR pkg/10946.
2000-09-04use latest IPv6 patch (20000901b). two issues are corrected:itojun2-4/+4
- client does not accept additional argument -[46] (IPv4 or IPv6) - server SEGV when there's no reverse mapping from IPv[46] address to FQDN ok'ed on packages@netbsd.org
2000-09-03add RCS Idwiz1-0/+1
2000-09-03silence pkglintwiz1-2/+1
2000-09-03add RCS Idwiz1-0/+2
2000-09-03add RCS Idswiz2-0/+2
2000-09-03$() -> ${}; remove if (NOPORTDOCS), since that's a FreeBSDism we don't havewiz1-5/+3
2000-09-03add RCS Idwiz1-0/+1
2000-09-03remove some whitespace and shuffle lines to make pkglint more quietwiz1-5/+5
2000-09-03Use actual ${PREFIX} in MESSAGEwiz2-6/+9
2000-09-03fix RCS Idwiz1-1/+1
2000-09-03remove trailing whitespacewiz1-2/+2
2000-09-03Don't hardwire /usr/pkg in MESSAGEwiz2-4/+8
2000-09-03add RCS Idwiz1-0/+1
2000-09-03Don't hardwire /usr/pkg in MESSAGE.wiz2-3/+8
2000-09-03Merged japanese/samba package to net/samba, as per discussion ofkei9-37/+206
Hubert Feyrer and Manuel Bouyer.