* Modifies configuration file permissions to restrict them to root and the above
GID.
* Patches uhub source so that PREFIX/etc/uhub/uhub.conf is the compiled in
default configuration file.
* rc.d script changes - enable above uid/gid, enable syslog logging, simplify.
PR: 151819
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Approved by: maintainer
intersections across multiple lists of IP ranges, fast.
Although similar in functionality to Net::CIDR::Compare, Net::Netmask
and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip
management and evaluation tool allowing more flexibility and
scalability when dealing with the somewhat organic nature of IP-Ranges.
If you have a large number of ipv4 ranges and need to inventory lists
of ranges for intersections, this is the Module for you!
WWW: http://search.cpan.org/dist/Net-IP-RangeCompare/
PR: ports/ports/152130
Submitted by: Gea-Suan Lin <gslin at gslin.org>
- Add new option: MYSQLCACHE for MySQL caching support
- Add LICENSE
- Install Brazilian Portugese language files to pt_BR instead of pt-br
- Sort PLIST
- Space/tab twiddle
- Update to 1.3.5
which should have been in the previous log
tracks the current request and logs a report of the active request
when a child process crashes.
Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.
Activating mod_whatkilledus:
1. Load it like any other DSO.
LoadModule whatkilledus_module modules/mod_whatkilledus.so
2. Enable exception hooks for modules like mod_whatkilledus:
EnableExceptionHook On
3. Choose where the report on current activity should be written. If
you want it reported to some place other than the error log, use the
WhatKilledUsLog directive to specify a fully-qualified filename for
the log. Note that the web server user id (e.g., "nobody") must
be able to create or append to this log file, as the log file is
not opened until a crash occurs.
WWW: http://people.apache.org/~trawick/exception_hook.html
PR: ports/151932
Submitted by: Frank Wall <fw at moov.de>
collects backtraces when a child process crashes. Currently it is
implemented only on Linux and FreeBSD, but other platforms could be
supported in the future.
Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.
Activating mod_backtrace:
1. Load it like any other DSO:
LoadModule backtrace_module modules/mod_backtrace.so
2. Enable exception hooks for modules like mod_backtrace:
EnableExceptionHook On
3. Choose where backtrace information should be written.
If you want backtraces from crashes to be reported some place other
than the error log, use the BacktraceLog directive to specify a
fully-qualified filename for the log to which backtraces will be
written. Note that the web server user id (e.g., "nobody") must
be able to create or append to this log file, as the log file is
WWW: http://people.apache.org/~trawick/exception_hook.html
PR: ports/151931
Submitted by: Frank Wall <fw at moov.de>
- add OPIONS for ndb2dbo and mk-livestatus brokers
- make mk-livestatus the default broker since it needs no database
- add pkg-deinstall message
Changelog for 1.5.5
===================
NagVis WUI:
* Change backend_id field in WUI to dropdown select field for map options
NagVis MKLivestatus Backend:
* Recode MKLivestatus backend to use fsockopen instead of socket module
NagVis Core
* State of map objects was not refreshed correctly in 1.5.4
* Increase max username length limitation to sth. larger than 15
* The permission for controlling multisite access is missing
List of all changes:
http://sourceforge.net/apps/trac/nagvis/report/32
PR: 151999
Submitted by: ohauer
Approved by: A.Sidorov <derfi _at_ vei.ru> (maintainer), glarkin (mentor, implicit)