summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2008-10-08+ net/fetchjoerg1-1/+2
2008-10-08Add fetch-1.0 from FreeBSD, the frontend for libfetch(3).joerg8-0/+1508
2008-10-08libfetch-2.18:joerg4-36/+52
Change FTP backend to use passive mode by default and fallback to active mode on syntax errors as discussed with and suggested by Luke Mewburn. Retire 'p' now and introduce 'a' flag to get the old default behavior.
2008-10-07Explicitly initialise next to appease GCC and myself as it might bejoerg1-1/+2
possible to trigger due to early EOF or timeouts.
2008-10-07Fix URL for fetching Linux-i386 ICA client.sborrill2-2/+83
Add a stab at Solaris-i386 support (should fetch and install, but PLIST.solaris-i386 is untested).
2008-10-06libfetch-2.17:joerg3-10/+28
Fix line buffering to not drop content after the line we are interested in. This magically worked for a local tnftpd that was only sending a normal one line return message due to the challenge response protocol always having the desired size. With the patch fetch_read will process the remaining part of the buffer and fetch_getln will remember how much of the data it was actually interested in, so it will now process the complete output again.
2008-10-06Require 2.16 for dependencies due to the changed fetch_read semantic.joerg1-2/+2
2008-10-06Update to youtube-dl-20080920. Changes:tnn2-6/+6
This release fixes the metacafe.com support and mitigates the UTF-8 filename problem in the majority of cases.
2008-10-06Add a forgotten patch file.joerg1-0/+13
2008-10-06libfetch-2.16:joerg13-40/+83
- only include openssl if the openssl option is present - include arpa/inet.h to get ntohl and friends on older platforms like Interix - use new netdb.h compat code from libnbcompat - include inttypes.h only when present - don't name local variables err, Interix has a symbol like that in default namespace - allow fetch_read to do short read and do more intelligent buffering for header processing; effectively don't do a system call for each byte read
2008-10-04Need msgfmt to build. Fixes PR 39692.obache1-2/+2
2008-10-03Updated net/proftpd to 1.3.2rc2martti8-37/+250
Fix for http://bugs.proftpd.org/show_bug.cgi?id=3115
2008-10-02Fix modular Xorg. Add DESTDIR support.joerg1-12/+15
2008-10-02Don't leak rpath into build area. Add DESTDIR support. Bump revision.joerg3-10/+28
2008-10-02Make it more likely to build with modular Xorg.joerg1-2/+2
2008-10-02nested function -> macrojoerg3-9/+39
DESTDIR support
2008-10-02Fix build with libxml2-2.7 and newer.joerg3-1/+35
2008-10-02Fix build on amd64 -- machine/speaker.h is not needed. Add DESTDIRjoerg6-13/+31
support.
2008-10-02Add some explicit casts and split a #if to unbreak build on DragonFly asjoerg4-15/+18
reported in PR 39667.
2008-10-02We don't need to patch "rsync.h" anymore.tron1-2/+2
2008-10-01Fix build with GCC 4. DESTDIR support.joerg4-7/+41
2008-09-30Fix build on NetBSD current.joerg4-1/+91
2008-09-29Require OpenSSL.obache1-1/+2
2008-09-25Make it look for it's config file at the right place.ahoka4-2/+44
2008-09-25Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILESwiz1-2/+2
source.
2008-09-23Update msdl to 1.2.2.obache2-6/+6
Version 1.2.2. -msdl - 8th release - http redirect support - added MPlayer/xine-lib copyright infos in each file Version 1.2.1. -msdl - 7th release - fixed fatal bug on mmst - some change on wmserver/real
2008-09-22net/ekiga-devel has been moved to net/ekigajmcneill4-412/+0
2008-09-22ekiga-devel -> ekigajmcneill1-2/+2
2008-09-22Import ekiga-3.0.0 stable release to replace net/ekiga-develjmcneill4-0/+394
Ekiga (formely known as GnomeMeeting) is an open source VoIP and video conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. It supports many audio and video codecs, and is interoperable with other SIP compliant software and also with Microsoft NetMeeting.
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg1-2/+2
2008-09-22Updated net/vsftpd to 2.0.7 - needed for recent FileZilla to with with SSLabs6-48/+38
v2.0.5 - Apply fix for O_NONBLOCK vs. XFS DMAPI filesystem. Thanks to Sudha Srinivasan <sudhas@sgi.com>. - Fix build warnings exposed by my upgrade to Fedora Core 5 / GCC4.1.1. - Be more honest in FEAT response if PORT or PASV are disabled! Reported by Charles Honton <chas@honton.org>. Allows MS Explorer to get the transfer mode correct. - pam_pwdb.so -> pam_unix.so in example PAM file. Thanks to Rhodes, Colin <colin.rhodes@airways.co.nz>. - Add FAQ issue regarding "chroot fails with SSL" - in fact, sshd is being hit here instead ;-) - Minor man page doc tweaks. - Tiny bit of paranoia in privops.c. - Revert change to reject anonymous logins before asking for password. This fixes complaints about IE not showing the FTP login dialog. - Change SSL certificate load to cater for chaining too. - Added delay_failed_login and delay_successful_login to help limit resources taken by brute force attacks. - Kick session after a few login fails. Allows IP blocking solutions to be more immediately effective. - Replace setenv() with more portable putenv(). First part of Solaris fix. - Replace tm_gmtoff usage with timezone and daylight. Second part of Solaris fix. - Set PAM items TTY and RUSER if possible. - OpenBSD build warning fixes. - So, timezone and daylight are not available on BSD, so redo the whole TZ thing again. Should use only very portable constructs now. v2.0.6 - Fix delay_failed_login typo. Oops. - Patch the getcwd and readlink sysutil helpers to reflect that they wouldn't like a 0-sized buf. No caller is affected. Thanks Ilja van Sprundel <ilja@suresec.org>. - Allow a (fake) reauth as the same user as the logged in user. Should resolve .NET related report from Sabo Jim <Jim.Sabo@thomson.net>. - Tweak from Lucian Adrian Grijincu <lucian.grijincu@gmail.com> to take unnecessary port calculations out of a loop. - Fix byte I/O accounting in the error path of do_file_send_rwloop, thanks to <echen@siac.com>. - Don't log FireFox's attempts to RETR directories! Reported by Nixdorf, Tim <tnixdorf@dnps.com>. - Fix STOU sending the same 150 status line twice - oops! Reported by <yamazaki@iij.ad.jp>. - Fix xferlog format for virtual (guest) users, reported by Andy Fletcher <andy@withnail.org>. - Fix bug with empty user list file and userlist_deny=NO. Reported by Marcin Zawadzki/GlobalVanet.com <marcin.zawadzki@globalvanet.com>. - Pretend we have proper UTF8 support and respond positively to OPTS UTF8 ON. Thanks Stanislav Maslovski <stanislav.maslovski@gmail.com>. - Add control over the file permissions used in the chown()ing of anonymous uploads: chown_upload_mode (default 0600 as before). Suggestion from An Pham <apham@medforcetech.com>. - Do a retry getting the active ftp socket in vsf_privop_get_ftp_port_sock(); should help buggy Solaris systems. Reported by Michael Masterson <mjmasterson@xo.com>. - Add debug_ssl option to dump out some SSL connection details. - Use code 522, not 521, to indicate that the server requires an encrypted data connection. Still does not seem to coax lftp to retry :( - Recognize OPTS pre-login. - A whole ton of SSL improvements, including ability to force requirement of a client cert; data and control channel client cert cross checking. Ability to require fully valid / authentic client certs. No cert-based auth yet. - Change my e-mail to my GMail account. v2.0.7 - Fix finding libcap for the link on Slackware systems, thanks to Roman Kravchenko <roman@atech.lv>. - Fix build on Solaris 2.8 due to non-standard C, thanks to IIDA Yosiaki <y-iida@secom.co.jp>. - Fix man page typo, thanks Matt Selsky <selsky@columbia.edu>. - Bring the PASV listen() into the bind() retry loop to resolve a race under extreme load. Thanks to Curtis Taylor <cjt@us.ibm.com>. - Enhance logging for debug_ssl. - Shutdown the SSL data connections properly. This prevents clients such as recent FileZilla from complaining. Reported by various people. - Add option to enforce proper SSL shutdown on uploads. Left it off after much agonizing because clients are so broken in this area. - Add option to delete failed uploads.
2008-09-20Fix include order.joerg1-2/+3
2008-09-19Fix build with GCC 4 and add DESTDIR support.joerg4-14/+36
2008-09-19Update to 1.2.9 and fix SunOS buildsadrianp2-8/+7
1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly 1.2.8 fixed a segfault introduced in version 1.2.7 1.2.7 http statuscodes are now correctly interpreted (if selected) 1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server
2008-09-19Include application .mk and add two scripts (used only in tests anyway) toepg1-1/+5
REPLACE_PYTHON.
2008-09-18Fix build on DragonFly. From PR 39566.joerg2-1/+22
2008-09-18Add some required explicit scopes to fix ambiguity errors onjoerg7-1/+105
NetBSD/current.
2008-09-18Fix "dyld: Symbol not found: _program_name" on Darwin. pkg/39435yyamano1-1/+3
2008-09-18Update ns to 2.33. This version contains many new modules, especiallyminskim4-11/+57
wireless network models, and bug fixes. Changes since 2.31: Wireless shadowing bug fix; originally reported by Marcello Caleffi; suggestion from Nicola Baldo applied AODV bug fix from Marco Fiore Add dynamic libraries patch from SIGNET group, University of Padova Add 80211Ext models from Mercedes-Benz/Karlsruhe team Add Ilango Purushothaman's 802.11 infrastructure mode support. Add ns-2 TCP Linux patch and calendar scheduler improvements. Enable Tk for ns-2. Several changes to SCTP module, contributed by Nasif Ekiz and Protocol Engineering Lab at the University of Delaware
2008-09-17Fix build on DragonFly. From PR 39570.joerg2-1/+13
2008-09-16Update to rsync-3.0.4.bjs2-8/+8
Changes since 3.0.3: BUG FIXES: - Fixed a bug in the hard-linking code where it would sometimes try to allocate 0 bytes of memory (which fails on some OSes, such as AIX). - Fixed the hard-linking of files from a device that has a device number of 0 (which seems to be a common device number on NetBSD). - Fixed the handling of a --partial-dir that cannot be created. This particularly impacts the --delay-updates option (since the files cannot be delayed without a partial-dir), and was potentially destructive if the --remove-source-files was also specified. - Fixed a couple issues in the --fake-super handling of xattrs when the destination files have root-level attributes (e.g. selinux values) that a non-root copy can't affect. - Improved the keep-alive check in the generator to fire consistently in incremental-recursion mode when --timeout is enabled. - The --iconv option now converts the content of a symlink too, instead of leaving it in the wrong character-set (requires 3.0.4 on both sides of the transfer). - When using --iconv, if a filename fails to convert on the receiving side, this no longer makes deletions in the root-dir of the transfer fail silently (the user now gets a warning about deletions being disabled due to IO error as long as --ignore-errors was not specified). - When using --iconv, if a server-side receiver can't convert a filename, the error message sent back to the client no longer mangles the name with the wrong charset conversion. - Fixed a potential alignment issue in the IRIX ACL code when allocating the initial "struct acl" object. Also, cast mallocs to avoid warnings. - Changed some errors that were going to stdout to go to stderr. - Made human_num() and human_dnum() able to output a negative number (rather than outputting a cryptic string of punctuation). ENHANCEMENTS: - Rsync will avoid sending an -e option to the server if an older protocol is requested (and thus the option would not be useful). This lets the user specify the --protocol=29 option to access an overly-restrictive server that is rejecting the protocol-30 use of -e to the server. - Improved the message output for an RERR_PARTIAL exit. DEVELOPER RELATED: - The Makefile will not halt for just a timestamp change on the Makefile or the configure files, only for actual changes in content. - Changed some commands in the testsuite's xattrs.test that called "rsync" instead of "$RSYNC". - Enhanced the release scripts to be able to handle a branch release and to do even more consistency checks on the files.
2008-09-16Update from version 1.24 to 1.24nb1.he1-2/+3
Pkgsrc changes: o Instead of pointing to ../../wip/ (oops!), use ../../databases for the newly imported p5-MARC-Record package, which is a dependency of this package. Should fix PR#39562.
2008-09-16- Move _epoll.so to PLIST.Linux (fixes PR pkg/39553).epg5-8/+68
- Adjust py-OpenSSL dependency down to 0.6. - Use egg.mk instead of extension.mk, drop PYDISTUTILSPKG, and add egg foo to PLIST.
2008-09-15Added subdirectory p5-Net-Jifty to the Makefilerhaen1-1/+2
2008-09-15initally importedrhaen3-0/+40
from the DESCR: Jifty is a full-stack web framework. It provides an optional REST interface for applications. Using this module, you can interact with that REST interface to write client-side utilities. You can use this module directly, but you'll be better off subclassing it, such as what we've done for Net::Hiveminder. This module also provides a number of convenient methods for writing short scripts.
2008-09-15Add p5-Net-LibIDN.he1-1/+2
2008-09-15Import p5-Net-LibIDN version 0.11.he4-0/+52
Adapted from submission in PR#39542. Adds a patch to portably pull in $Config{ldflags} to avoid run-path lossage which would otherwise ensue. Provides bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN.
2008-09-14Added p5-Net-Z3950-ZOOM.he1-1/+2
2008-09-14Import p5-Net-Z3950-ZOOM version 1.24 from pkgsrc-wip + own update.he4-0/+45
Some of the tests fails, but that appears to be due to some remote server no longer providing the expected service. Also fix one test's count of tests. The Net::Z3950::ZOOM distribution contains three Perl modules for the price of one. They all provide facilities for building information retrieval clients using the standard Z39.50 and SRW/U protocols, but do so using different APIs.
2008-09-14Canonicalize commented-out HOMEPAGE which uses search.cpan.org.he1-2/+2