forked from pool/collectd
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1b44e9bf0d | |||
| cd113ca7c9 | |||
| c70778b344 | |||
| 27c155efbd | |||
| 5880805d30 | |||
| 8c3f0b52d8 |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/collectd/collectd.git</param>
|
||||
<param name="changesrevision">c254dc2c1eb10b43d32ed6a3202b770f73f6ef25</param></service></servicedata>
|
||||
<param name="changesrevision">5fe97a98e59a7447a12fa7b4df43f29f44bb2d4d</param></service></servicedata>
|
||||
3
collectd-5.12.0.348.g93f9bdcb.obscpio
Normal file
3
collectd-5.12.0.348.g93f9bdcb.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9112f6ebe64082f9b8a1464a7e91dd8c9ae53dc0963cc689c745614a7880e6c5
|
||||
size 7903245
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35d3b681005c90a9341e508057bd7738711e831e1eb8ee373066b4c59cfc70c1
|
||||
size 7903245
|
||||
@@ -1,11 +0,0 @@
|
||||
--- 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) {
|
||||
@@ -1,21 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: collectd
|
||||
version: 5.12.0.366.gc254dc2c
|
||||
mtime: 1756477323
|
||||
commit: c254dc2c1eb10b43d32ed6a3202b770f73f6ef25
|
||||
version: 5.12.0.348.g93f9bdcb
|
||||
mtime: 1728488344
|
||||
commit: 93f9bdcbde34a02ff151608ebd7a9dfc86e4c2d0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package collectd
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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.366.gc254dc2c
|
||||
Version: 5.12.0.348.g93f9bdcb
|
||||
Release: 0
|
||||
Summary: Statistics Collection Daemon for filling RRD Files
|
||||
License: GPL-2.0-only AND MIT
|
||||
@@ -84,7 +84,6 @@ 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
|
||||
@@ -157,8 +156,8 @@ BuildRequires: pkgconfig(libgps)
|
||||
BuildRequires: pkgconfig(libsigrok)
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
|
||||
BuildRequires: strip-nondeterminism
|
||||
BuildRequires: pkgconfig(libmodbus)
|
||||
BuildRequires: strip-nondeterminism
|
||||
%endif
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(libmosquitto)
|
||||
|
||||
Reference in New Issue
Block a user