summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz10-20/+20
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam5-11/+11
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam181-362/+362
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Update to 108: Changes unknown.wiz4-35/+11
2006-03-03Add a fix from Jari Petter Sundell which prevents stalled connectionstron5-5/+52
when a "libtorrent" based BitTorrent client is uploading to another BitTorrent client which uses pipelined Request messages (e.g. BitComet).
2006-03-03Make this package build with gcc-4.minskim2-1/+15
2006-03-02update to 0.9.4drochner3-15/+6
relevant changes: -compliation fixes -Improved Unicode support -Decoders & DLT Changes, Updates and New
2006-03-02Updated net/proftpd to 1.3.0rc4martti4-66/+15
The 1.3.0rc4 release includes a number of minor bugfixes, including fixed run-time detection of Unix domain sockets, portability tweaks for Mac OSX 10.4, and logging fixes for NetBSD and Solaris.
2006-03-01Fix build on NetBSD statvfs systems.wiz3-9/+28
2006-03-01Fix PLIST, add missing PERL dependency, fix install target.wiz2-9/+12
Bump PKGREVISION.
2006-03-01Regen patchsum for patch-ac.joerg1-2/+2
2006-03-01This new 1.0.5 release fixes two bugs that were causing frequent corereinoud4-15/+14
dumps. It also fixes a logic error that was dropping certain connections randomly.
2006-03-01Uses makeinfo during build (at least the MySQL variant does).kim1-1/+2
2006-02-28Remove me as maintainer of this package. I've never really used it.tron1-2/+2
2006-02-28Point to the correct subdir of the http mirror.ghen1-2/+2
2006-02-28add miredorpaulo1-1/+2
2006-02-28Miredo is an Unix daemon program which mostly implements therpaulo7-0/+134
"Teredo: Tunneling IPv6 over UDP through NATs" Internet proposed standard (RFC 4380). It can provide either client or relay functionality. A separate program, miredo-server is also included in the package; it consists of a Teredo server. Miredo can be used to provide IPv6 connectivity to users behind NAT which do not support IPv6, and not even proto-41 forwarding. For this to work, users need to have a Teredo client running on their system. That can be Miredo itself on Linux/FreeBSD/OpenBSD/NetBSD. -- Will (maybe) only work on NetBSD-current of an hour ago. Thanks to Hubert and Amitai for help with this one.
2006-02-27Update mldonkey and mldonkey-gui to 2.7.4:wiz5-14/+10
pkgsrc: ulimit in startup script not necessary any longer, code now uses setrlimit. src: 2006/02/26: version 2.7.4 = tag release-2-7-4 2006/02/25 4928: BT: Fix invalid encoding in announce URL (darkfader) - removed old, broken version and added new version 2006/02/23 4934: FileTP: Small improvements - fix download restart bug when core is restarted, sources where not loaded - save referer values to files.ini - display amount of transfered data in downloaders list - display source IP and Countrycode in HTML downloaders list - display filesize in GUI - display number of sources in GUI 4933: BT: Display number of sources in GUI 2006/02/21 4928: BT: Fix invalid encoding in announce URL (darkfader) 4929: Do not print password_empty warning if enable_user_config true 4926: Runinfo: Warn about not-working DNS resolution, /dev/urandom detection was not disabled if --disable-donkeysui is used 2006/02/20 4922: OpenBSD: Small change for patch 4920 4921: MinGW: show current DL & UL stats in console title (Schlumpf) 4909: Print warning messages when run on non-supported operating systems currently for example Windows 95/98/ME (Schlumpf) 4920: Cleanup included header files in C code (Schlumpf) 2006/02/17 4910: EDK: Use updated protocol information when parsing consecutive messages (sam_dennis) 4915: Log: Small cleanups 4918: some syntax and comment cleanups in stubs_c.c (Schlumpf) 2006/02/13 4906: MinGW: improve uname output (Schlumpf) 4908: Configure: Fix for Beos, allow use of Dragonfly BSD 2006/02/11 4883: Mac OS X: Fix for broken Apple cpp-3.3 4902: EDK: Stub respond to directory browsing requests (sam_dennis) 4905: Update for patch 4823: add another -fno-fomit-frame-pointer in config/Makefile.in to avoid breaking CryptoPP (mikeX) 4903: EDK: Remove obsolete donkeyNeighbours (thx to sam_dennis) 4907: EDK: Fixed copy/paste error in emule miscoptions1 reading (sam_dennis) 2006/02/10 4904: Configure: Raise required autoconf version to 2.55 due to AC_MSG_FAILURE 2006/02/09 4892: Fix make when CXXFLAGS is defined (mikex) 4894: EDK: Support "new ed2k meta tags" to allow browsing shared directories of newer eMule clients (sam_dennis) 4891: Configure: Override system-installed Ocaml and force local compile Use ./configure --enable-force-ocaml to force MLDonkey to compile Ocaml, regardless if the system has Ocaml already installed or not. --enable-ocamlver=CVS uses a CVS checkout of Ocaml HEAD. 4885: EDK: Show correct IP of indirect clients in uploader list 2006/02/06 4879: EDK: Support for sources in ed2k:// links - example: ed2k://|file|a.txt|1|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA|/|sources,1.0.0.0:4662|/ 4849: EDK: Fix hashing of newly shared files - avoid hashing shared files twice - avoid problems while hashing big files - remove obsolete compute_md4_delay option 4878: Addition to patch 4875 (conditional bzip2 support using cpp) 2006/02/05 4877: BT: Recognize Ktorrent clients (CruX, zet) 4876: EDK: Remove obsolete option random_order_download 4875: conditional bzip2 support using cpp (pango) 4870: runinfo: add connected_user and check empty PW (schlumpf) 4872: Fix gd detection on NetBSD, use data from gdlib-config MinGW compile-guide was updated, gdlib-config has to be changed 4871: Optimize some Printf.sprintf "%s" code 4869: Remove obsolete redirector code http://mldonkey.sourceforge.net/Redirector 4856: reverse patch: configure: disable iconv by default on MinGW it is not necessary anymore 2006/02/04 4867: Use setrlimit to raise allowed ulimit open files 2006/02/03 4863: GUI/Multiuser: Prevent kill by users other than admin 4862: EDK: Fix broken import of eMule temp Files (import_temp) (schlumpf) 4860: Multiuser: print warning if admin password is empty - user admin is re-created if deleted, it has to be present in any case because some commands are only available for admin, like users, remove_user and kill - create structure for startup messages, displayed on GUI, HTML, Telnet 4859: Multiuser: Only user "admin" is allowed to change options if the new option enable_user_config (default true) is set to false 4858: HTML: Update some links to mldonkey.sf.net 4857: SIGUSR1 & SIGUSR2 do not exist on Windows 4856: configure: disable iconv by default on MinGW 4853: Fix HTML errors on rss command output (unease) 2006/02/02 4851: Support system signals SIGUSR1 & SIGUSR2 SIGUSR1 saves options SIGUSR2 performs garbage collection 4850: Fixed bitprint hashing for files > 4GB (thx to zet) mld_hash: implement SIGINT and SIGTERM signals 2006/01/29 4844: Fix Solaris compile broken since DonkeySUI patch 4830: Update Wiki links New Wiki URL: http://mldonkey.sourceforge.net New Forum URL: http://mldonkey.sourceforge.net/forums 4843: HTML: Improve output of rss command 4842: Some logfile stuff 4841: Create new dir web_infos for web_infos files, BT: do not save .torrent or announce.* all files downloaded by web_infos go to $MLDONKEY_DIR/web_infos to avoid downloading files twice move files from $MLDONKEY_DIR into that new dir 4826: improve error message due to corrupt config files (schlumpf) 4821: improve display of sysinfo (schlumpf) 2006/01/26 4816: Update Ocaml-RSS and Xml-light to current versions 4827: longhelp cleanup (anhi) 4823: EDK: CryptoPP optional, disable with --disable-donkeysui Makefile: link CryptoPP stuff only in binaries which need it Buildinfo: show compiler versions Configure: display compiler versions (schlumpf) Configure: if iconv checking fails continue with disabled iconv Configure: do not use bzip2 if bzip.h is not found (FLI4L buildroot) 2006/01/25 4820: Move CommonGraphics to DriverGraphics, check libgd version Configure: Check if libgd > 2.0.14 is installed NetBSD: added paths for libgd package NetBSD: adjusted stat command to properly read SCM date move build-, run-, and diskinfo command to driver module (thanks to SchAmane)
2006-02-27they've given up to use pcap_compile_nopcap() (due to the API messdrochner1-2/+1
appearently), so we don't need to trick "configure" anymore
2006-02-27assume that the OS provided libpcap 0.9.x supplies shared libraries,drochner1-2/+2
so make it equivalent to pkgsrc version 0.9.3nb1 (it does so on Debian, and will do on NetBSD; if it doesn't hold on _your_OS_, we'll need conditionals)
2006-02-27update to 0.5.1 - this makes the build process compatible todrochner2-8/+7
Python-2.4
2006-02-27recognize libpcap>=0.9.3drochner1-2/+8
2006-02-26Update "bittorrent" and "bittorent-gui" package to version 4.4.0.tron9-103/+226
Numerous enhancenments were made since version 4.0.4 which include support for trackerless torrents.
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.