SHA256
1
0
forked from pool/collectd

Accepting request 694073 from home:cgiboudeaux:branches:server:monitoring

Update to 5.8.1
Add patch to fix the psql detection on Factory builds.

OBS-URL: https://build.opensuse.org/request/show/694073
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=154
This commit is contained in:
Lars Vogdt
2019-04-27 10:18:32 +00:00
committed by Git OBS Bridge
parent 7cc84ff94d
commit 8c70fab9da
16 changed files with 357 additions and 172 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Apr 14 12:37:27 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.8.1:
* collectd: Fix "BaseDir" option.
* collectd: improve error handling, check return values.
* Build System: use "kstat.h", when available.
* Build System: Out-of-tree builds have been fixed.
* Configuration: Error handling in the config parsing code has been
improved.
* collectd: The core daemon is now completely licensed under the
MIT license.
* Build system: Dependency on libltdl has been removed, support for
libtool 1 has been dropped.
Check the ChangeLog file for the complete list of changes.
- Add Removed-checks-for-upper-limit-of-SENSORS_API_VERSION.patch
- Add avoid-pg-config.patch to use pkg-config instead of pg_config
- Refresh patches
- Drop Patches:
* collectd-split_README.patch (merged upstream)
* collectd-javac_target.patch (doesn't applies)
-------------------------------------------------------------------
Sat Dec 29 14:59:06 UTC 2018 - mardnh@gmx.de