- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@)
- restore ABI version in net-mgmt/collectd5
IP addresses to/from 32-bit integers, applying subnet masks to
IP addresses, validating IP address strings, and splitting a FQDN
into its host and domain parts.
No rocket science here, but I have found these functions to very,
very handy. For example, have you ever tried to sort a list of IP
addresses only to find out that they don't sort the way you expected?
Here is the solution! If you convert the IP addresses to 32-bit integer
addresses, they will sort in correct order.
WWW: http://search.cpan.org/dist/Net-IPAddress/
PR: ports/179817
Submitted by: Alexandre Biancalana <ale@biancalanas.net>
- Switch to dependency based OPTIONS list
PR: ports/179663
Submitted by: Kimo <kimor79@yahoo.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Changes:
==========
1.2.p1
livestatus.log: show utf-8 decoding problems only with debug logging >=2
1.2.b6
FIX: memory leak when removing downtime / comment
1.2.b5
FIX: possible crash with VERY long downtime comments
FIX: now able to handle equal comment id of host and service
1.2.b1
Add: new column in hosts/services table: comments_with_extra_info Adds the entry type and entry time
1.2.1i4
FIX: Changed logging output "Time to process request" to be debug output
1.2.1i2
Added new table statehist, used for SLA queries
Added new column check_command_expanded in table hosts
Added new column check_command_expanded in table services
New columns livestatus_threads, livestatus_{active,queued}_connections
1.2.0p4
FIX: fix two problems when reloading module in Icinga (thanks to Ronny Biering) Mulitisite
- Register www/p5-libwww as a dependency.
- Install missing files.
- Print a message how to update the MAC database after installation.
- Fix path of the configuration file.
PR: 169716
Submitted by: Fabian Wenk <fabian@wenks.ch>
Approved by: maintainer timeout (>6 weeks)
- Removed option to fetch oui.txt while building the port (let the user read
pkg-message).
PR: ports/177956
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved