SHA256
1
0
forked from pool/pcp

Accepting request 1164379 from home:mschreiner:branches:Base:System

- Add fix for bsc#1222121:
  * 0011-disable-redis-proxying-by-default.patch

- Upgrade to 6.2.0 (bsc#1217826):
  * Changes from pcp-6.2.0:
    - Client tools and utilities:
    pmlogger: default to creating version 3 PCP archives
    pmie, pmlogger, pmcd, pmproxy: init script hardening to
    run less as root:root, more as pcp:pcp and more safely
    pcp-reboot-init: new systemd service for $PCP_RC_DIR setup
    pcp2arrow: new, export metrics to parquet format for pandas
    pcp-atop: deterministic process sort when handling NULLs
    pcp-atop: update to v2.10.0 upstream code
    pcp-htop: update to latest upstream fixes
    pcp-geolocate: function with older versions of python
    pcp-meminfo: resolve possible 'broken pipe' diagnostics
    pcp-ss: fix handling of listening state sockets to match ss
    pcp-ss: fix the UDP UNCONN vs LISTEN state handling
    - PMDA additions, enhancements and bug fixes:
    pmdaproc: improvements for process accounting metrics
    pmdalinux: add pgpromote* and pgdemote* memory metrics
    pmdalinux: add metric sysfs.module.zswap.max_pool_percent
    pmdalinux: add new SNMP metric network.ip.outtransmits
    pmdasummary: send state change 0 (no change) back to pmcd
    pmdapostgresql: support the psycopg3 python module as well
    pmdaopenmetrics: kepler support - live metrics and logging
    - Server-side utilities and log management scripts:
    pmlogrewrite, pmlogredact: fix for missing data volumes
    pmcd: cosmetic change to avoid pipe2 name clash
    runaspcp: new helper utility for unprivileged rc scripts

OBS-URL: https://build.opensuse.org/request/show/1164379
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=133
This commit is contained in:
Martin Schreiner
2024-04-08 14:24:12 +00:00
committed by Git OBS Bridge
parent 3ce356b632
commit 3cb6094dd2
9 changed files with 1293 additions and 622 deletions

View File

@@ -10,10 +10,10 @@ Acked-by: David Disseldorp <ddiss@suse.de>
src/perl/PMDA/Makefile.PL | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/perl/LogImport/Makefile.PL b/src/perl/LogImport/Makefile.PL
index a254f5ad5..2ec42f51a 100644
--- a/src/perl/LogImport/Makefile.PL
+++ b/src/perl/LogImport/Makefile.PL
Index: pcp-6.2.0/src/perl/LogImport/Makefile.PL
===================================================================
--- pcp-6.2.0.orig/src/perl/LogImport/Makefile.PL
+++ pcp-6.2.0/src/perl/LogImport/Makefile.PL
@@ -15,7 +15,7 @@ if ($ENV{TARGET_OS} eq "mingw") {
else {
$ldfrom = "LogImport.o",
@@ -22,11 +22,11 @@ index a254f5ad5..2ec42f51a 100644
+ $libs = ["-lpcp_import -lpcp"];
}
if ($ENV{TARGET_OS} eq "darwin") {
# standard ones, minus -arch ppc
diff --git a/src/perl/MMV/Makefile.PL b/src/perl/MMV/Makefile.PL
index 7a6787ded..1e4cea031 100644
--- a/src/perl/MMV/Makefile.PL
+++ b/src/perl/MMV/Makefile.PL
$lddlflags = "-bundle -undefined dynamic_lookup";
Index: pcp-6.2.0/src/perl/MMV/Makefile.PL
===================================================================
--- pcp-6.2.0.orig/src/perl/MMV/Makefile.PL
+++ pcp-6.2.0/src/perl/MMV/Makefile.PL
@@ -15,7 +15,7 @@ if ($ENV{TARGET_OS} eq "mingw") {
else {
$ldfrom = "MMV.o";
@@ -35,11 +35,11 @@ index 7a6787ded..1e4cea031 100644
+ $libs = ["-lpcp_mmv -lpcp"];
}
if ($ENV{TARGET_OS} eq "darwin") {
# standard ones, minus -arch ppc
diff --git a/src/perl/PMDA/Makefile.PL b/src/perl/PMDA/Makefile.PL
index d5c44615a..e2260c4b5 100644
--- a/src/perl/PMDA/Makefile.PL
+++ b/src/perl/PMDA/Makefile.PL
$lddlflags = "-bundle -undefined dynamic_lookup";
Index: pcp-6.2.0/src/perl/PMDA/Makefile.PL
===================================================================
--- pcp-6.2.0.orig/src/perl/PMDA/Makefile.PL
+++ pcp-6.2.0/src/perl/PMDA/Makefile.PL
@@ -15,7 +15,7 @@ if ($ENV{TARGET_OS} eq "mingw") {
else {
$ldfrom = "local.o PMDA.o";
@@ -48,7 +48,4 @@ index d5c44615a..e2260c4b5 100644
+ $libs = ["-lpcp_pmda -lpcp"];
}
if ($ENV{TARGET_OS} eq "darwin") {
# standard ones, minus -arch ppc
--
2.35.3
$lddlflags = "-bundle -undefined dynamic_lookup";