Hello community, here is the log from the commit of package cacti for openSUSE:Factory checked in at 2019-03-01 16:47:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cacti (Old) and /work/SRC/openSUSE:Factory/.cacti.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti" Fri Mar 1 16:47:34 2019 rev:21 rq:680039 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cacti/cacti.changes 2019-01-24 14:11:45.131477557 +0100 +++ /work/SRC/openSUSE:Factory/.cacti.new.28833/cacti.changes 2019-03-01 16:47:36.749794826 +0100 @@ -1,0 +2,50 @@ +Thu Feb 28 08:27:39 UTC 2019 - David Liedke <[email protected]> + +-Add cacti-ss_fping.patch + +------------------------------------------------------------------- +Mon Feb 25 07:04:25 UTC 2019 - David Liedke <[email protected]> + +-Build version 1.2.2 + -issue#599: Aggregate graph templates assume AVG consolidation function + -issue#2312: Retrieving Device Information appears to fail on Safari + -issue#2317: Unabe to add new records to 'poller_time' table + -issue#2327: Memory exhausted whilst running poller replication + -issue#2334: Some browsers report JavaScript errors when switching to console + -issue#2337: When running an upgrade, the path of the log file is reset + -issue#2339: Certain characters in recipient address can cause email to fail + -issue#2343: Export hooks no longer work due to missing default keyword + -issue#2346: When listing plugin permissions, "Legacy 1.x Plugins" can appear + in the wrong cell + -issue#2347: Allow sort output to inject returned data into a specific object + -issue#2350: Unable to Select Data Source for HRULES and COMMENTS that include + nth Percentile and Bandwidth + -issue#2352: SNMP description field can sometimes contain mangled data + -issue#2354: When reindexing in Automation, titles are not updated for Graph + and Data Source + -issue#2355: Data Sources are sometimes duplicated when Custom Data is specified + -issue#2357: When indexes are incorrect, poller should log more information + -issue#2359: When upgrading, "Install/Upgrade" privilege may have been previously lost + -issue#2360: When retrieving database / table / column information, schema + name is not always applied + -issue#2362: No way to default an interface speed when ifSpeed and ifHighSpeed + come back as zero + -issue#2365: When editing Aggregate Graphs, orphaned items were not always removed + -issue#2372: Data Query reindexing leads gaps in Graphs + -issue#2376: Manually adding a device discovered by Automation causes errors to be logged + -issue#2380: Devices may experience constant reindexing + -issue#2384: When authentication method is set to None, change to Builtin as + None has been removed + -issue#2393: When reindexing a device, Graph Automation creates duplicate graphs every time + -issue#2416: SELinux wants APPEND not WRITE permission for Fedora/EPEL (RHEL, Centos) + -issue#2419: Host state time was not correctly calculated + -issue#2426: Reinstate missing plugin hooks for 'custom_logout_message' and 'custom_denied' + -issue#2431: Default value for 'Mail Method' (settings_how) is incorrect resulting in errors + -issue#2432: Undefined variable warnings when updating RRD data + -issue#2451: Drag and drop does not always function correctly + -feature: Update JavaScript library c3.js to version 0.6.12 + -feature: Update phpseclib to version 2.0.14 + -feature: Update PHPMailer to version 6.0.7 + -feature: Update JavaScript library d3.js to version 5.9.1 + +------------------------------------------------------------------- Old: ---- cacti-1.2.1.tar.gz New: ---- cacti-1.2.2.tar.gz cacti-ss_fping.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cacti.spec ++++++ --- /var/tmp/diff_new_pack.Hqkjiv/_old 2019-03-01 16:47:37.665794478 +0100 +++ /var/tmp/diff_new_pack.Hqkjiv/_new 2019-03-01 16:47:37.669794476 +0100 @@ -22,7 +22,7 @@ %define cacti_dir %{apache_datadir}/cacti %endif Name: cacti -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Web Front-End to Monitor System Data via RRDtool License: GPL-2.0-or-later @@ -35,6 +35,7 @@ Source4: %{name}-httpd.conf.default # PATCH-FIX-UPSTREAM cacti-config.patch Patch0: %{name}-config.patch +Patch1: %{name}-ss_fping.patch BuildRequires: apache-rpm-macros Requires: httpd Requires: logrotate @@ -100,6 +101,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 #delete the *.orig files find . -type f -name "*\.orig" -exec rm {} \; ++++++ cacti-1.2.1.tar.gz -> cacti-1.2.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/cacti/cacti-1.2.1.tar.gz /work/SRC/openSUSE:Factory/.cacti.new.28833/cacti-1.2.2.tar.gz differ: char 5, line 1 ++++++ cacti-ss_fping.patch ++++++ --- cacti-1.2.2/scripts/ss_fping.php 2019-02-28 08:56:12.423506194 +0100 +++ cacti-1.2.2-b/scripts/ss_fping.php 2019-02-28 08:56:40.049081125 +0100 @@ -1,4 +1,4 @@ -#!/bin/php -q +#!/usr/bin/php -q <?php error_reporting(0);
