summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-05-31delint.salo2-4/+6
2006-05-31Update to version 3.4.7salo2-6/+6
Changes: - get1 can now automatically rename files to server suggested file name. - new settings fish:charset and sftp:charset (for sftp version<4). - fixed http chunked transfers with explicit Content-Length. - fixed compilation with sun c++ compiler. - fixed compilation without ssl.
2006-05-31Remove manual extraction code, now that mk/ recognizes -tar.gz.wiz1-4/+1
2006-05-30Update to 2.7.6:wiz4-10/+8
2006/05/21: version 2.7.6 = tag release-2-7-6 5119: HTML, Options: Include Wiki link in options names 5117: Telnet: replace "avail" by "last seen"/fix non-ASCII-filename column width 2006/05/20 5118: Log: Correct prefix for donkeyClient.ml 5116: HTML: Fix javascript popup in search results for Opera (dextarr) 5112: Fix lprintf_nl (search/replace ()'s) (zet) 5113: Fix config/wget.c (zet) 5111: Configure: Fix $SOURCE_DIR broken since patch #5095 5109: New option: pause_new_downloads - Set to true all new downloads will be paused automatically. - This option is automatically set to false on core start. 2006/05/19 5107: Configure: Check for MAGIC_ERROR in magic.h 5106: BT: only send stop once on exit and then wait for success (Amorphous) 5105: BT: Avoid starting torrent which has the same name as a currently downloading torrent 2006/05/18 5097: HTML: Improved DL multiline input button (jave) 5103: Fix compile bug in magiclib_stub.c on Solaris & NetBSD 2006/05/17 5101: G2: Gnutella2 fixes/log updates (zet) - Gnutella2 (G2) is working again - Re-enables search result networks - Log logged-in users 5098: EDK: Update option description for initial_score 2006/05/15 5090: Http_client: Fix 302 redirect when Location starts with "." and filename changes 5095: Configure: improve libpng detection, optical improvements 2006/05/14 5094: Wget: New internal variable req_save <bool> 5093: CommonSwarming: Verbose error message if file size does not match 5092: HTML, rss: Add startbt link 5091: HTML: update EDK history links 2006/05/13 5089: IPBlock: Print seperate lists in block_list command for IPs blocked by local and web IP blocklists (pango) 2006/05/12 4976: Filetype recognition with libmagic - new debug command: debug_dir, prints magic values for all files - display file magic values in vd & upstats HTML popup & vd #num NetBSD/Solaris users have to disable this function "--disable-magic" until this bug is fixed: http://savannah.nongnu.org/patch/?func=detailitem&item_id=4976#comment9 5088: Gnutella/FT/http_client fixes (zet) - Gnutella (G1) is working again 2006/05/11 5087: HTML, upstats: new tooltip with complete filename, respect max_name_len for filename 2006/05/10 5083: HTML: Update EDK file history links (unease) 2006/05/09 5082: FileTP/Fasttrack/Soulseek: Fix splitting chunks off-by-one (pango) 5081: Change default ip_blocking_descriptions to false for faster startup 5080: Only print servers of enabled networks (pango) 5079: Ignore ._* in directory lists (pango) 5078: Telnet: Remove HTML code from sysinfo command 5077: FT: Fix fasttrack connection problem and adds a bootstrap nodes file url Removes old/broken imesh bootstrap node (zet) 2006/05/07 5076: Gd: Do not disable html_mods_vd_gfx if core is compiled without GD support 5075: DNS round robin, keep all IP addresses associated with DNS names, and return next one upon each request. (pango) 2006/05/06 5069: EDK: Fix broken unicode URIs parsing broken since 2.7.4 (pango) 5074: Change default Ocaml version to 3.09.2 5073: Update default IP blocklist URL, replaced http://www.bluetack.co.uk/config/antip2p.txt with http://www.bluetack.co.uk/config/level1.gz 5068: New global option user_agent, current option BT-user_agent overrides the global value in BT module (pango) 5064: BT: only try to connect to http trackers (pango) 5040: Overnet: Open TCP port only when network is active 2006/04/14 5036: BT: Correctly parse .torrent files with an empty directory (again) 5039: Fix dp500 compile
2006-05-29Don't depend on "freetype-lib" package any more. "rateup" is only linkedtron1-4/+3
against "libttf" because the "net/mrtg/Makefile" enforced that. Only depend on "freetype2" (indirectly via "gd") which is what "mrtg" really uses these days. Bump package revision.
2006-05-29Add missing PLIST entries. Bump revision.joerg2-2/+5
2006-05-29Backout last change because it doesn't have any effect.tron1-2/+2
2006-05-29Fix build on DragonFly.joerg2-10/+14
2006-05-29Prefer new versions of Sun's JVM over old versions.tron1-2/+2
2006-05-29The configure script needs a working C compiler.rillig1-2/+2
2006-05-28Fixed some spelling mistakes.rillig1-7/+5
2006-05-28Use C++.joerg2-2/+4
2006-05-26Needs perl to build config file. Add some unexec rmdirs to PLIST.wiz2-2/+6
Bump PKGREVISION.
2006-05-26Changes 2.2.8:adam4-43/+28
Fix bug when displaying bad DB names used with !j command. Changes 2.2.7: Fixed file descriptor leak when journal file is corrupted. Changes 2.2.6: Fixed UII "show ip" command so that it does not crash IRRd. Also fixed incorrect output when more specific option is used with this command. Changes 2.2.5: Allow more specific expansions for /8's or longer (instead of /16).
2006-05-26Changes 1.1.19:adam3-12/+12
o Disabled code for shutting down idle sockd processes, appears to need more testing. o Upgrade to Automake 1.9.6. o Use __libc_enable_secure if it exists and issetugid() doesn't. Should allow the SOCKS_CONF environment variable to be used on Linux. o Check if large files need special support; logfiles can grow large. o Drop trying to optimize away unnecessary PAM calls, creates obscure problems on some PAM-Linux implementations. o Fixed bug introduced as part of additions to better preserve TCP semantics across connections. o New module available: session. This gives control over how many sessions different clients can create. o In order to share some code, there were some api changes made to the bandwidth module, requiring users to upgrade. Users of the bandwidth module can contact sales for a free upgrade. o Fix bug preventing immediate-error on wrong password to take effect for servers configured to use PAM. o Update usage of 'head'. o Support server-chaining. Currently only the tcp connect command is supported. It might be possible to add support for udp and tcp bind if requested. o Fix PAM-related bug introduced in version 1.1.16.
2006-05-26- Update tor to latest stable version 0.1.1.20 via files from pkgsrc-wipjschauma6-38/+19
- maintainer -> tv Changes (summary): some major security fixes, including entry guards to protect the beginning of the circuit, exit enclaves to protect the end, and better firewall support; a new directory protocol that improves bandwidth use and keeps clients more up to date; two new directory authorities; a new ascii-based controller protocol that lets people easily write applications to interact with Tor; and many scalability and performance improvements Full changes available at http://archives.seul.org/or/announce/May-2006/msg00000.html:
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam3-6/+3
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-22Remove p5-Wais, broken for two branches now and not supportedwiz8-112/+1
by the authors any longer. bad@ ok.
2006-05-22fix a possible information disclosure (CVE-2006-2442), from Debiandrochner3-3/+26
bump PKGREVISION
2006-05-22Uses C++.joerg1-1/+2
2006-05-22USE_LANGUAGES=c++dsainty1-1/+2
2006-05-22Accept Sun's Java Runtime Environment Version 5.0 as suitable JVM.tron1-2/+2
2006-05-21USE_LANGUAGES=c++wiz1-1/+2
2006-05-21install rc.d script in example dir.grant2-2/+4
2006-05-21+nagios-nrpegrant1-1/+2
2006-05-21initial import of nagios-nrpe-2.5.1 into pkgsrc.grant6-0/+93
This Nagios addon is designed to provide a way for executing plugins on a remote host. The check_nrpe plugin runs on the Nagios host and is used to send plugin execution requests to the nrpe agent on the remote host. The nrpe agent will then run an appropriate plugins on the remote host and return the plugin output and return code to the check_nrpe plugin on the Nagios host.
2006-05-20Startup script from Nathan Arthurmanu1-0/+29
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz5-8/+12
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-17Update to 2.3.1: fix another content-length buffer overflow in CGIs.bouyer3-7/+19
2006-05-17graphics/gd only generates PNG images anymore.ghen1-1/+1
2006-05-16Uses C++.joerg1-1/+2
2006-05-16Improve linkage but not using the crappy shell script from vsftpd,joerg5-15/+62
which doesn't work correctly e.g. on Solaris. Make PAM optional, but since the option is on by default, nothing changes. Fix compilation on Solaris based on input from Stefan Pfetzing in PR 33494.
2006-05-16Last patchset works better when config.h actually can definejoerg2-1/+16
HOST_OS_DRAGONFLY.
2006-05-16Update to 0.2.25. No offical changelog; mainly, incorporates Interixtv5-79/+266
patches originally created for pkgsrc, and adds broadcast/receive real-time FCP commands (experimental Entropy extensions). Add patch making all FCP protocol commands use \r\n as EOL, now required by Freenet (\n wasn't enough).
2006-05-14small modification to also match for end of line ($) with the grep and sedschwarz1-5/+5
expressions of that hack
2006-05-14Uses C++.seb1-1/+2
2006-05-13Update to version 3.33.perry2-7/+6
I'd include a change list, but the author hasn't provided any such information. :(
2006-05-12Set INSTALLATION_DIRS to create directories before installing files intominskim1-1/+3
them.
2006-05-12Changes 0.96.1:adam4-22/+42
Bug fixes: - Fixed issue when browse host is the only search in the list. - Reset download buffers on incomplete writes. - Fixed ever-growing sidebar at each relaunch under GTK1. - Fixed misdetection of chunk completion, causing undue abortion of downloads. - Was wrongly showing the source download speed twice in download status. - Range column was sometimes inexact in downloads. Improvements: - Print PFS indication for actively queued entries as well. - Take buffered data into account when showing download progress. - Downloads now show how many HTTP requests were made on the same connection. - Try to reposition the main window correctly. Configuration Changes: - Minimum connection timeout is set to 15 seconds. - Default for "maximum % of slots / vendor" raised to 90.
2006-05-12Fix PR#33316adam1-2/+2
2006-05-12Fix build with newer OpenSSL.joerg2-6/+14
2006-05-12Uses C++.joerg1-1/+2
2006-05-12Add DragonFly support.joerg2-9/+11
2006-05-12Fix build on DragonFly. Add pptp.8 to PLIST. Bump revision.joerg4-6/+16
2006-05-12Correct pthread detection in configure. Has libtool, so annotate that.joerg3-6/+39
Update source checksum, I have no idea what changed, but even ftp.netbsd.org doesn't have the old version around. Remove the interactive fetch, since it is normal GPL code and can be fetched directly. Bump revision due to unclear status.
2006-05-12Fix PLIST and bump revision. Add DragonFly work arounds for pthread.hjoerg6-8/+67
and fix net/if_var.h test as well.
2006-05-12Uses C++.joerg2-2/+4
2006-05-12Don't override the result of configure a few moments ago by hard-codingjoerg2-1/+23
-lresolv. It might not exist at all and break the other configure tests.
2006-05-12- add DragonFly support (positive lists for broken platforms wouldjoerg7-8/+81
simplify this...) - disable propolice on DragonFly - use void (*)(int) as type of sa_handler as by SUS - correctly annotate info usage, bump revision for this