summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-16Updated net/py-libpcap to 0.6.2nb1obache1-1/+2
2011-10-16* convert PYDISTUILSPKG to register egg-infoobache2-4/+5
Bump PKGREVISION.
2011-10-16Updated net/py-libdnet to 1.12nb1obache1-1/+2
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-15Do not need to include HOMEPAGE url in DESCR.hiramatsu1-2/+0
2011-10-15Add LICENSE.hiramatsu2-2/+4
2011-10-15revert previous -- maintainer objecteddholland4-45/+6
2011-10-15Fix build with perl 5.14... I think. Someone who actually knows how todholland3-1/+200
write Perl bindings should double-check this. XXX: This will almost certainly not work on LP64 platforms as it casts XXX: Perl-provided pointers to int and back. However, fixing this XXX: requires changing the API of the parent Sablotron package, which XXX: doesn't seem like a great idea at the moment.
2011-10-15Added devel/p5-Object-Pluggable version 1.29.hiramatsu1-1/+3
Added devel/p5-POE-Component-Syndicator version 0.06.
2011-10-15Add p5-Object-Pluggable and p5-POE-Component-Syndicator.hiramatsu1-1/+3
2011-10-15Import perl module POE::Component::Syndicator intohiramatsu3-0/+30
devel/p5-PEO-Component-Syndicator because recent versions of chat/p5-POE-Component-IRC require this module. POE::Component::Syndicator is a base class for POE components which need to handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way.
2011-10-15Import perl module Object::Pluggable into devel/p5-Object-Pluggable,hiramatsu3-0/+30
because recent versions of chat/p5-POE-Component-IRC requires this module. Object::Pluggable is a base class for creating plugin enabled objects.
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-15Updated time/p5-DateTime-Set to 0.31.hiramatsu1-1/+3
Updated www/p5-Starman to 0.2014.
2011-10-15Update p5-Starman to 0.2014.hiramatsu2-7/+6
Changes from previous: 0.2014 Sun Sep 18 12:43:06 PDT 2011 - Fixed broken PSGI response headers after the output (cho45) 0.2013 Sat Jun 25 11:51:47 PDT 2011 - Relaxed the harakiri tests (audreyt) 0.2012 Wed Jun 22 13:51:59 PDT 2011 - Implemented psgix.harakiri mode (audreyt) - Added --error-log option (Paulo E. Castro) 0.2011 Tue May 24 09:41:52 PDT 2011 - Fix chunked response with 0-length PSGI array elements (chmrr) 0.2010 Mon Mar 28 16:23:23 PDT 2011 - Fixed packaging. No changes. 0.2009 Fri Mar 25 19:15:23 PDT 2011 - Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19 - Calls srand() automatically in the child init hook to avoid a fixed random seed #20 - Implemented --keepalive-timeout which defaults to 1 (acme) 0.2008 Mon Feb 14 17:19:20 PST 2011 - Documented that -E is automatically set to 'deployment' RT:61517 (timbunce) - Check the defined-ness of the input buffer to suppress warnings RT:60007 0.2007 Thu Sep 30 14:09:00 PDT 2010 - Fixed a bug where Date header can be duplicate if the app generates one (spleenjack)
2011-10-15Update p5-DateTime-Set to 0.31.hiramatsu2-7/+6
Changes from previous: 0.31 - more tests of intersections with open/closed ended spans 0.30 2011-04-11 - new test file t/21from_recurrence.t Contributed by Olivier Mengue 0.29 2011-04-01 - new method is_empty_set - bug #50750
2011-10-15Updated net/mtr to 0.81wiz2-3/+3
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-15tell boost-header and boost-lib location to configure.obache1-1/+3
2011-10-15Updated devel/py-fann to 2.1.0.20061012nb1obache1-1/+2
2011-10-15* convert PYDISTUTILPKG to regist egg-info.obache2-4/+7
Bump PKGREVISION.
2011-10-15Updated devel/py-Pyro to 3.4nb3obache1-1/+2
2011-10-15* convert PYDISTUTILPKG to regist egg-info.obache2-6/+5
Bump PKGREVISION.
2011-10-15Updated devel/py-InlineEgg to 1.08nb2obache1-1/+2
2011-10-15* convert PYDISTUTILPKG to regist egg-info.obache2-7/+5
Bump PKGREVISION.
2011-10-15Updated devel/py-checker to 0.8.14nb2obache1-1/+2
2011-10-15* LICENSE=modified-bsdobache2-5/+8
* convert PYDISTUTILPKG to regist egg-info. Bump PKGREVISION.
2011-10-15Updated devel/py-generate to 2.6nb2obache1-1/+2
2011-10-15* regist egg-infoobache2-5/+6
Bump PKGREVISION.
2011-10-15Updated devel/py-ctypes to 1.0.2nb2obache1-1/+2
2011-10-15* remove duplicate *.pyo entries from PLIST.obache2-61/+6
* LICENSE=mit * regist egg-info Bump PKGREVISION.
2011-10-15Updated www/py-beautifulsoup to 3.1.0.1nb1obache1-1/+2
2011-10-15* LICENSE=modified-bsdobache2-5/+6
* regist egg-info Bump PKGREVISION.
2011-10-15* LICENSE= modified-bsd OR zplobache1-2/+2
* no need to set PYDISTUTILPKG here.
2011-10-15Updated www/py-jonpy to 0.06nb1obache1-1/+2
2011-10-15* LICENSE=mitobache2-6/+6
* regist egg-info Bump PKGREVISION.
2011-10-15Fixes missing bump of py-rss2gen.obache2-3/+4
2011-10-15Updated www/py-rss2gen to 1.0.0obache1-1/+2
2011-10-15* LICENSE=modified-bsdobache2-6/+5
* remove unused PLIST_SUBST. * regist egg-info. Bump PKGREVISION.
2011-10-15LICENSE=mitobache1-1/+2
2011-10-15Updated www/py-simpletal to 4.1nb1obache1-1/+2
2011-10-15* LICENSE=modified-bsdobache2-5/+6
* regist egg-info Bump PKGREVISION.
2011-10-15LICENSE=2-clause-bsdobache1-1/+2
2011-10-15Updated audio/py-cddb to 1.4nb2obache1-1/+2
2011-10-15* LICENSE=gnu-gpl-v2obache2-6/+6
* regist egg-info Bump PKGREVISION.
2011-10-15Updated audio/py-libmtag to 0.3.0nb1obache1-1/+2