Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package phoronix-test-suite for
openSUSE:Factory checked in at 2022-09-05 21:22:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phoronix-test-suite (Old)
and /work/SRC/openSUSE:Factory/.phoronix-test-suite.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phoronix-test-suite"
Mon Sep 5 21:22:08 2022 rev:13 rq:1001260 version:10.8.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/phoronix-test-suite/phoronix-test-suite.changes
2021-10-23 00:52:00.549148695 +0200
+++
/work/SRC/openSUSE:Factory/.phoronix-test-suite.new.2083/phoronix-test-suite.changes
2022-09-05 21:22:11.553163283 +0200
@@ -1,0 +2,30 @@
+Mon Sep 5 11:54:29 UTC 2022 - Martin Li??ka <[email protected]>
+
+- Remove ownership of man1 folder.
+
+-------------------------------------------------------------------
+Thu Sep 1 11:02:34 UTC 2022 - Martin Li??ka <[email protected]>
+
+- Update to version 10.8.4:
+ * pts-core: Allow sub-folders within PTS_EXTRA_SYSTEM_LOGS_DIR when
uploading to Phoromatic server
+ * pts-core: Fix TOTAL_LOOP_TIME handling
+ * pts-core: openSUSE external dependency handling fixes
+ * phodevi: Support for reporting video BIOS version
+ * phodevi: Budgie desktop version detection
+ * phodevi: Avoid deprecated wmic usage on Windows
+ * phoromatic: Input sanitization updates in the result viewer
+- Add fix-shebang.patch that fixes a bad shebang.
+- Use autosetup.
+
+-------------------------------------------------------------------
+Fri Feb 25 13:29:55 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- version update to 10.8.2
+ * Fix CVE-2022-0157: Improper Neutralization of Input During Web
+ Page Generation ('Cross-site Scripting')
+ * Fix CVE-2022-0196, CVE-2022-0197, CVE-2022-0238:
+ Cross-Site Request Forgery
+ * Fix CVE-2022-0571: Cross-site Scripting (XSS)
+ * For detailed list of changes see ChangeLog
+
+-------------------------------------------------------------------
Old:
----
phoronix-test-suite-10.4.0.tar.gz
New:
----
fix-shebang.patch
phoronix-test-suite-10.8.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ phoronix-test-suite.spec ++++++
--- /var/tmp/diff_new_pack.02Zrjt/_old 2022-09-05 21:22:12.185164952 +0200
+++ /var/tmp/diff_new_pack.02Zrjt/_new 2022-09-05 21:22:12.193164973 +0200
@@ -1,7 +1,7 @@
#
# spec file for package phoronix-test-suite
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: phoronix-test-suite
-Version: 10.4.0
+Version: 10.8.4
Release: 0
Summary: Comprehensive test and benchmarking platform
License: GPL-3.0-only
@@ -27,6 +27,7 @@
Patch0: harden_phoromatic-client.service.patch
Patch1: harden_phoromatic-server.service.patch
Patch2: harden_phoronix-result-server.service.patch
+Patch3: fix-shebang.patch
# https://github.com/phoronix-test-suite/phoronix-test-suite/issues/505
[bsc#1175508]
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
@@ -59,11 +60,8 @@
tests and 20 suites.
%prep
-%setup -q -n %{name}
+%autosetup -p1 -n %{name}
find ob-cache -type f -name *.sh -exec chmod +x {} \;
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
%build
@@ -107,7 +105,7 @@
%license COPYING
%doc AUTHORS ChangeLog README.md
%doc %{_datadir}/doc/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%doc %{_mandir}/man1/%{name}.1.gz
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/*
++++++ fix-shebang.patch ++++++
>From 15bd4cc0f846fbc12fad45ebda533e1dae157c52 Mon Sep 17 00:00:00 2001
From: Martin Liska <[email protected]>
Date: Thu, 1 Sep 2022 13:33:13 +0200
Subject: [PATCH] Fix shebang in install file.
---
ob-cache/test-profiles/pts/natron-1.0.0/install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ob-cache/test-profiles/pts/natron-1.0.0/install.sh
b/ob-cache/test-profiles/pts/natron-1.0.0/install.sh
index 729090a722..d731335a7a 100644
--- a/ob-cache/test-profiles/pts/natron-1.0.0/install.sh
+++ b/ob-cache/test-profiles/pts/natron-1.0.0/install.sh
@@ -1,4 +1,4 @@
-#!/bin/s
+#!/bin/sh
h
tar -xf Natron-2.4.0-Linux-64-no-installer.tar.xz
unzip -o Natron_2.3.12_Spaceship.zip
++++++ phoronix-test-suite-10.4.0.tar.gz -> phoronix-test-suite-10.8.4.tar.gz
++++++
++++ 87119 lines of diff (skipped)