Age | Commit message (Collapse) | Author | Files | Lines |
|
to 1.4.13. Approved by tonnerre@
main CHANGES since 1.4.11:
- lots of bug fixes
- Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren)
- New check_icmp -s option to specify the source IP address
- check_dns now sorts addresses for testing results for more than one
returned IP (Matthias Urlichs)
- check_disk should now work with large file systems (2TB+) on all archs
that supports it
- check_ntp_peer now checks for the LI_ALARM flag
- check_procs now accepts --ereg-argument-array for a regular expression
match to the argument array
- check_dig can now pass arguments to dig by using -A/--dig-arguments
- check_dns now allow to repeat -a to match multiple possibly returned address
(common with load balancers)
- check_mysql and check_radius now try clearing password in processlist
just like check_mysql_query
- check_mysql and check_mysql_query now support sockets explicitely
(-s, --socket)
- negate now has the ability to replace the status text as well
(-s, --substitute)
- Added performance data to check_ping (Christian Schneemann)
- On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse
(result from command) instead of always UNKNOWN.
- check_dig now returns CRITICAL instead of WARNING when no answer section
is found
- check_procs now captures stderr in external command and adds to plugin output
- check_snmp now only prints perfdata for non numeric values (#1867716)
- check_icmp now supports packet size modification
- check_http -e now accepts a comma-delimited list of expected status
codes (Sven Nierlein)
- check_ntp_peer/check_ntp_time used to show port in --help but ignored
the argument - now implemented
|
|
Note that this now requires php for the web interface.
Changes since 3.0.3:
- lots of bug fixes, including security fixes for CVE-2008-5027,
CVE-2008-5028, and CVE-2008-6373 (secunia.com SA32909)
- Sample audio files for CGIs removed from distribution
- Added documentation on CGI security issues
- Better out-of-disk-space error handling when writing retention and
status files
- Disabled adaptive check and eventhandler commands for security reasons
- Added wildcard host matching in CGIs
- Added support for x509 cert authentication in the CGIs
- Updates to nagiostats utility for faster execution if using external
stats file
- Added a bit more verbosity to config verification
|
|
|
|
|
|
The changelog since 0.7 is 5000+ lines, some highlights include:
+ Desktop DnD polishing
+ Update GNOME mime database at install/uninstall
+ Previously Opened Files History (HIG: File Menu)
+ Revert to Saved (HIG: File > Revert)
+ Tree view widget proportions should be settings
|
|
directories so we pickup our audio/audio.h. Cannot use CPPFLAGS for this.
CFLAGS+= -I${WRKSRC}
|
|
|
|
|
|
|
|
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent
further confusion. Differs from the patch in the PR as it forces the
correct branch to be used.
Bump revision of libtool-base. Claim ownership.
|
|
site because the primary master site is painfully slow.
|
|
|
|
|
|
|
|
|
|
friends. Bump PKGREVISION
|
|
in Darwin and also register the installed header file.
|
|
code (CVE-2009-0586), bump PKGREVISION
|
|
|
|
|
|
changes in preparation for the pkgsrc-2009Q1 branch.
|
|
|
|
|
|
|
|
- bugfixes
For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
compatible and different programs either
|
|
- fix a number of bugs in various modules
- if-modifed-since handling for mod_compress
- disabled SSLv2 by default
|
|
|
|
|
|
|
|
|
|
|
|
new frontend command that can act as drop-in replacement for nroff(1)
for mdoc pages.
|
|
|
|
|
|
|
|
- Add a Colorful Tabs extension
- Support downloading with WebKitGTK+ 1.1.3
- Load and save settings of extensions
- Drop internal source view
|
|
|
|
|
|
|
|
Don't use getopt_long as replacement for getopt. It behaves different
and doesn't work well in combination with optreset. Instead use
getopt(3) from NetBSD if requested. Sync getopt_long.c with NetBSD while
here. Addresses issues with pkg_admin on Solaris reported by Tim Zingelman.
|
|
Oked by joerg@
|
|
compiler detection.
Oked by joerg@ and rhaen@
|
|
|
|
To create a POD filter for translating POD documentation into some other
format, you create a subclass of Pod::Parser which typically overrides just
the base class implementation for the following methods:
* command()
* verbatim()
* textblock()
* interior_sequence()
The reason of this import is the huge amount of bug fixes, even if it's
declared as deprecated. Pod::Latex-users (and other Pod::Parser dependent)
will benefit from this import:
Before using this for any _new_ software, please consider using Pod::Simple,
it is a modern replacement for this module.
09-Feb-2008 Marek Rouchal <marekr@cpan.org>
-----------------------------------------------------------------------------
Version 1.38
+ missed one (important) line from one of the patches below in pod2usage2.t
No change in the *.pm files
04-Feb-2008 Marek Rouchal <marekr@cpan.org>
-----------------------------------------------------------------------------
Version 1.37
+ fixed resource links in META.yml
+ address CPAN#42695 with a minor change in PlainText, although not solving
it completely; the 'loose' option now applies to all =headN headings
+ address failures of find.t on Win32 (cpantesters) - root cause was a
mismatch of directory names like "Progra~1" (short/long file names)
+ include the following bleadperl changes:
* Blank lines "between" verbatim sections are now acceptible:
http://perl5.git.perl.org/perl.git/commitdiff/caa547d
* Be less picky about what constitutes "numeric lists" in Pod:
http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d
* Changes made to contains_pod.t when upgrading to 1.34:
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
* Fix paths on new pod2usage2 tests to work in the core.
http://perl5.git.perl.org/perl.git/commitdiff/222046efb22c183703fea2b30db76296ab782e89
* Make t/pod/pod2usage2.t work on case insensitive file systems.
http://perl5.git.perl.org/perl.git/commitdiff/767c16ab361d1225fb153423fb22b590c1e0c7ea
Thanks to Nicholas Clark, Steve Hay, Jerry D. Hedden for the patches
+ removed \r from t/pod/usage2.pod
19-Jan-2008 Marek Rouchal <marekr@cpan.org>
-----------------------------------------------------------------------------
Version 1.36
- Did I say this package is dead, and there won't be any updates?
This release is fixing all open CPAN RT issues, hopefully this is the
last version forever...
+ Ironed out the most severe issues reported by perlcritic, updated
META.yml
+ Adapted Makefile.PL such that CPAN should recognize dependencies better
+ CPAN#30672: Merged the minor change (recognize =encoding) from 5.10.0,
along with a few test improvements - thanks Adriano Ferreira for the patch
+ Assimilated changes from 5.8.9 on podchecker.PL
+ CPAN#23618: replace $Config{privlib} with privlibexp to avoid problems
with installation paths like ~user. Thanks clonezone for the patch
+ CPAN#24983: document that parse_from_file() accepts also file handle
references and objects that support the regular IO interfaces
+ added a little tweaking of Test::Builder to pod2usage2.t, which
should solve the problem with older Perls (5.005)
+ CPAN#29749: applied patch to squelch noise from older blib
versions. Thanks SREZIC
+ CPAN#29978: fixed insecure argument for running perldoc from
pod2usage() in -T scripts
+ CPAN#30043: add =cut as an indentifier for POD in Pod::Find.
Thanks NATERAJJ for the patch
+ CPAN#33020: Pod::Usage will by default look for both SYNOPSIS and
USAGE - since SYNOPSIS is the traditional section name, while USAGE
is suggested by perlcritic
+ CPAN#33150: made sure that pod2usage(-message=>'...') always
appears, even when using perldoc
+ CPAN#35514: add some documentation and a test to demonstrate how
pod2usage works together with Pod::Find::pod_where to show module PODs
+ CPAN#38648: pod2usage(-verbose => 1) now accepts whitespace after
SYNOPSIS. Thanks dwierenga AT valueclick DOT com for the patch
+ CPAN#38747: two important bug fixes and one improvement, all around
pod2usage(-sections). Many thanks David DOT Purdie AT erggroup DOT com
for the patches and suggestions. This fixes also CPAN#41136
+ CPAN#41135: allow subheadings in OPTIONS/ARGUMENTS and
pod2usage(-verbose => 1) - they are now printed as well
+ CPAN#42141: find.t fix for VMS in UNIX compatible mode. Thanks a lot
malmberg AT Encompasserve org for the patch
+ Fixed inconsistencies between Pod::PlainText and Pod::Text regarding
selection of sections; now both should work according to the docs of
Pod::Usage
+ verified on perl 5.8.8, 5.8.7, 5.6.1, 5.005.03 on Solaris 8 (Sparc),
perl 5.6.1, 5.8.7 on RedHat Linux 7.2,
perl 5.10.0 on Windows 2000,
perl 5.8.0, 5.6.1, 5.8.7, 5.8.8 on RedHat Enterprise Linux 3.0,
perl 5.8.5, 5.6.1, 5.8.7, 5.8.8 on RedHat Enterprise Linux 4.0
with various combinations of Pod::Text, Test::More etc.
Oked by joerg@ and rhaen@
|
|
|
|
Interface for statvfs() and fstatvfs()
Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice. They will
generally provide more functionality and portability.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
|
|
|
|
This module provides a portable way to obtain filesystem disk space
information.
The module should work with all versions of Windows (95 and up), and with all
flavors of Unix that implement the statvfs or the statfs calls. This would
include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
This module differs from Filesys::Df in that it has added support for
Windows, but does not support open filehandles as a argument.
Oked by joerg@
|
|
|
|
This module provides a way to obtain filesystem disk space information. This
is a Unix only distribution. If those information needs to be gathered for
Unix and Windows, use Filesys::DfPortable. The only major benefit of using
Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of
open filehandles as arguments.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include
Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
|