summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam3-7/+7
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01Don't remove nonexistent directories.jlam1-9/+1
2002-08-01Add back missing definitions for EXAMPLESDIR, HTMLDIR, and DOCDIR.jlam1-1/+5
2002-07-31Back out previous change now that PKG_JVM handling has been fixed tojlam1-2/+2
prefer the installed sun-jdk1[34] if PKG_JVM == "sun-jdk".
2002-07-30Factor out common parts of samba and winbind into net/samba/Makefile.commonjlam6-64/+182
and merge their patch collections. These two packages are built from the same source tree, and updates to the main distfile should be shared by both packages.
2002-07-30Update to 1.0.3, from ISIHARA Takanori in pkg/17767.wiz4-33/+5
Changes since 1.0.2: - NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu x) - Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov) - configure script now honours --prefix argument (patch by Petter Reinholdtsen) - Error messages now include IP address that caused error - NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson) - Service number is printed for unknown NetBIOS services in -h mode (suggested b y Dan Wright) - Fixed some compile-time warnings on Linux - Corrected some typos
2002-07-30Update to 971007nb1: Fix for sparc64, from Tomi Nylund in pkg/17759.wiz3-6/+16
2002-07-30Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work.tron1-2/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-29rc.d-ifyjoda1-5/+19
2002-07-29samba>=2.2.3 actually can't replace everything samba-2.0.x can do, sojlam1-3/+1
re-enable it. My particular application used multi-user Btrieve 5.x database that kept corrupting itself on samba-2.2.x, but worked flawlessly under samba-2.0.x.
2002-07-26Add missing CONFLICTS with kth-krb4. They both install lib/libcom_err.arh1-1/+3
This closes PR pkg/15660.
2002-07-25Add php4-snmp. See PR#17590.jonb1-1/+2
2002-07-25Import php4-snmp module. See PR#17590. Thanks to duck@multi.fi for this.jonb3-0/+22
2002-07-25files missed from last commit, grr.grant2-3/+9
fixes build on solaris.
2002-07-25fix build on solaris:grant1-6/+6
* don't set -O2 * use ${LDFLAGS} instead of -L -Wl,-R etc.
2002-07-25update MASTER_SITES, as old versions are moved to old/grant1-2/+3
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam5-11/+10
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-24Use ${JAVA_HOME} instead of ${PREFIX}/java (they're not the sameschmonz2-6/+8
on Darwin). While I'm here, move the WRKSRC definition up to a more visible spot.
2002-07-24override built-in libtool to fix shared library major versions ongrant1-1/+5
non-NetBSD systems.
2002-07-24Add and enable flanagc1-1/+2
2002-07-24Initial import of flan-1.1beta, as flan-1.1rc1, into the NetBSD Packagesagc6-0/+88
Collection. Provided in PR 15687 by Ola Eriksson (ola@mrEriksson.net), modified by myself. Flan is a network simluator written in java, and is now fully functionnal. The IP protocol is implemented, with a quite complete RIPv2 routing algorithm. The protocols are also written in java, so GO AHEAD ! Flan is under GNU Public License, so download it, modify it, and distribute it. The networks are now encoded in XML, using XMLCoDe. This very useful library (included in the flan tarball as jars) automatically creates an XML image of a java object, like the flan nets (XMLCoDe is entirely written by Sylvain Guerin).
2002-07-23Update vtun package to 2.5. Changes from 2.4:taca2-5/+6
ver 2.5: New config option to keep tun device always open iproute support Fixes to support both Linux TUN/TAP drivers. ver 2.5b1: Encryption fixes: improved challenge generation, padding check. Config parser fixes. Don't allow empty passwords. New config option to specify syslog logging facility. Support for new Linux TUN/TAP driver. IO (read_n/write_n) cancellation. Signal handling and other minor fixes. Makefile improvement. Documentation update.
2002-07-23Add and enable flow-toolsagc1-1/+2
2002-07-23Initial import of flow-tools-0.59 into the NetBSD Packages Collection.agc4-0/+76
Provided by Curt Sampson (cjs@netbsd.org) Flow-tools is a set of utilties for collecting and storing NetFlow data, and doing some limited analysis of it. NetFlow is a Cisco-developed protocol for transferring network traffic flow information (usually from a router or switch) to another system that collects and stores this information. More information on NetFlow is available at http://www.cisco.com/warp/public/cc/pd/iosw/ioft/neflct/tech/napps_wp.htm
2002-07-23Re-add ntop2agc1-1/+2
2002-07-23Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1agc3-0/+99
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
2002-07-23Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1agc2-0/+34
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
2002-07-23Remove ntop2.cjs1-2/+1
2002-07-23Al is not happy with this package, so remove it.cjs3-397/+0
2002-07-23Add and enable ntop2agc1-1/+2
2002-07-23Add ntop2 package.cjs3-0/+397
2002-07-21SHA1+size instead of MD5.wiz1-2/+3
2002-07-19Use INSTALL_SCRIPT to install the startup files.martti1-3/+3
2002-07-18Buildlinkify. Might fix bulk build problem.wiz1-6/+8
2002-07-18Add support for Solaris via the kstat(3) facility.seb6-51/+226
Provided in PR pkg/17521 by Lubomir Sedlacik <salo@Xtrmntr.org>.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh7-4/+42
Bump PKGREVISION
2002-07-18Updated speedtouch to 1.1 [abs 2002-07-18]abs8-236/+64
New version works fully under NetBSD 1.6_BETA, and also works on some systems which failed to communicate with the USB modem correctlyt under earlier versions. Additional fix to pkg/17531
2002-07-17Add a patch to ensure that select(2) is prototyped.agc2-1/+16
2002-07-17Specify the PKGDIR properly, and use it where appropriate.agc1-4/+6
Add a missing CONFLICT on the new snort-mysql package.
2002-07-17Update to KDE 3.0.2skrll2-5/+5
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
2002-07-16Update to 4.1.1a. Add drivers for TrueTime 560 IRIG-B decoderfredb3-6/+7
and Zyfer GPStarplus, minor documentation updates.
2002-07-15Remove a trailing empty line.wiz1-2/+1
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz6-9/+38
slight formatting changes.
2002-07-15Prepend ${.CURDIR} to some paths.wiz1-3/+3
2002-07-15Update to 1.8.7, prompted by Mipam.wiz3-10/+10
Changes: The main purpose of this release is a stable target with many fragroute and tcp connection oriented fixes. This is also the last release of the 1.8.7 line and signals the start of the beta cycle for the 1.9 branch.
2002-07-14Sort.wiz1-2/+2
2002-07-14Remove gnut. It has a vulnerability, there's no newer version available,wiz9-243/+1
and it has an open PR against it (13619). There are enough other gnutella clients out there...
2002-07-12Update to 0.35.8, fixes pkg/17574.wiz4-86/+89
Relevant changes: * --fake-stat support, fakes mode/stat information. Very useful on MacOS X finder that uses this. * Bug fixes Also, sort PLIST, and standardize MESSAGE slightly.
2002-07-12Add and enable snort-mysqlagc1-1/+2