summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam29-79/+76
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Update to 0.84.1.wiz3-7/+9
Changes: - Malformed $MyINFO string is handled more gracefully. DCTC will try to decode it to extract valid user information. - Fix compatibility problem with glib2 (g_strsplit works a bit differently). - Always reply to transfer request even if no slot is available. This avoid to be kicked by hub script (Thanks to Tobias). - the lack of MSG_NOSIGNAL is automatically handled. - add manual page for dctc_cmd - Fix some functions to work fine on SPARC platforms (tested on AURORA 1.0) (Thanks to Yves BLUSSEAU). - SIGCHLD is now ignored to prevent zombi creation (at end of script for example). - fix a bug in GDL renaming function. If the "move into done/ directory" was set, the done/ directory does not exist and a new filename like "./filename" is used, the downloaded file is not move into the done/ directory and keeps its old name. - new command added: /KICK. This command allows user kicking.
2003-01-28Add a MASTER_SITE.wiz1-2/+3
2003-01-27Initial import of iperf, version 1.6.5, into the NetBSD Packages Collection.seb4-0/+44
Iperf is a tool for measuring TCP and UDP bandwidth performance. It reports bandwidth, delay jitter, datagram loss. It also supports IPv6 and IP Multicast.
2003-01-26Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.seb4-0/+48
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly edited by me. libdnet provides a simplified, portable interface to several low-level networking routines, including * network address manipulation * kernel arp(4) cache and route(4) table lookup and manipulation * network firewalling (IP filter, ipfw, ipchains, pf, ...) * network interface lookup and manipulation * raw IP packet and Ethernet frame transmission
2003-01-26Update ethereal to 0.9.9.grant3-7/+9
Too many changes since 0.9.8 to list, see the ChangeLog. From Adrian Portelli in PR pkg/20059.
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-3/+2
to build with native curses.
2003-01-24include the "mccp" compression patch frommrg2-2/+9
http://discworld.imaginary.com/external/taffyd/tf-40s1-mccp-patch.gz set PKGREVISION=1
2003-01-24Bump PKGREVISION of net/ntop2 to 1 in the aftermath of gdchart changing itsjlam1-2/+2
inter-library dependencies.
2003-01-24Fixes for the patches I removed and noted by the weekly check.skrll1-3/+1
2003-01-23Set the CONFIG variable to the config filename; stops an annoyingsimonb1-1/+2
"usage: basename string [suffix]" error whenever this script is called.
2003-01-22Update to 2.6.0. Changes since 2.5.0 include multiple bugfixes.jmmv2-7/+8
This is no longer a development version.
2003-01-22Update to 0.8.0. Changes since 0.7.4 include some minor bugfixes.jmmv2-7/+6
2003-01-22Update to 1.0.1. Changes since 0.7.0 include multiple bugfixes.jmmv2-7/+6
The 1.0.x branch will be used by GNOME 2.2.
2003-01-20The result of my recent KDE fiddlingsskrll4-85/+8
- Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
2003-01-19Replace wrap_writev with a simpler solution (old one had some problems).wiz3-43/+13
Fixes endless loop problems. Report and suggestion by Greg Troxel gdt at ir bbn com in private mail; some comments by Alistair Crooks; patch reviewed and okayed by Jaromir Dolecek. Bump PKGREVISION to 3.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.salo3-9/+7
Add HOMEPAGE.
2003-01-18Set WRKSRC to the correct value. Closes PR 19902.wiz1-1/+2
2003-01-17Now that AUTOMAKE_OVERRIDE works again, just depend on gmake and be donewiz2-6/+3
with it.
2003-01-17Touch several files before manually modifying config.h, so that the Makefilejmmv2-2/+6
does not try to rebuild config.h at build time. Should fix build problems shown in Hubert's last bulk build.
2003-01-16patch-aa was removed in the most recent update.grant1-2/+1
2003-01-16use automatic rc script handling.grant2-9/+7
2003-01-16use automatic rc script handling.grant2-8/+4
2003-01-16use dated filenameitojun2-5/+5
2003-01-16sync with new tar.gz, making it "200301"itojun2-5/+5
- reflect j.root-servers.net address change - update permitted period of use (till 2004/1/1)
2003-01-15Make this install using the NetBSD-current cpio too by the patchkristerw2-10/+17
from Onno van der Linden in PR 19140. While here, also add the portability change suggested by David Laight in the audit trail to the PR. This also closes PR 19232.
2003-01-14Update arla to 0.35.12pre1.wennmach7-102/+25
Prior versions had two major bugs that could lead to kernel panics on NetBSD-1.6 and -current. mmap(2)ing a file residing beneath /afs would trigger the panic. Thanks to Love <lha@stacken.kth.se> for preparing the snapshot.
2003-01-14Should fix build problems seen in recent bulk builds.markd2-1/+22
2003-01-14Revert previous as this doesn't use bsd.pkg.install.mk.markd1-1/+4
Should fix problem seen in the bulk build.
2003-01-13Explicitly disable gtk-doc (as documentation is not currently included)jmmv1-1/+3
2003-01-13Define the "all-local" missing target in docs/reference/Makefile{,.in}.jmmv2-1/+14
Fixes problems shown in Hubert's last bulk build.
2003-01-13Make post-build target pre-build target to fix build problems.wiz1-2/+2
2003-01-13remove type redeclaration to make new bison happy.grant2-1/+14
fixes build problem in Hubert's bulk-build.
2003-01-13Don't pick up apxs from apache packages. Fixes PR pkg/19476.rh3-3/+17
Bump PKGREVISION.
2003-01-12Avoid build problem under NetBSD-current in a less aggressive (or moretron3-1/+43
portable) way. This fixes PR pkg/19821 by Wolfgang S. Rupprecht.
2003-01-12Add normal LDFLAGS to Imake's so that ljpeg is linked against correctly.jschauma2-1/+15
This should fix the problem seen in Huberts latest bulk-build.
2003-01-12'utilities' with 3 is.seb1-1/+1
2003-01-11Update to version 0.45salo3-13/+11
Changes: 20021112: fix not proper handling of option "-q|--quiet" in some cases enhance help options (-h|--help now also valid) on --out|action|in ipv6logconf: "make test" can be now also executed by root (su to nobody) tag version 0.45 20021104: minor cosmetics in IEEE/OUI database
2003-01-10USE_BUILDLINK2=YES, will fix bulk build failure.wiz1-1/+3
2003-01-10USE_PKGLOCALEDIR=yescjep4-7/+11
2003-01-09Update from 2.1.0 to 2.1.54.mycroft4-58/+43
There is document describing the changes, but there seem to be a number of features added, including support for graphing with RRD. Note: The web server currently hangs, but this is the same behavior as 2.1.0.
2003-01-09Update ipa to 1.3. Changes since 1.2.9:jmmv2-5/+6
- Now the "worktime" parameter is completely supported - Now IPA can be downloaded from http://ipa-system.sourceforge.net/ - Some bugs with "limit" sections were fixed - One bug and memory leak with the "db_dir" parameter were fixed Patch provided by Andrey Simonenko (maintainer) in PR pkg/19755.
2003-01-09Update from 0.51 to 0.52. Miscellaneous build and portability fixes.mycroft6-22/+26
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi2-0/+85
2003-01-09Use buildlink2cjep1-1/+2
2003-01-09add & enable driftnethubertf1-1/+2
2003-01-09Import driftnet-0.1.6: Real-time image snifferhubertf5-0/+48
Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display. It is an horrific invasion of privacy and shouldn't be used by anyone anywhere. It can also extract MPEG audio data from the network and play it. If you live in a house with thick walls, this may be a useful way to find out about your neighbours' musical taste. This program is similar to what was shown at 19C3.
2003-01-08Fix DEPENDS on postfix for postfix-2.*.wiz1-2/+2
2003-01-07Make sure we list all patches. This fixes the build problem some peopleskrll1-1/+3
have seen.
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam2-4/+5
version 7.2.3 and 7.3.1 of databases/postgresql-lib.