summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Fix DEPENDS.hiramatsu1-1/+2
2011-10-17Update p5-Net-Amazon-S3 to 0.54.hiramatsu2-7/+6
Changes from previous: 0.54 Sat Mar 21 21:23:32 BST 2011 - Fix for a naked qw() warning (patch by David Wheeler) - Fixed path issues (patch by Pavel Karoukin) *WARNING* THIS MIGHT BREAK EXISTING APPS *WARNING* - Author and development information changes 0.53 Tue Mar 30 15:24:19 BST 2010 - fix authenticated urls to work with EU buckets (patch by Edmund von der Burg) - tiny POD fix (patch by Frank Wiegand) - add an exists method to Net::Amazon::S3::Client (suggested by David Golden) - fix max_keys when listing buckets (spotted by Andrew Bryan) - add content_encoding to Net::Amazon::S3::Object (suggested by Egor Korablev) - update s3cl: You need to use the module before you use it, added the mkbucket command, now you can run the help without your AWS secret key, add docs about the env variables you need to run s3cl (patches by Jesse Vincent) 0.52 Thu Jul 2 09:17:11 BST 2009 - increase version prerequisites for some modules so that they are known to work 0.51 Tue May 19 08:31:59 BST 2009 - use MooseX::Types::DateTimeX so that we work with latest Moose (noticed by Ted Zlatanov)
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Update to twisted 11.0.0. -- Too many changes to list.schnoebe3-53/+63
2011-10-16fix build issues when building with non-standard PREFIX (found by dholland)spz10-41/+175
introduce options allow optional building with net-snmp support pkglint cosmetics
2011-10-16Fixes build on DragonFly BSD (missing IFM_TOKEN).obache2-5/+21
Based on PR pkg/45474 by Samuel J. Greear.
2011-10-16Add missing line to buildlink3.mk file.ryoon1-1/+2
2011-10-16Add libquiv and libquvi-scriptsryoon1-2/+3
2011-10-16Update to 0.4.0ryoon4-97/+12
* Old quvi package splits into 3 packages, quvi, libquvi, and libquvi-scripts. Changelog: 0.4.0 Wed Oct 05 2011 Toni Gundogdu Changes: - Split from "quvi", new repo at <http://repo.or.cz/w/quvi-tool.git> - Make --category-all new default (prev. --category-http) - Extend --exec to support %t, page title (#41) - Remove deprecated "--format (help|list)" - Remove deprecated "--no-shortened" - Remove deprecated "--old" For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.
2011-10-16Import of libquvi-0.4.0 as net/libquviryoon5-0/+64
The quvi is a command line tool for parsing video download links. It supports Youtube and other similar video websites. libquvi is a library for parsing video download links with C API. It is written in C and intended to be a cross-platform library. You can see the list of supported sites from 'quvi --support'. This package provides library for quvi.
2011-10-16Import of libquvi-scripts-0.4.0 as net/libquvi-scriptsryoon5-0/+112
The quvi is a command line tool for parsing video download links. It supports Youtube and other similar video websites. libquvi is a library for parsing video download links with C API. It is written in C and intended to be a cross-platform library. You can see the list of supported sites from 'quvi --support'. This package contains lua scripts for libquvi.
2011-10-16This package has no contentes to buildlink.obache1-15/+0
2011-10-16This package has no contents to buildlink.obache1-15/+0
2011-10-16* No need to buildlink with python modules, simple DEPENDS is sufficient.obache3-9/+11
* Convert PYDISTUTILSPKG to register egg-info. Bump PKGREVISION.
2011-10-16* convert PYDISTUILSPKG to register egg-infoobache2-4/+5
Bump PKGREVISION.
2011-10-16* LICENSE=modified-bsdobache2-4/+8
* convert PYDISTUTILSPKG to register egg-info Bump PKGREVISION.
2011-10-15Update xymon and xymonclient to 4.3.5spz8-36/+86
adjust Makefile to avoid/fix problems found by dholland Upstream changelog: Changes from 4.3.4 -> 4.3.5 (9 Sep 2011) ======================================== * rev 6754 * Fix crash in CGI generating the "info" status column. * Fix broken handling of IGNORE for log-file analysis. * Fix broken clean-up of obsolete cookies (no user impact). * Devmon RRD handler: Fix missing initialisation, which might cause crashes of the RRD handler. * Fix crashes in xymond caused by faulty new library for storing cookies and host-information. * Fix memory corruption/crash in xymond caused by logging of multi-source statuses. * New "delayred" and "delayyellow" definitions for a host can be used to delay change to a yellow/red status for any status column (replaces the network-specific "badFOO" definitions). * analysis.cfg and alerts.cfg: New DISPLAYGROUP setting to select hosts by the group/group-only/group-except text. * New HOSTDOCURL setting in xymonserver.cfg. Replaces the xymongen "--docurl" and "--doccgi" options, and is used by all tools. * xymond_history option to control location of PID file. * Critical Systems view: Optionally show eventlog for the hosts present on the CS view. * Critical Systems view: Multiple --config options can now be used, to display critical systems from multiple configurations on one page. * Detailed status display: Speedup by no longer having to load the hosts.cfg file. * xymongen and xymonnet: Optionally load the hosts.cfg from xymond instead of having to read the file. Changes from 4.3.3 -> 4.3.4 (1 Aug 2011) ======================================== * rev 6722 * Fix crashes and data corruption in Xymon worker modules (xymond_client, xymond_rrd etc) after handling large messages. * Fix xymond lock-up when renaming/deleting hosts * Fix xymond cookie lookup mechanism * Webpages: Add new HOSTPOPUP setting to control what values from hosts.cfg are displayed as a "comment" to the hostname (either in pop-up's or next to the hostname). * Fix xymond_client crash if analysis.cfg contains invalid configuration entries, e.g. expressions that do not compile. * Fix showgraph CGI crash when legends contain colon. * xymonnet: Include hostname when reporting erroneous test-spec * CGI utils: Multiple potential security fixes involving buffer- overruns when generating responses. * CGI utils: Fix crash when invoked with HTTP "HEAD" * CGI utils: Fix crashes on 64-bit platforms due to missing prototype of "basename()" function. * svcstatus CGI: Dont crash if history log is not a file. * Critical systems view CGI: Cross-site scripting fix * Fix recovery-messages for alerts sent to a GROUP * RRD "memory" status handler now recognizes the output from the bb-xsnmp.pl module (for Cisco routers). * Web templates modified so the menu CSS can override the default body CSS. * Acknowledge web page now allows selecting minutes/hours/days * Enable/Disable webpage enhanced, so when selecting multiple hosts the "Tests" column only lists the tests those hosts have. Changes from 4.3.2 -> 4.3.3 (6 May 2011) ======================================== * rev6684 * SECURITY FIX: Some CGI parameters were used to construct filenames of historical logfiles without being sanitized, so they could be abused to read files on the webserver. * SECURITY FIX: More cross-site scripting vulnerabilities. * Remove extra "," before "History" button on status-view * Critical view: Shring priority-column to 10% width * hosts.cfg loader: Check for valid IP spec (nibbles in 0-255 range). Large numbers in a nibble were accepted, triggering problems when trying to ping the host. * Alert macros no longer limited to 8kB
2011-10-15reanimate dhollands changes that play ok with 4.3.5spz4-6/+81
2011-10-15revert previous -- maintainer objecteddholland4-45/+6
2011-10-15Maintainer -> pkgsrc-usersspz1-2/+2
2011-10-15Fix most of xymon's build issues:dholland4-6/+45
- use the right environment variable to pass the rrdtool location; - remove some stray commas from the NetBSD build config; - make the toplevel configure script stop on error.
2011-10-15Update to 0.81:wiz2-7/+6
V0.81 Fix for https://bugs.launchpad.net/mtr/+bug/776211 don't have time right now to integrate some submitted patches. Sorry.
2011-10-15* no need to buildlink with py-SOAPpy, simple DEPENDS is sufficient.obache2-6/+8
* regist egg-info. Bump PKGREVISION.
2011-10-13Update DESCR from website.ghen1-3/+3
2011-10-13Update to 0.11rc2 (with new homepage), latest available version since 2005.ghen3-62/+8
0.11 (2005-08-18) Changes by Wojtek Kaniewski <wojtekka@toxygen.net>: - changed license to GPL version 2. There was no license information before which caused confusion. Code by Tomasz Lipski <lemur@irc.pl> and awayzzz <awayzzz@digibel.org> had to be removed, because their e-mail addresses were dead and googling for them gave no useful information. The missing features have been rewritten from scratch. If any offending code is still here, please let me know. I've done my best, but I haven't used any version control 5 years ago. - changed e-mail address. Changes by Ramunas Lukosevicius <lukoramu@parok.lt> - fixed source mapping bug, - SIGHUP reloads map file. 0.10 (2003-06-12) Changes by Wojtek Kaniewski <wojtekka@irc.pl>: - major code cleanup, - select() before accept(), so 6tunnel won't hang on sys_socketcall. - fixed losing data under heavy load, when write() didn't send all data. unsent data is stored in a buffer, - autoconf, - supports pid file (idea by misio <monster@qm.pl>).
2011-10-13Update libVNCServer to 0.9.8.1.obache2-8/+7
0.9.8.1 - Fixed an ABI compatibility issue.
2011-10-13Update to 20110930ryoon2-6/+6
I cannnot find the changelog. Probably this version follows recent youtube change.
2011-10-12Fix build on SunOS.hans1-1/+6
2011-10-12Pod2man is needed to build the manpage.hans1-2/+2
2011-10-12Explicitly specify DLPI backend on SunOS < 5.11.hans1-1/+4
2011-10-12Update mikutter to 0.0.3.540obache2-6/+6
* fixes to startup on Ubuntu 11.10.
2011-10-11integrate the patch from the following url:jmcneill11-11/+156
http://www.ogris.de/samba/unix-active-directory.html and install nss_winbind. bump PKGREVISION.
2011-10-10Update mikutter to 0.0.3.533.obache2-6/+6
* fixes Syntax Error with footer settings. * fixes crash with broken UI icon.
2011-10-08Update to rtmpdump version 2.4:dsainty4-46/+45
11 July 2011, v2.4 - add RTMPE type 9 handshake support
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered17-31/+31
2011-10-07Update p5-Test-TCP to 1.13.hiramatsu2-7/+6
Changes from previous: 1.13 - RT#67292: Tests are blocking in Windows 7. https://rt.cpan.org/Ticket/Display.html?id=67292 - change port number range from 10000 .. 11000 to 50000 .. 60000 to respect IANA. https://rt.cpan.org/Ticket/Display.html?id=64012 1.12 - workaround for win32 test fails. https://rt.cpan.org/Ticket/Display.html?id=66016 - more diagnostic messages 1.11 - localize $@ in Test::TCP::DESTROY 1.10 - added Test::TCP->stop method 1.09 - added document in FAQ section 1.08 - no feature changes 1.07_01 - new OO interface! 1.07 - allow forking in the client(lestrrat)
2011-10-06update to 0.2.2.33drochner2-6/+6
changes: minor fixes
2011-10-06Update p5-WebService-Google-Reader to 0.20.hiramatsu2-7/+6
Changes from previous: 0.20 Sun Sep 18 22:02:11 UTC 2011 - Added fix for XML::Atom bug. 0.19 Wed May 18 02:29:57 UTC 2011 - Fixed handling of expired tokens. (RT #68245) - Added response method. 0.18 Thu Apr 28 15:48:20 UTC 2011 - Fixed corner case in 'more' method to prevent an infinite loop. 0.17 Wed Mar 30 00:26:09 UTC 2011 - Required newer LWP with better HTTPS support. 0.16 Sun Mar 20 23:43:46 UTC 2011 - Added fix for google alert feeds. (ayanokouz) - Added another example script. 0.15 Wed Mar 9 17:46:14 UTC 2011 - Updated LWP usage to accomodate a change to the default behaviour (HTTPS requests now verify the hostname matches the issued certificate). - Explicitly set the default sort order of entries to desc, as documented. 0.14 Mon Nov 1 02:51:37 UTC 2010 - Fixed search feeds. - Fixed debug and compress constructor options. - Added support for "liking" items. - Updated some methods to accept both lists and array references. 0.13 Tue Oct 26 20:51:30 UTC 2010 - Fixed 'more' method to prevent an infinite loop. - Substituted deprecated API url. - Added another example script- marks dead craigslist posts as read. - Updated author tests.
2011-10-06Update to 20111006. Changes:sborrill1-0/+9
Provide function in libiscsi to return the compile-time limit on number of targets. Use this function in the initiator, to ensure that the same limit is used throughout (i.e. stop you attempting to compile the initiator with a different limit to the library - the initiator uses the library for most of its functionality). If truncating the number of targets in the initiator, truncate it to the correct amount, not half of what it should be. Obey RFC3720 when determining targets. SendTargets=All MUST be supported on a discovery session, and MUST NOT be supported on an operational session. Previously, SendTargets=All was used both in the initial discovery session and the later session. (from Daisuke Aoyama - author of istgt).
2011-10-06Add builtin handling for hesiod. Previously, this was settingdholland2-5/+75
PKG_SKIP_REASION if hesiod was builtin, which was causing dependent packages (all one of them, AFAICT) to fail in the bulk builds. Someone who knows more about builtin/buildlink stuff should probably review this, but to casual inspection at least it seems to work; plus it's not likely to make anything worse.
2011-10-05Fix PR pkg/44125.ryoon5-9/+128
Libtoolized.
2011-10-04Fix build on SunOS.hans2-5/+4
2011-10-04Update zeromq to 2.1.10.obache2-6/+6
0MQ version 2.1.10 (Stable), released on 2011/10/03 =================================================== Bug fixes --------- * Fixed issue 140, SWAP failed with assertion failure in pipe.cpp:187 if the current directory was not writeable. Behavior now is to return -1 at zmq_setsockopt in this situation. * Fixed issue 207, assertion failure in zmq_connecter.cpp:48, when an invalid zmq_connect() string was used, or the hostname could not be resolved. The zmq_connect() call now returns -1 in both those cases. * Fixed issue 218, sockets not opened with SOCK_CLOEXEC, causing fork/exec to sit on sockets unnecessarily. * Fixed issue 250, build errors on Windows. * Fixed issue 252, assertion failure in req.cpp:87 and req.cpp:88. * Fixed issue 261, assertion failure in kqueue.cpp:76 on OS/X. 0MQ version 2.1.9 (Stable), released on 2011/08/29 ================================================== Bug fixes --------- * Fixed issue 240, assertion failure in pgm_socket.cpp:437. * Fixed issue 238, assertion failure in zmq.cpp:655, when zmq_poll is used on an empty set, on Windows. * Fixed issue 239, assertion failure in zmq.cpp:223, when ZMQ_SWAP was used with explicit identities and multiple SUB sockets. * Fixed issue 236, zmq_send() and zmq_recv() did not always return error conditions such as EFSM properly. This bug was introduced in version 2.1.8 by the backport of changes for issue 231. Building -------- * 0MQ support for Android added (Bill Roberts, Mikko Koppanen). 0MQ version 2.1.8 (RC), released on 2011/07/28 ============================================== Bug fixes --------- * Fixed issue 223, assertion failure in tcp_connecter.cpp:300 when connecting to a server that is on an unreachable network (errno is equal to ENETUNREACH). * Fixed issue 228, assertion failure at rep.cpp:88 when HWM was reached. * Fixed issue 231, assertion failure at mailbox.cpp:183 when too many pending socketpair operations were queued (major backport from 3.0). * Fixed issue 234, assertion failure at mailbox.cpp:77 when Ctrl-C was used (only affected git master following backport for 231). * Fixed issue 230, SIGPIPE killing servers when client disconnected, hit OS/X only. Note: this release was renamed "release candidate" due to issue 236, fixed in 2.1.9.
2011-10-03Changes 1.3.3f:adam5-30/+29
* Fixes segfault if mod_sql_mysql and "SQLAuthenticate groupsetfast" configuration used. * Fixes mod_wrap syslog level (regression from Bug 3317). * Fixes mod_ifsession segfault if regular expression patterns used in a <VirtualHost> section.
2011-10-03Uopdate "rsync" package to version 3.0.9. Changes since 3.0.8:tron2-6/+6
- Fix a crash bug in checksum scanning when --inplace is used. - Fix a hang if a hard-linked file cannot be opened by the sender (e.g. if it has no read permission). - Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux. - Fix a memory leak in the xattr code. - Fixed a bug with --delete-excluded when a filter merge file has a rule that specifies a receiver-only side restriction. - Fix a bug with the modifying of unwritable directories. - Fix --fake-super's interaction with --link-dest same-file comparisons. - Fix the updating of the curr_dir buffer to avoid a duplicate slash. - Fix the directory permissions on an implied dot-dir when using --relative (e.g. /outside/path/././send/path). - Fixed some too-long sleeping instances when using --bwlimit. - Fixed when symlink ownership difference-checking gets compiled into unchanged_attrs(). - Improved the socket-error reporting when multiple protocols fail. - Fixed a case where a socket error could reference just-freed memory. - Failing to use a password file that was specified on the command-line is now a fatal error. - Fix the non-root updating of directories that don't have the read and/or execute permission. - Make daemon-excluded file errors more error-like. - Fix a compilation issue on older C compilers (due to a misplaced var declaration). - Make configure avoid finding socketpair on cygwin. - Avoid trying to reference SO_BROADCAST if the OS doesn't support it. - Fix some issues with the post-processing of the man pages. - Fixed the user home-dir handling in the support/lsh script. - Some minor manpage improvements.
2011-10-03fix problem with sys_errlist; still doesn't build though.dholland3-5/+23
2011-10-02PR#45210: Fix pkgsrc bootstrap with gcc 4.6marino1-5/+4
Libfetch build failure with gcc 4.6 is due to the a couple of assigned variables not getting used. This patch allows systems like Debian and OpenIndiana to bootstrap pkgsrc.
2011-10-02doesn't build with python24dholland1-2/+2
2011-10-02Remove packages scheduled to be deleted according to the pkgsrc-2011Q2wiz17-383/+1
release notes.