summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-09-11Update tor to 0.1.2.17.obache3-17/+17
Changes in version 0.1.2.17 - 2007-08-30 o Major bugfixes (security): - We removed support for the old (v0) control protocol. It has been deprecated since Tor 0.1.1.1-alpha, and keeping it secure has become more of a headache than it's worth. o Major bugfixes (load balancing): - When choosing nodes for non-guard positions, weight guards proportionally less, since they already have enough load. Patch from Mike Perry. - Raise the "max believable bandwidth" from 1.5MB/s to 10MB/s. This will allow fast Tor servers to get more attention. - When we're upgrading from an old Tor version, forget our current guards and pick new ones according to the new weightings. These three load balancing patches could raise effective network capacity by a factor of four. Thanks to Mike Perry for measurements. o Major bugfixes (stream expiration): - Expire not-yet-successful application streams in all cases if they've been around longer than SocksTimeout. Right now there are some cases where the stream will live forever, demanding a new circuit every 15 seconds. Fixes bug 454; reported by lodger. o Minor features (controller): - Add a PROTOCOLINFO controller command. Like AUTHENTICATE, it is valid before any authentication has been received. It tells a controller what kind of authentication is expected, and what protocol is spoken. Implements proposal 119. o Minor bugfixes (performance): - Save on most routerlist_assert_ok() calls in routerlist.c, thus greatly speeding up loading cached-routers from disk on startup. - Disable sentinel-based debugging for buffer code: we squashed all the bugs that this was supposed to detect a long time ago, and now its only effect is to change our buffer sizes from nice powers of two (which platform mallocs tend to like) to values slightly over powers of two (which make some platform mallocs sad). o Minor bugfixes (misc): - If exit bandwidth ever exceeds one third of total bandwidth, then use the correct formula to weight exit nodes when choosing paths. Based on patch from Mike Perry. - Choose perfectly fairly among routers when choosing by bandwidth and weighting by fraction of bandwidth provided by exits. Previously, we would choose with only approximate fairness, and correct ourselves if we ran off the end of the list. - If we require CookieAuthentication but we fail to write the cookie file, we would warn but not exit, and end up in a state where no controller could authenticate. Now we exit. - If we require CookieAuthentication, stop generating a new cookie every time we change any piece of our config. - Refuse to start with certain directory authority keys, and encourage people using them to stop. - Terminate multi-line control events properly. Original patch from tup. - Fix a minor memory leak when we fail to find enough suitable servers to choose a circuit. - Stop leaking part of the descriptor when we run into a particularly unparseable piece of it.
2007-09-11Use standard rc script handler, instead of custom.obache1-11/+2
Fixes PR 36965.
2007-09-10Update to 8.4.7-P1adrianp3-15/+23
- Fix ${MASTER_SITES} - Fix permissions on installed html files BIND changes: 1750. [cleanup] Add "End of Life" notices. 1749. [security] Use arc4 rather than LC NSID for QID RNG. [RT #17034] 1719. [port] HPUX-IA64 support. 1716. [port] solaris: poll() support. 1715. [port] solaris: uses Sun's md5 implementation. 1712. [bug] turning off non-blocking i/o was broken. 1700. [port] Use closefrom() if available. See CHANGES for all the details.
2007-09-10+ net/libmmsxtraeme1-1/+2
2007-09-10Initial import of libmms-0.3 from pkgsrc-wip, packaged byxtraeme5-0/+65
jfranz at bsdprojects dot net. LibMMS aims to be a common mms:// and mmsh:// (Microsoft streaming protocols) parsing library, licensed under LGPL.
2007-09-10Update to 2.9.1:wiz2-6/+6
2007/09/09: version 2.9.1 = tag release-2-9-1 6192: EDK: Use discovered client_ip when lowid 2007/09/05 6187: BT: Fix wrong file order of multifile torrents due to patch #6174 2007/09/01 6179: BT: Send correct downloaded amount to tracker when download completed 6174: BT: Encode non-UTF8 filenames using "encoding" or "codepage" data from .torrent if present 2007/08/31 6175: Yet another patch for share_scan_interval - new default 30 minutes for newly created ini files - still use 0 to disable - hard-coded global minimum of 5 minutes, this updates old default 1 to 5 - automated options update, if update is needed (options_version <= 19) and share_scan_interval = 5 (because of new hard-coded minimum, which is processed earlier) its changed to new default of 30 6145: EDK: Update options description of max_connected_servers (Schlumpf) 6172: EDK: properly advertise and honour noviewshared tag (TripleM) 2007/08/23 6160: BT: Another fix for share_scan_interval - Old hard-coded default was 300s, now with share_scan_interval its possible to use a minimum of 60s which produces high CPU load. This patch implements a minimum of 300s for the BT share_files timer. 2007/08/04 6128: New default for option messages_filter (unease) 6132: HTML: Fix group display in vd <num> for admin users view of other users files 6130: Change API for network_parse_url, support user group 6127: HTML: Display file_chunk_sizes/file_piece_size in vd <num> 6135: BT: Fix high CPU load when share_scan_interval = 0 due to buggy patch #6049 (thx to darkman)
2007-09-09Remove libpreludedb dependency for snort-prelude builds. Apparently it'sadrianp1-2/+1
not required. From John R. Shannon.
2007-09-08Convert to use the features framework.jlam1-2/+2
2007-09-08Update HOMEPAGE.wiz1-2/+2
2007-09-08+ fpdns.wiz1-1/+2
2007-09-08Initial import of fpdns-0.9.1:wiz4-0/+36
fpdns fingerprints DNS servers to find out which type they are.
2007-09-07Add missing dependencies. Bump PKGREVISION.wiz1-3/+4
XXX: now segfaults on NetBSD-4.99.30/amd64, instead of not starting at all before.
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam14-58/+74
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-09-07Convert to use the options framework.jlam4-72/+106
2007-09-07patches irrtoolset to handle extended autnumsspz19-6/+474
most changes supplied by mlelstv@NetBSD.org (Michael van Elst) patch to src/rpsl/rpsl/rptype.cc supplied by he@NetBSD.org (Havard Eidnes) also fixes PR pkg/36807
2007-09-07Update to 1.22:wiz2-7/+7
Bug Fixes * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
2007-09-07Update ttt to version 1.8.2.obache4-20/+19
This version contains build problem with gcc4 reported and patch provided by Yakovetsky Vladimir in PR 36943.
2007-09-07Fix build problem with gcc4 (on NetBSD 4/current).taca2-1/+39
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam1-4/+4
2007-09-06Fix typo.reed1-1/+1
2007-09-05+ youtube-dl, - yougrabber.wiz1-2/+2
2007-09-05Remove yougrabber -- doesn't work any longer after youtube changed somewiz5-50/+0
URLs, and upstream doesn't have time to fix it. Use pkgsrc/net/youtube-dl instead.
2007-09-05Initial import of youtube-dl-20070824:wiz4-0/+43
youtube-dl is a small command-line program written in Python to download videos from YouTube.com.
2007-09-04Unbreak build: fix RCD_SCRIPTS "build" after the change introducedseb1-3/+2
in pkgsrc/mk/pkginstall/bsd.pkginstall.mk revision 1.31.
2007-09-03Fix WRKSRC after PKGNAME fix :)wiz1-2/+2
2007-09-03Fix PKGNAME.wiz1-2/+2
2007-09-03fix build on Mac OS X - adjust so that the logic in package config.m4 would ↵jdolecek1-2/+4
correctly find the builtin installation
2007-09-02Remove half sentence that does not make much sense here. Pipe through fmt.wiz1-4/+4
2007-09-01+nipperadrianp1-1/+2
2007-09-01Nipper performs security audits of network device configuration files. Theadrianp4-0/+39
report produced by Nipper includes; detailed security-related issues with recommendations, a configuration report and various appendices. Nipper has a large number of configuration options which are described on this page.
2007-08-30Update HOMEPAGE and add commented out newer MASTER_SITE.wiz1-2/+3
2007-08-26And also rewrite certificate file path in document.obache1-1/+5
2007-08-25Fixes installation directory issue, reported in PR 36779.obache6-21/+24
Honor PKG_SYSCONFDIR and PKGMANDIR. Use SUBST framework instead of manual sed. And pkglintfy. Bump PKGREVISION.
2007-08-25Bump PKGREVISION due to libosip's ABI changes.obache1-1/+2
2007-08-24Updated to version 0.61.heinz2-6/+6
Pkgsrc changes: - none Changes since version 0.60: =========================== *** 0.61, 1 August 2007 Fix rt.cpan.org #28106, 28198, and 28590 Modification of $_ in various places. Fix t/11-inet6 assumed lowercase domain names.
2007-08-24Correctly specify the location of uucico for the "uucp" user's shell.jlam1-3/+3
This fixes PR pkg/36695 by Jim Bernard. Bump PKGREVISION to 5.
2007-08-23patchsum fixabs1-2/+2
2007-08-23Update ktorrent to 2.2.1nb1. Fix compile on NetBSD/-current - from Bernd ↵abs3-8/+19
Ernesti - PR/36804
2007-08-23Add SuSE's patch to fix the vulnerability reported in CVE-2007-4091.tron3-2/+66
Bump package revision.
2007-08-23Remove patches that were scheduled for removal with the last maradnsjoerg3-37/+0
update.
2007-08-20Added the URL for the change log.rillig1-1/+2
2007-08-20Remove obsolete patchadrianp1-25/+0
2007-08-20Update to 3.1.1adrianp3-29/+16
By default, no longer try to use libnet. You must now specify --enable-libnet (#148) Remove support for pcap_snapshot_override which was never added to libpcap (#140) Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82) tcpprep & tcprewrite no longer require root access (#3) Remove libnids dependancy for flowreplay And many more, see the following for all the details: http://tcpreplay.synfin.net/trac/browser/trunk/docs/CHANGELOG?rev=1886
2007-08-20Update to 2.7.0.1adrianp3-17/+18
Fixed header files to avoid conflicts with system files on BSD for IPv6 data structures. Added code to prevent URI-related alerts from firing when the body is being normalized. Make Stream5 the default stream engine. Add alert for multiple GRE encapsulations. Added ability for Snort to track fragmented ICMPv6 to check for the remote BSD exploit (Bugtraq ID 22901, CVE-2007-1365). Code cleanup, change malloc/calloc to SnortAlloc, use safer functions SnortSnprintf, SnortStrncpy, etc. Check pointers before use. Additional updates for bounds checking. And many more . . . check the ChangeLog for all the details
2007-08-20Updated skype to 1.4.0.99. Changes unknown.rillig3-40/+33
2007-08-19Update "libtorrent" package to 0.11.6 and "rtorrent" package to 0.7.6.tron4-12/+12
Change since versions 0.11.4 respectively 0.7.4: - The old option handler has been rewritten. - Added support for SCGI rpc calls. - Added "http_ca{path/cert}" options. Patch by Johan Gunnarsson - Added configure options that allow building universal binaries. - Fixed a bug that caused piped requests to be lost. - Improved XMLRPC support, including support for 64bit ints, removed defective FastCGI support, - Added a large number of commands for use with XMLRPC. See system.listMethods for a complete list. - Fixed a bug where the tracker re-announce interval for the previous tracker was being used. Now the announce intervals for each tracker is stored seperately. - Commands that pass through rpc::parse_command_* now support inline commands that start with a '$'. E.g 'print="$get_ip="'. - Allow ';' as a separator for multi-command lines. Not recognized by the string parser, so it must be preceded by whitespace. - Allow escaping of newlines in the resource file. - The "load_*" commands now allow a list of commands to be appended. These commands will be called on the newly loaded download.
2007-08-19Updated to version 0.14.heinz2-6/+6
Pkgsrc changes: - none Changes since version 0.13: =========================== 0.14: (2007-08-03) * allow CGI subclasses (like CGI::Fast) for args. bug fix from Chris Kastorff <encryptio@gmail.com>.
2007-08-19Update libupnp to 1.6.0. Merge from wip/libupnp.obache9-290/+366
No functionally changes since RC1.
2007-08-18take notice of the 'inet6' package option,plunky4-2/+44
by default, inet6 support is built in, but it can be disabled for systems that do not have inet6 capability.
2007-08-17Try to sort out modular Xorg support. Untested as it doesn't buildjoerg1-2/+2
on NetBSD/current.