summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-07-17Update to 1.5, provided by Makoto Fujiwara in PR 34014:wiz3-7/+20
pchar-1.5: Compile fixes, minor bug fixes. Last planned release of pchar. (12 February 2005) Source code moved from CVS to Subversion. Although generally not user-visible, the version control strings now use Subversion's format. Builds on recent (RH 9.0-vintage) Linux systems seem to work now. Some off-by-one errors have been fixed, based on patches submitted by Anil Madhavapeddy pchar with SNMP enabled now has at least a chance of working correctly. pchar no longer incorrectly aborts after a hop with 100% packet loss. pchar now does a better job of linking libraries using --with-snmp on machines where libsnmp depends on libcrypto, thanks to Matt Zimmerman Some problems using --with-pcap on RedHat 7.0/7.1 (possibly other Linux distributions as well) were found thanks to a debugging session with Fran Boon
2006-07-16Update to version 3.5.1salo2-6/+6
Changes: Version 3.5.1 - 2006-07-05 - a coredump in pget fixed. Version 3.5.0 - 2006-07-05 - implemented pget -c (continue) with a status file. (`set pget:save-status never' to disable periodic saving of the status). - new options of `repeat' command: --count (-c), --delay (-d), --while-ok, --until-ok. - listing and dns cache optimized; added per host enable/disable for caching. - made ABOR more robust. - added support for ALLO command and ftp:use-allo setting. - use binary mode for `quote' (e.g. `quote POST' for http). - sped up uploading in fish protocol. - fixed coredump in pget when terminal lacks prev_line capability. - fixed pget for URLs with question sign.
2006-07-14Update to 1.1.2adrianp6-37/+47
* Updated dictionaries (as always), * Extended Ascend "abinary" support for Juniper, * Configurable "cipher_list" for EAP methods that use TLS, * Additional checks on cert issuer validation for EAP methods that use TLS, * SQL IODBC bug fixes, * Updates to the LDAP module, * Better catching of errors in the config files, * Miscellaneous other fixes In addition to this add an extra option to options.mk which is "freeradius-simul-use". This will enable Simultaneous-Use and is enabled by default. If you disable it freeradius can be built without depending on the net-snmp package. Original idea from John Nemeth.
2006-07-14Create a separate pkgtools/tnftp package that is installed as part ofjlam2-24/+32
the bootstrap process and which may be needed by pkg_install. This is distinct from the net/tnftp package that is now a "normal" package. Modify the bootstrap script to use pkgtools/tnftp instead, and clean up some of the registration code.
2006-07-14Mark these packages as NO_MTREE as they are bootstrap packages and don'tjlam1-1/+2
need mtree to pre-generate any directories for them.
2006-07-14Fix a typo. Reword a sentence. From Zafer Aydogan.wiz1-5/+6
2006-07-14Remove an incomplete sentence, reported by Zafer Aydogan.wiz1-1/+0
2006-07-14Linking against libpython needs to link against pthread on some platformsjoerg2-1/+24
to work.
2006-07-13pkglintificationadrianp3-15/+31
Add kerberos support - Patch from Kevin Sullivan in PR #33732 Bump to nb4
2006-07-13Make slpd reopen its log file on HUP (it does not use syslog - bah!).he4-3/+55
The log file needs to be writable for user=daemon, since slpd setuid()s to that user after starting up. Put the extremely verbose and disk-filling logging of "Parse Erorr" packets (is this an SLPv1 vs. SLPv2 protocol versioning issue gone bad?!?) under DEBUG, which is not normally turned on in our builds. Change HOMEPAGE, since Caldera appears to have seen fit to remove the www.openslp.org DNS name and associated web server. Instead point to the SourceForge home page. Bump package revision to 1.
2006-07-13Reset maintainer (haven't used this in ages).wiz1-2/+2
2006-07-12Moved documentation to share/doc/ntp4. Bumped PKGREVISION.rillig2-190/+189
2006-07-12Update to 2.2.95.1:wiz2-6/+6
Changes in libsoup from 2.2.94 to 2.2.95.1: * Even more fixes to XML-RPC, found by the new XML-RPC regression test. This includes some API changes that I don't feel guilty about, because the code totally didn't work at all before. * Fixed a bug in soup_mktime_utc() * (2.2.95 was identical to 2.2.95.1. The only difference is that the shared library version was belatedly bumped from 8.2.0 to 8.3.0 to reflect the API "additions")
2006-07-11New version needs Python 2.4.joerg1-3/+2
2006-07-11-enable ipv6drochner3-2/+91
-fix some RFC2292 vs 3542 confusion which made the former fail -on NetBSD, build a HINFO record from hw.model and kern.osrelease -bump PKGREVISION
2006-07-11Fix path in patch-cd.ghen2-5/+5
2006-07-11Apply the patch from http://www.samba.org/samba/security/CAN-2006-3403.htmlghen3-3/+23
to fix a memory exhaustion DoS against smbd. Bump PKGREVISION.
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-7/+9
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10+mDNSResponder-nssdrochner1-1/+2
2006-07-10Build the mdns hostname resolution nsswitch plugin which comes withdrochner7-0/+611
mDNSResponder. (NetBSD-3.x only for now.)
2006-07-10Add & enable php-yazseb1-1/+2
2006-07-10Initial import of php-yaz version 1.0.7 into The NetBSD Packagesseb3-0/+20
Collection. PHP is a programming language designed to be embedded into web pages. This module implements a Z39.50 client for PHP using the YAZ toolkit.
2006-07-09update tor to version 0.1.1.22:jschauma3-6/+20
Changes in version 0.1.1.22 - 2006-07-05 o Major bugfixes: - Fix a big bug that was causing servers to not find themselves reachable if they changed IP addresses. Since only 0.1.1.22+ servers can do reachability testing correctly, now we automatically make sure to test via one of these. - Fix to allow clients and mirrors to learn directory info from descriptor downloads that get cut off partway through. - Directory authorities had a bug in deciding if a newly published descriptor was novel enough to make everybody want a copy -- a few servers seem to be publishing new descriptors many times a minute. o Minor bugfixes: - Fix a rare bug that was causing some servers to complain about "closing wedged cpuworkers" and skip some circuit create requests. - Make the Exit flag in directory status documents actually work. While here, patch sample config file to log to syslog per default to make sure that tor starts as a daemon with the default config.
2006-07-09Update net/dtcp package to 20060109.taca2-7/+6
2006-01-04 Hajimu UMEMOTO <ume@mahoroba.org> * dtcps.rb (service_dtcp): When new connection request for UDP tunnel comes, don't disconnect existing connection even if is comes from same IPv4 address. * dtcpc.rb, dtcps.rb: Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified to dtcpc, it is enabled. It requires some modification to ng_ksocket of server side. 2006-01-02 Hajimu UMEMOTO <ume@mahoroba.org> * dtcpc.rb, dtcps.rb: Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph. The relevant options are -b and -U. * dtcps.rb: Trap SIGINT as well as SIGTERM, and ignore SIGHUP.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam47-94/+94
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam47-47/+94
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam2-4/+7
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07Revert patch-aa to the previous revision and just add __NetBSD__ to the list.ghen2-20/+11
Suggested by joerg.
2006-07-07update to 2.14.1drochner2-8/+7
changes: - Fix build problem on cygwin - Fix segmentation fault on orb.shutdown() - Make it work on Python 2.5 and 64-bit platforms
2006-07-07Fix for gcc4: define alloca to __builtin_alloca if using gcc, from PR pkg/33930.ghen2-11/+20
2006-07-07Update net/kiax to version 0.8.51 fixing the security issue in 0.8.5reinoud4-19/+19
From the change log: # Patched security flaw in iaxclient # Patched md5 to work on amd64 (Jasmin Buchert) # Added Malay translation (Mohd Effendi Jaafar)
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam8-18/+13
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07add a fix for a list content checking problem Hagen Boehm identifiedspz4-3/+68
add a typo correction in a comment
2006-07-06Export OPSYS explicitly. This worked before, but according to PR 33931joerg1-1/+3
it got broken.
2006-07-06Needs msgfmt.joerg1-1/+2
2006-07-05Fix build with gcc-4.1. Do not have static and global variableswiz2-1/+24
of the same name.
2006-07-05Update net/openvpn to 2.0.7. Changes from version 2.0.6 include fixingjlam2-7/+6
a Windows bug with 64bit counters which could cause intermittent crashes.
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam2-26/+4
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam6-18/+12
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04add some missing entriesdrochner1-1/+11
2006-07-03Update to 2.2.94:wiz3-8/+17
Changes in libsoup from 2.2.93 to 2.2.94: * Various fixes to the XML-RPC code (which apparently had not actually ever worked before) from Brent Smith. [343973, 344222, 344458] * Added client and server API tutorials to the docs * auth-test now uses a local Apache 2.2 install, if possible, rather than depending on files that used to be on an old Ximian web server but haven't been anywhere for a long time. [311825]
2006-07-03Update to nsd-2.3.5. This fixes a number of minor bugs.joerg3-16/+16
2006-07-03addition of Transmission 0.6.1, a lightweight bittorrent clientdogcow1-1/+2
2006-07-02Compilers other than GCC are not expected to know the -MM option torillig1-1/+9
calculate dependencies, so disable it for them.
2006-07-02devel/pcre calls itself "pcre" in the buildlink3.mk file, not "libpcre".rillig1-2/+2
2006-07-02Remove class name from member declarations to make this build with GCC 4.x.tron3-1/+29
2006-07-02Update to 2.7.7:wiz2-6/+6
2006/06/19: version 2.7.7 = tag release-2-7-7 5196: IP: Store IPs with two int values instead of four to save RAM (pango) 5195: BT: Log tracker error messages in UTF-8 5194: HTML: Print warning on opening page when enable_servers is set to false 2006/06/18 5191: HTML: remove sysinfo on opening page & option motd_html 5192: Fix deactivation of verbosity "gui" 5163: Configure: CVS SCM support for Mac OS X 10.3 (gstat) 2006/06/17 5158: HTML: Use table for printing buildinfo and runinfo data (schlumpf, pango) 2006/06/16 5187: New option: BT_import_new_torrents_interval, ignore Thumbs.db & desktop.ini in directory lists 5186: GUI: Send only non-empty real_startup_message string 2006/06/15 5156: HTML, improve Options output (schlumpf) * new command html_mods_use_js_helptext (true|false) to change display of helptext between javascript popup`s and html table * fix some padding and border bugs * add "toggle js_helptext" button to 'vo' and 'voo' to directly toggle the style 2006/06/12 5061: New option small_files_slot_limit to push release of small files (pango) all files below the configured file size (default 10kb) are uploaded through one reserved slot 5144: Increase default max_upload_rate to 10 (schlumpf) 5177: HTML, Options: update display after changing options (schlumpf) 5176: Swarming: Change error message text and verbosity for BAD WRITE BAD WRITE is not really an error, MLDonkey just receives unwanted data 5175: GTK1 oldgui: Last compile fix for abstract verification bitmaps (pango) 5174: Abstract verification bitmaps: compile fixes for GTK1 GUIs, move generic code to CDK (pango) 5173: Swarmer: Small fix for merged downloads (WIP7b') (pango) 2006/06/11 5172: EDK: Log error which causes pausing a download 5171: New command group "Driver/Users", print help text for "Bad number of arguments" error message 5170: Fix default max_indirect_connections, minimum is 30 5169: HTML, Options: add description to option section buttons, remove 'save' button (schlumpf) 5168: Global module to abstract verification bitmaps (pango) 5167: Swarmer: Fix saving ini data for merged downloads (pango) 5166: Swarmer: New module to abstract verification bitmaps (pango) 2006/06/07 5164: CommonSwarming: Pangos WIP5e' * When cutting a range, the reciprocal link of the range after the right part still references the left part * When cutting a block in two parts can before empty, but then can also before complete (if they have no ranges left) * Added bad_writes_is_back patch * When find_range can only find ranges already being downloaded, it now first does a quick check to see if there's no other, probably more interesting, blocks remaining. If so, it forces a block change (report no more ranges left) * While it's a good feature in itself, it's probably a workaround for a bug in select_block (?); It seems that blocks oversaturated with sources happen way too often (4 or 5 sources on a single range shouldn't happen). * Compute the size of unselected ranges in each blocks, so that sources don't "rush" on blocks just left by a source. * Some BAD WRITEs seems to happen because we forget ranges we requested (when switching blocks ?) * Replaced call to clear_uploader_ranges by a call to clear_uploader_intervals in BitTorrent support Choke message handler. 5063: EDK: remove duplicate entries in shared_files_new.ini (pango) 5160: Remove stale avifile.ml, clean commonMultimedia logging 5159: Compute magic values only when needed 5157: add some line breaks to option help text for shorter lines (schlumpf) 2006/06/01 5153: New command: force_web_infos to manually download web_infos URLs 5152: Do not connect friends from disabled networks 5151: Options: New stringvalue functions needed for multiuser support 5150: Log: Fix log when server list is empty in check_blocked_servers 2006/05/31 5149: Log: Some additions for commonSwarming 5148: Mail: Fix for multiline SMTP responses (zet) 5143: HTML/Telnet: Country codes for servers 5147: G1/G2: Display proper filename (and therefore support rename) (zet) 5145: EDK: Fix md4 hashing when filesize is an exact multiple of edk chunk size, MLDonkey is now eMule-compatible (zet) 2006/05/30 5141: Swarmer: New option swarming_block_selection_algorithm (pango) * Allow to choose swarmer block selection algorithm at runtime. - Algorithm 1 is the current default algorithm - Algorithm 2, from WIP3o patch, should try harder to complete partially downloaded chunks, specially with Bittorrent. It was previously reverted because of unknown performance problem (slower download ?) 5140: Update .cvsignore files (pango) 5138: Catch ip banned exception (zet) 5137: HTML: Fix display of file magic values with ' 5136: FileTP: fixes and enhancements (zet) * Add "FTP-chunk_size" option (0 = no chunks = download full file at once) -- A chunk_size would be required if downloading from > 1 source * Add FTP downloads to bandwidth controller (for stats & speed limiter) * Support FTP sites that do not buffer input (MS FTP) * Add support for user/pass (http://user:pass@site or ftp://user:pass@site). This also adds user/pass support to http_client. * Error codes from HTTP (ie: 404) and some from FTP are supported (530 sometimes signals a retry, sometimes a login failure so a regex was used (lftp)). Downloads are paused when a hard error is received (and noted in the log). 2006/05/25 5131: New option gui_log_size: number of lines for GUI console messages 5129: HTML: Display client_bind_addr in options menu 5124: Log: Login messages can be disabled with verbosity "no-login" 5130: CommonSwarming: Pangos WIP4a' thanks for testing goes to SchAmane, CruX, jave (forgot someone?) That's a huge patch over CommonSwarming module (whose job is to select what data to ask from connected sources, and the merging of received data), I hope I'm not forgetting anything important : * first, it's a mantainance patch; Lots of code have been reworked for readability and compactness (iterators...), functions grouped together, sometimes renamed to more descriptive names. Lots of comments have been added, including the description of invariants I've found, and a nice ASCII art schema of the swarming datastructures ;) * naming has been made more consistant, to differenciate chunks (from each network view) from blocks (internal to swarming), and intervals (list of int64 * int64 beggining/end offset pairs) * Support for bitmaps encoded as strings (AvailableCharBitmap) removed, since it's no longer used anywhere; use the more compact AvailableBitv instead * Removed range_current_begin from ranges, it's enough for a range to have a beginning and a end ;) * Rewrote compute_block_num to have precise preconditions, and algorithm proof * Added some assertions to better enforce invariants (on verification bitmaps, for example) * Allocation of ranges is now delayed until the very last moment, instead of when a chunk starts being downloaded. Main benefit (beside small memory gain) is that requests for different ranges sizes can be fulfilled at any time. * Modified received function so that no BAD WRITE message can happen anymore: condition when data that does not start from the beginning of a range is correctly detected and data discarded (since ranges cannot handle that case anyway) * Rewrote a much simpler version of present_intervals * Rewrote block selection algorithm for readability and flexibility; select_block simply "folds" over all available blocks, using compare_choices function to keep the best available one(s). May need some more CPU (no fast exit) * Fixed donkey uploaders calls when disconnected * Reenable the copy of identical chunks between files. Opportunities for copies are checked every 5 minutes. * Made file writing a bit smarter in Unix32 module so that writing zeroed chunks (as can happen a lot with chunks copying) on an otherwise sparse temp file does not allocate disk space. A bit hackish. 2006/05/23 5121: EDK: Remove obsolete option emule_compression 5122: improve block_list output and runinfo ip blocking (schlumpf) 5123: Fix Invalid_argument("UTF8.length") bug in HTML, down-/uploaders
2006-06-30Rename variable "optreset" to "my_optreset" to avoid conflict with globaltron2-4/+25
variable used by getopt(3).
2006-06-30Move "bsddip" package to "bsddip" directory.tron8-8/+8
2006-06-30Don't include "net/if_slvar.h" under NetBSD. It's not necessary undertron2-9/+11
older NetBSD versions and the file doesn't exist under newer versions.