[ubuntu/trusty-proposed] nagios-plugins 1.5-1ubuntu2 (Accepted)
Dimitri John Ledkov
xnox at ubuntu.com
Fri Dec 27 02:12:14 UTC 2013
nagios-plugins (1.5-1ubuntu2) trusty; urgency=medium
* Drop universe and not-needed freradius build dependency.
nagios-plugins (1.5-1ubuntu1) trusty; urgency=low
* Merge from Debian unstable (LP: #1259863). Remaining changes:
- debian/control, debian/rules, debian/nagios-plugins-extra.dirs
+ add package nagios-plugins-extra
+ Suggest nagios-plugins-contrib in the universe package (-extras).
- debian/control
- replaces on nagios-plugins-basic (<< 1.4.16-1ubuntu1)
- conflicts and replaces on nagios-plugins-extra
nagios-plugins (1.5-1) unstable; urgency=medium
* New upstream release
nagios-plugins (1.4.16+git20130926-1) unstable; urgency=medium
* New upstream git snapshot (d4c5730464)
- check_http: Die on SSL initialization errors
- several updates to the upstream README
nagios-plugins (1.4.16+git20130919-1) unstable; urgency=medium
* New upstream git snapshot (6f0366c8b8)
- check_pgsql: Don't exit UNKNOWN instead of OK (Closes: #723738)
- check_dhcp: fix mac address and interface number detection on solaris
- check_disk: get_fs_usage hasn't been run if using groups
- check_disk_smb: verify path to smbclient
- check_tcp: use receive timeout for checks that expect response
- check_load: add alternative uptime syntaxcheck_udp: try nc.traditional too
- check_udp: unified nc syntax
- check_fping: some fping versions set loss to 0% by mistake
nagios-plugins (1.4.16+git20130912-1) unstable; urgency=medium
* New upstream git snapshot (4933146e00) (Closes: #722576)
- check_snmp: add timeout handler befor running snmpget
- check_tcp: only test ipv6 if ping6 works
- tests: sort cached settings before save
- tests: make sure tests don't hang
- check_tcp: Fix checks without --expect string
- check_tcp: Properly deal will partial recv(3)s
- Improve interface of np_expect_match() function
nagios-plugins (1.4.16+git20130911-1) unstable; urgency=medium
* New upstream git snapshot (ca9ce71576)
- Don't mark SSL_METHOD variable as "const"
- Move global variables from .h to .c files
- Fix GCC's -Wimplicit-function-declaration warnings
- Fix GCC's -Wuninitialized warnings
nagios-plugins (1.4.16+git20130910-1) unstable; urgency=medium
* New upstream git snapshot (cfb50add53)
- check_tcp: Don't close connection too early
- check_http: s/--proxy_authorization/--proxy-authorization/
- check_snmp: Initialize size_t value to 0, not NULL
- Update bundled libtool files
- check_icmp: Minor whitespace/indentation fixes
- check_icmp: Support "--help" and "--version"
nagios-plugins (1.4.16+git20130902-1) unstable; urgency=medium
* New upstream git snapshot (5789548373)
- Adjust debian/copyright
* Droped the following upstream integrated patches
- 05_fix_gets_undefined_in_iso_c11.dpatch
- 10_check_apt_perfdata.dpatch
- 11_check_nt_npe.dpatch
- 12_check_smtp_double_threshold.dpatch
* Fix removing empty /usr/include
* Add new check_dbi into nagios-plugins-standard
* Remove whois from Recommands, as check_bgpstate is removed
* Cleanup debian/rules from unused stuff
* Provide information about repackaging
- Extend debian/README.source
- Add debian/bin/repack.sh
* Updating standards version to 3.9.4 (no changes needed)
* Add libfreeradius-client-dev to build-deps and remove libradiusclient-ng-dev
(Closes: #721621)
* Remove traces of contrib/ from debian/copyright
* Remove command.cfg from examples in nagios-plugins-common, it was removed
upstream
nagios-plugins (1.4.16-3) unstable; urgency=medium
* Fixed check_squid* command definitions
* Add double threshold to check_smtp (LP: #318703)
- 12_check_smtp_double_threshold.dpatch
* Remove the additional argument from check_ssh and check_proc
(Closes: #717229, 720580)
Date: Fri, 27 Dec 2013 02:08:45 +0000
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/nagios-plugins/1.5-1ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 27 Dec 2013 02:08:45 +0000
Source: nagios-plugins
Binary: nagios-plugins nagios-plugins-common nagios-plugins-basic nagios-plugins-standard nagios-plugins-extra
Architecture: source
Version: 1.5-1ubuntu2
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
nagios-plugins - Plugins for nagios compatible monitoring systems (metapackage)
nagios-plugins-basic - Plugins for nagios compatible monitoring systems
nagios-plugins-common - Common files for plugins for nagios compatible monitoring
nagios-plugins-extra - Plugins for the nagios network monitoring and manegement system.
nagios-plugins-standard - Plugins for nagios compatible monitoring systems
Closes: 717229 720580 721621 722576 723738
Launchpad-Bugs-Fixed: 318703 1259863
Changes:
nagios-plugins (1.5-1ubuntu2) trusty; urgency=medium
.
* Drop universe and not-needed freradius build dependency.
.
nagios-plugins (1.5-1ubuntu1) trusty; urgency=low
.
* Merge from Debian unstable (LP: #1259863). Remaining changes:
- debian/control, debian/rules, debian/nagios-plugins-extra.dirs
+ add package nagios-plugins-extra
+ Suggest nagios-plugins-contrib in the universe package (-extras).
- debian/control
- replaces on nagios-plugins-basic (<< 1.4.16-1ubuntu1)
- conflicts and replaces on nagios-plugins-extra
.
nagios-plugins (1.5-1) unstable; urgency=medium
.
* New upstream release
.
nagios-plugins (1.4.16+git20130926-1) unstable; urgency=medium
.
* New upstream git snapshot (d4c5730464)
- check_http: Die on SSL initialization errors
- several updates to the upstream README
.
nagios-plugins (1.4.16+git20130919-1) unstable; urgency=medium
.
* New upstream git snapshot (6f0366c8b8)
- check_pgsql: Don't exit UNKNOWN instead of OK (Closes: #723738)
- check_dhcp: fix mac address and interface number detection on solaris
- check_disk: get_fs_usage hasn't been run if using groups
- check_disk_smb: verify path to smbclient
- check_tcp: use receive timeout for checks that expect response
- check_load: add alternative uptime syntaxcheck_udp: try nc.traditional too
- check_udp: unified nc syntax
- check_fping: some fping versions set loss to 0% by mistake
.
nagios-plugins (1.4.16+git20130912-1) unstable; urgency=medium
.
* New upstream git snapshot (4933146e00) (Closes: #722576)
- check_snmp: add timeout handler befor running snmpget
- check_tcp: only test ipv6 if ping6 works
- tests: sort cached settings before save
- tests: make sure tests don't hang
- check_tcp: Fix checks without --expect string
- check_tcp: Properly deal will partial recv(3)s
- Improve interface of np_expect_match() function
.
nagios-plugins (1.4.16+git20130911-1) unstable; urgency=medium
.
* New upstream git snapshot (ca9ce71576)
- Don't mark SSL_METHOD variable as "const"
- Move global variables from .h to .c files
- Fix GCC's -Wimplicit-function-declaration warnings
- Fix GCC's -Wuninitialized warnings
.
nagios-plugins (1.4.16+git20130910-1) unstable; urgency=medium
.
* New upstream git snapshot (cfb50add53)
- check_tcp: Don't close connection too early
- check_http: s/--proxy_authorization/--proxy-authorization/
- check_snmp: Initialize size_t value to 0, not NULL
- Update bundled libtool files
- check_icmp: Minor whitespace/indentation fixes
- check_icmp: Support "--help" and "--version"
.
nagios-plugins (1.4.16+git20130902-1) unstable; urgency=medium
.
* New upstream git snapshot (5789548373)
- Adjust debian/copyright
* Droped the following upstream integrated patches
- 05_fix_gets_undefined_in_iso_c11.dpatch
- 10_check_apt_perfdata.dpatch
- 11_check_nt_npe.dpatch
- 12_check_smtp_double_threshold.dpatch
* Fix removing empty /usr/include
* Add new check_dbi into nagios-plugins-standard
* Remove whois from Recommands, as check_bgpstate is removed
* Cleanup debian/rules from unused stuff
* Provide information about repackaging
- Extend debian/README.source
- Add debian/bin/repack.sh
* Updating standards version to 3.9.4 (no changes needed)
* Add libfreeradius-client-dev to build-deps and remove libradiusclient-ng-dev
(Closes: #721621)
* Remove traces of contrib/ from debian/copyright
* Remove command.cfg from examples in nagios-plugins-common, it was removed
upstream
.
nagios-plugins (1.4.16-3) unstable; urgency=medium
.
* Fixed check_squid* command definitions
* Add double threshold to check_smtp (LP: #318703)
- 12_check_smtp_double_threshold.dpatch
* Remove the additional argument from check_ssh and check_proc
(Closes: #717229, 720580)
Checksums-Sha1:
2f086bec1e4a0a30df4a56edf2c0f234a7421ae4 2538 nagios-plugins_1.5-1ubuntu2.dsc
8c81dc2ce8204ce6a1fe4b7a93ef5e016645d0ba 36844 nagios-plugins_1.5-1ubuntu2.diff.gz
Checksums-Sha256:
5906bca95b0476b1cd8d52cf642bd087ef84aaaecac160bbc3cab0ff3750b44d 2538 nagios-plugins_1.5-1ubuntu2.dsc
dcd23f7119b106cd695e2f108eaf6cc3b9915b1c33f8910b254335acf798808f 36844 nagios-plugins_1.5-1ubuntu2.diff.gz
Files:
e8848a3043a48423b4914cece154d17a 2538 net extra nagios-plugins_1.5-1ubuntu2.dsc
7e5a3f1bb716b2a8a484092b7fd9a1e4 36844 net extra nagios-plugins_1.5-1ubuntu2.diff.gz
Original-Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCAAGBQJSvOHjAAoJEIh7YGGLPBauQTAP/0vym6khS6T10aRlqhE3zVh/
4QxtCPnsggiFud7to6Hzb6CIVw0s9mUBFcQ3O95VH8lEN5rh4jT8cKrluDBb+sxQ
6ukm13i4nh/FoX5wX5vDPL/RIeSTFmctNDM9VmWGrvfogrorkYfdelqKQWBEeV5t
7cxsKwsQ3gVyPTetsUxLzkXNY11f6LHyEuoswgefH2FqzJdV2g5Uo+hI/N7e/bmZ
rNLHESLjZ1SLAwmMbkFC4/AN78aujH4c3TCEFrweO+zhi4YKCAomL2IwOi6BgRpk
7hyO/+y8/b/as9xuqMEPkwdYCcrtonOhJET27KenMXhJS8yadC6prUdyCbr7ivvu
ODHEFA9x71kkb2lolNA6N8CFZl4JoWvjfX/BtbhIXUFuUqtevo5LPYFtc03hFzxN
bxZZ1T8VttBetzWzyRK9uSEWnJQ5NmitczTyOoAKSEtrg9JmYW/5x77Bh3QATsJA
F41hz2fRHPq1clJZBWKiATS0NgoxWTZqWs5zfXWIKFja8BniFma1fYT5u9M00g+a
3hn99DPb2Cq41IwqQWTN/gLHp/oC0un0L+3GO8Ze5kRA1OrGfxCtc41mwI7KfZXm
2wmjtxkXt0tYLouOBjeodTrSpdPdA4/buE6wnfZnSGs2WQU6CkrapWT562QSpntg
pDY0Jfu6eWxgCCQujfJ+
=/mcy
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list