2.1.2 16th October 2015 FIXES Fix incorrect performance data thresholds emitted by check_ups Fix check_dhcp's option parsing to not crash with certain arguments Fix check_snmp using correct timeout
Created attachment 414702 [details] monitoring-plugins-2.1.2.ebuild
net-analyzer/monitoring-plugins $ repoman full yields dependency.missingslot 4 net-analyzer/monitoring-plugins/monitoring-plugins-2.1.1.ebuild: RDEPEND: 'dev-db/postgresql' matches more than one slot, please specify an explicit slot and/or use the := or :* slot operator net-analyzer/monitoring-plugins/monitoring-plugins-2.1.1.ebuild: RDEPEND: 'dev-libs/openssl' matches more than one slot, please specify an explicit slot and/or use the := or :* slot operator net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild: RDEPEND: 'dev-db/postgresql' matches more than one slot, please specify an explicit slot and/or use the := or :* slot operator net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild: RDEPEND: 'dev-libs/openssl' matches more than one slot, please specify an explicit slot and/or use the := or :* slot operator ebuild.notadded 1 net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild on build and install: * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * check_disk.c:1005:18: warning: format ‘%llu’ expects a matching ‘long long unsigned int’ argument [-Wformat=] * check_ntp.c:211:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * check_ntp.c:212:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] plus many more lines of the same. There is a std CFLG to counter this.
Created attachment 414926 [details] monitoring-plugins-2.1.2.ebuild Added dep slot for postgresql/openssl.
Regarding check_disk, there is a bug report already: https://github.com/monitoring-plugins/monitoring-plugins/issues/1331 I'll open a new one for all others.
Created attachment 414936 [details] monitoring-plugins-2.1.2.ebuild Adding libressl support, removing strict aliasing warnings.
Author: Ian Delaney <idella4@gentoo.org> Date: Mon Oct 19 23:32:35 2015 +0800 net-analyzer/monitoring-plugins: bump to -2.1.2 ebuild submitted by proxy maintainer via the gentoo bug. rewrite of test phase, correction of qa issue re the build by gcc, substitute opensll support with that of libresll Gentoo bug: #563224