summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-02-26Invert MASTER_SITES and HOMEPAGE. Pointed out by Bernd Ernesti.rpaulo1-3/+3
2006-02-25Update "libtorrent" package to version 0.8.5 and "rtorrent" packagetron5-84/+14
to version 0.4.5. Changes since 0.8.3 respectively 0.4.3: - Bind udp and http tracker requests to the address given with the "bind" option. - Change the priority of a torrent with the '+' and '-' keys. - The schedule option allows clock time for the start and interval sections. - Made it safe to remove torrents being viewed/selected, making "remove_untied" usable. - Added the ^O key to change a closed torrent's destination directory. A bit of a hack, and only works if the torrents hasn't been activated. - Allow new settings to be applied with the ^P key. This can be tested with "print = foobar", which prints the string to the log. - Added the "working_directory" option that calls 'chdir' for the process. - Fixed a bug that caused crashes with small screen sizes. - Enabled a session lock file by default. Made it remove stale locks if the hostname matches and the process id is not running. - Added proper abstraction for creating timers from seconds, this fixes some overflow bugs when scheduling tasks like tracker timeouts. - For every time all the trackers in the list has been unsuccessfully tried, increase the timeout by 20 seconds. - Expand ~ in paths in the client. This should cover all uses of file paths, but I might have missed some. - Added "import" and "try_import" options that loads an option file. The latter silently fails on non-existent files. - Added "-O" flag that takes a single option, allowing ',' to be used.
2006-02-25add wmgetrpaulo1-1/+2
2006-02-25wmget is a dock app for the GNU Window Maker window manager (or one ofrpaulo4-0/+42
the many other WM's which support dockapps) which makes it more convenient to perform long downloads in the background. It uses the excellent libcurl library, part of the cURL automated-download program, to perform file retrieval.
2006-02-24use unsigned ints in filter, to avoid possible portability problemsdrochner2-1/+15
with bit shifts, this is part of PR lib/16518 by yamt (which is filed against base NetBSD sources, but anyway)
2006-02-24import from the NetBSD tree: use the cloning /dev/bpf on NetBSDdrochner3-2/+52
if _PATH_BPF is defined bump PKGREVISION
2006-02-24Add DragonFly support.joerg2-8/+25
2006-02-24Split patch-aa. Honour PKGMANDIR and get working man installationjoerg4-39/+65
on !NetBSD.
2006-02-24Add DragonFly support.joerg2-1/+38
2006-02-24Add DragonFly support.joerg2-6/+15
2006-02-24Include unistd.h when using getopt(3).joerg2-1/+14
2006-02-24Add DragonFly support. Remove conditonal Makefile code to handlejoerg3-1/+87
diffferent bsd.prog.mks, which doesn't matter for pkgsrc.
2006-02-24Add DragonFly support. Remove conditional Makefile code, which wasjoerg5-8/+84
supposed to handle different bsd.prog.mk semantic. pkgsrc has always the NetBSD behaviour.
2006-02-24Add DragonFly support. Use kqueue also on NetBSD.joerg8-1/+110
2006-02-24Add DragonFly support. Honour system CFLAGS & friends.joerg3-9/+27
2006-02-24Add DragonFly and try to fix the reliance on zeroness of undefinedjoerg4-1/+171
symbols. Feature tests should be done with defined() after all.
2006-02-24Reindent.ghen1-19/+20
2006-02-24Update pure-ftpd to version 1.0.21 and add an option for (experimental) utf8-ghen3-9/+14
support, from unex@linija.org via PR pkg/32901. Changes: * When SHA1HANDSOFF is defined, we shouldn't cast a pointer to a large union to a char buffer, because of alignment required by some architectures. * WITH_THROTTLING should actually be THROTTLING in src/log_extauth.c . It fixes throttling with extauth. Reported and fixed by Marcus Merighi <mcmer@tor.at> through Brad our beloved OpenBSD maintainer. * Rendezvous has been renamed Bonjour. * A double-close in the CHMOD command has been fixed. * The old PAM sample has been removed. * -F option added to pure-pw. * MAX_USER_LENGTH has been bumped to 127 due to popular demand. * pam/* can now be used if security/* doesn't exist. Fixes PAM detection on MacOS X. * Call tzset() in chrooted apps in order to get correct time zones in syslog messages. * simplify() simplifies paths ending by /. and /.. * MySQL's hash_password() needs 3 arguments since mySQL 4.1. * Experimental support for RFC2640 (UTF-8 filename encoding) has been added, derived from code by Jui-Nan Lin ===> added as "utf8" pkgsrc option. * The LDAP schema has been changed: FTPStatus should be a boolean. * New switch: -p (--pidfile=) for pure-authd and pure-uploadscript, by Old Sparky. * By popular request, even non-chrooted users are now denied access if their home directory is not mounted. * If die() is called during a TLS-enabled session, encrypt the death message. Contributed by Cynix. * Don't wrongly abort transfer during file upload. Fix by Patrick Gosling. * WITH_LARGE_FILES is now defined by default. * sendfile64() support on Linux. * privsep and main processes were swapped out so that pure-ftpwho displays the right pid. * OPTS MLST has been implemented. * SITE UTIME has been implemented. * TCP_CORK is on by default again. A new configure switch, --without-cork, can disable it. * Correctly format %c and %% in fakesprintf(). * The connection socket is now created with the Nagle algorithm disabled. It was the trick to dramatically improve performance when transfering a lot of small files. * Updated getopt_long() and realpath() substitutes. * Allow logging to named pipes (thanks to Steve Marple). * Use CLIENT_MULTI_STATEMENTS while connecting to a MySQL server. * Documentation updates. * MySQL errors are now logged.
2006-02-24* properly mark the legacy variables.ghen1-5/+7
* remove the -I flag for mysql option as this is handled by the bl3.mk file.
2006-02-24Fix errno.joerg2-1/+14
2006-02-23This package needs tcl>=8.4.12nb1 and tk>=8.4.12nb2 to build.minskim1-1/+4
2006-02-23Remove obsolete MESSAGE. From Robert Elz in PR 32919.wiz1-8/+0
2006-02-23Install the relevant template files and point the configuration file to theirghen2-2/+17
location, as pointed out by PR pkg/32637. Bump PKGREVISION.
2006-02-23Trivially update tor to 0.1.0.17:jschauma2-6/+6
Changes in version 0.1.0.17 - 2006-02-17 o Crash bugfixes on 0.1.0.x: - When servers with a non-zero DirPort came out of hibernation, sometimes they would trigger an assert. o Other important bugfixes: - On platforms that don't have getrlimit (like Windows), we were artificially constraining ourselves to a max of 1024 connections. Now just assume that we can handle as many as 15000 connections. Hopefully this won't cause other problems. o Backported features: - When we're a server, a client asks for an old-style directory, and our write bucket is empty, don't give it to him. This way small servers can continue to serve the directory *sometimes*, without getting overloaded. - Whenever you get a 503 in response to a directory fetch, try once more. This will become important once servers start sending 503's whenever they feel busy. - Fetch a new directory every 120 minutes, not every 40 minutes. Now that we have hundreds of thousands of users running the old directory algorithm, it's starting to hurt a lot. - Bump up the period for forcing a hidden service descriptor upload from 20 minutes to 1 hour.
2006-02-22Use pkginstall framework. Sort PLIST. Bump PKGREVISION.wiz2-133/+136
2006-02-22This uses event_once, which appeared in libevent-0.9,wiz2-6/+8
so depend on at least that version. Some cleanups while here.
2006-02-20Remove an extra & that causes the script to behave weirdly duringjmmv2-4/+4
startup. Bump PKGREVISION to 3.
2006-02-19Use pkginstall framework. Bump PKGREVISION.wiz6-31/+26
2006-02-19Remove (in pkgsrc) broken test for pcap-int.h, the dependency patternwiz2-1/+19
makes sure we have that file.
2006-02-19Add missing locale files to PLIST. Bump PKGREVISION.wiz2-3/+13
2006-02-19Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+5
2006-02-19Convert to pkginstall framework. Bump PKGREVISION.wiz4-30/+31
2006-02-19Use REQD_DIRS instead of OWN_DIRS -- should fix CHECK_FILES build.wiz1-2/+2
2006-02-19Convert to pkginstall framework. Bump PKGREVISION.wiz2-16/+11
2006-02-18sort. (hi, bouyer!)salo1-3/+3
2006-02-18Add nagios-* packages.bouyer1-1/+9
2006-02-18Initial import of nagios-plugin-snmp 1.4.2, based on nagios-plugin-snmpbouyer7-0/+239
from pkgsrc-wip. This is a package for the SNMP monitoring plug-ins for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Initial import of nagios-plugin-pgsql 1.4.2, based on nagios-plugin-pgsqlbouyer5-0/+138
from pkgsrc-wip. This is a package for a pgsql monitoring plug-in for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Initial import of nagios-plugin-mysql 1.4.2, based on nagios-plugin-mysqlbouyer5-0/+137
from pkgsrc-wip. This is a package for a mysql monitoring plug-in for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Initial import of nagios-plugin-ldap 1.4.2, based on nagios-plugin-ldapbouyer5-0/+135
from pkgsrc-wip. This is a package for a ldap monitoring plug-in for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Initial import of nagios-plugins 1.4.2, based on nagios-plugins from pkgsrc-wip.bouyer15-0/+483
This package contains the basic monitoring plugins for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Correct description, should exit all editors before import.bouyer1-1/+1
2006-02-18Initial import of nagios-imagepak-base version 20030219bouyer4-0/+190
This package provides some extra icons for the nagios web pages.
2006-02-18Initial import of nagios-nsca 2.0, based on the 1.3.x package in pkgsrc-wip.bouyer7-0/+116
nsca and send_nsca are remote/passive network service daemons for nagios. These are orignally from the NetSaint package (NSCA = NetSaint Check Acceptor)
2006-02-18Initial import of nagios-base 2.0, based on the 1.3.x package in pkgsrc-wip.bouyer16-0/+860
Nagios is a program that will monitor hosts and services on your network. It has the ability to email or page you when a problem arises and when it gets resolved. Nagios is written in C and is designed to run under Linux, although it should work under most other *NIX variants. It can run either as a normal process or as a daemon, intermittently running checks on various services that you specify. The actual service checks are performed by external "plugins" which return service information to Nagios. Several CGI programs are included with Nagios in order to allow you to view the current service status, history, etc. via a web browser. This package provides the core nagios infrastructure and web pages.
2006-02-18Fixed pkglint warnings. Among others, removed the quotes around "-lnslrillig1-5/+5
-lsocket" in LDFLAGS. The wrapper framework should have passed this verbatimly to the compiler, but didn't, hiding a bug. (Hi jlam!)
2006-02-17Change MAINTAINER to myself as geeogeegeeoh (at) users.sourceforge.net doesadrianp1-2/+2
not appear to be active any longer.
2006-02-17+p5-X500-DNadrianp1-1/+2
2006-02-17These modules handle X.500 DNs (Distinguished Names) and X.500 RDNsadrianp4-0/+30
(Relative Distinguished Names). RFC: 2253 WWW: http://search.cpan.org/dist/X500-DN/
2006-02-17Fixed warnings found by pkglint -Wall.martti2-14/+14