1
0
forked from pool/collectd

2 Commits

Author SHA256 Message Date
883f80b6c7 Accepting request 1311791 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1311791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=49
2025-10-17 15:25:49 +00:00
86cede1d91 - Update to version 5.12.0.366.gc254dc2c:
* Fix FreeBSD image for Cirrus CI
  * Fix build due to error in curl_easy_setopt
  * Update BUILD.dpdkstat.md
  * src: add NULL check for severity in logparser_config_message
  * scr: daemon: fix memory leak in plugin_register_cache_event() in plugin.c
  * src: fix memory leak in config parser in write_syslog.c
  * configure.ac: use pkg-config to find libgcrypt
  * Fix deprecated actions/upload-artifact@v3 in GitHub Actions
  * Format correction
  * When UseSerial is enabled, allow configured ignored disk names to be copied to the serial ignore list for devices without serials.
  * processes: Do not post metrics from processes that are not running.
- Add patch:
  - collectd-fix_attr_unused.patch

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=188
2025-10-16 19:03:30 +00:00
7 changed files with 40 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/collectd/collectd.git</param>
<param name="changesrevision">5fe97a98e59a7447a12fa7b4df43f29f44bb2d4d</param></service></servicedata>
<param name="changesrevision">c254dc2c1eb10b43d32ed6a3202b770f73f6ef25</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9112f6ebe64082f9b8a1464a7e91dd8c9ae53dc0963cc689c745614a7880e6c5
size 7903245

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35d3b681005c90a9341e508057bd7738711e831e1eb8ee373066b4c59cfc70c1
size 7903245

View File

@@ -0,0 +1,11 @@
--- a/src/virt.c 2025-10-16 14:19:22.100971296 +0200
+++ b/src/virt.c 2025-10-16 14:20:20.193829575 +0200
@@ -2206,7 +2206,7 @@
return 0;
}
-static void virt_eventloop_timeout_cb(int timer ATTRIBUTE_UNUSED,
+static void virt_eventloop_timeout_cb(__attribute__((unused)) int timer,
void *timer_info) {}
static int register_event_impl(void) {

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 16 11:19:43 UTC 2025 - Arvin Schnell <aschnell@suse.com>
- Update to version 5.12.0.366.gc254dc2c:
* Fix FreeBSD image for Cirrus CI
* Fix build due to error in curl_easy_setopt
* Update BUILD.dpdkstat.md
* src: add NULL check for severity in logparser_config_message
* scr: daemon: fix memory leak in plugin_register_cache_event() in plugin.c
* src: fix memory leak in config parser in write_syslog.c
* configure.ac: use pkg-config to find libgcrypt
* Fix deprecated actions/upload-artifact@v3 in GitHub Actions
* Format correction
* When UseSerial is enabled, allow configured ignored disk names to be copied to the serial ignore list for devices without serials.
* processes: Do not post metrics from processes that are not running.
- Add patch:
- collectd-fix_attr_unused.patch
-------------------------------------------------------------------
Wed Dec 18 10:28:48 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -1,4 +1,4 @@
name: collectd
version: 5.12.0.348.g93f9bdcb
mtime: 1728488344
commit: 93f9bdcbde34a02ff151608ebd7a9dfc86e4c2d0
version: 5.12.0.366.gc254dc2c
mtime: 1756477323
commit: c254dc2c1eb10b43d32ed6a3202b770f73f6ef25

View File

@@ -1,7 +1,7 @@
#
# spec file for package collectd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2005-2013 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -60,7 +60,7 @@
%endif
%bcond_with epics
Name: collectd
Version: 5.12.0.348.g93f9bdcb
Version: 5.12.0.366.gc254dc2c
Release: 0
Summary: Statistics Collection Daemon for filling RRD Files
License: GPL-2.0-only AND MIT
@@ -84,6 +84,7 @@ Patch8: 9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
# PATCH-FIX-OPENSUSE avoid-pg-config.patch avoid pg_config if possible
Patch11: avoid-pg-config.patch
Patch12: harden_collectd.service.patch
Patch13: collectd-fix_attr_unused.patch
# for /etc/apache2/... ownership (rpmlint):
BuildRequires: apache2
BuildRequires: autoconf
@@ -156,8 +157,8 @@ BuildRequires: pkgconfig(libgps)
BuildRequires: pkgconfig(libsigrok)
%endif
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
BuildRequires: pkgconfig(libmodbus)
BuildRequires: strip-nondeterminism
BuildRequires: pkgconfig(libmodbus)
%endif
%if 0%{?is_opensuse}
BuildRequires: pkgconfig(libmosquitto)