commit kdevelop5-plugin-php for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package kdevelop5-plugin-php for 
openSUSE:Leap:15.2 checked in at 2020-06-14 04:45:40

Comparing /work/SRC/openSUSE:Leap:15.2/kdevelop5-plugin-php (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kdevelop5-plugin-php.new.3606 (New)


Package is "kdevelop5-plugin-php"

Sun Jun 14 04:45:40 2020 rev:20 rq:814229 version:5.5.2

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/kdevelop5-plugin-php/kdevelop5-plugin-php.changes  
2020-05-07 19:33:26.44388 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.kdevelop5-plugin-php.new.3606/kdevelop5-plugin-php.changes
2020-06-14 04:45:42.366911642 +0200
@@ -1,0 +2,6 @@
+Tue Jun  2 14:13:31 UTC 2020 - wba...@tmo.at
+
+- Update to 5.5.2
+  * Check type before accessing it (kde#421509)
+
+---

Old:

  kdev-php-5.5.1.tar.xz

New:

  kdev-php-5.5.2.tar.xz



Other differences:
--
++ kdevelop5-plugin-php.spec ++
--- /var/tmp/diff_new_pack.KFhWZg/_old  2020-06-14 04:45:42.798913062 +0200
+++ /var/tmp/diff_new_pack.KFhWZg/_new  2020-06-14 04:45:42.802913075 +0200
@@ -18,7 +18,7 @@
 
 %define rname   kdev-php
 Name:   kdevelop5-plugin-php
-Version:5.5.1
+Version:5.5.2
 Release:0
 Summary:PHP plugin for Kdevelop5 Integrated Development Environment
 License:GPL-2.0-or-later

++ kdev-php-5.5.1.tar.xz -> kdev-php-5.5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdev-php-5.5.1/CMakeLists.txt 
new/kdev-php-5.5.2/CMakeLists.txt
--- old/kdev-php-5.5.1/CMakeLists.txt   2020-05-05 21:00:53.0 +0200
+++ new/kdev-php-5.5.2/CMakeLists.txt   2020-06-02 15:22:53.0 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 cmake_policy(SET CMP0048 NEW)
-project(kdev-php VERSION "5.5.1")
+project(kdev-php VERSION "5.5.2")
 
 find_package(Threads)
 find_package (ECM "5.28.0" REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdev-php-5.5.1/duchain/builders/declarationbuilder.cpp 
new/kdev-php-5.5.2/duchain/builders/declarationbuilder.cpp
--- old/kdev-php-5.5.1/duchain/builders/declarationbuilder.cpp  2020-05-05 
21:00:32.0 +0200
+++ new/kdev-php-5.5.2/duchain/builders/declarationbuilder.cpp  2020-06-02 
15:22:34.0 +0200
@@ -560,7 +560,7 @@
 Q_ASSERT(currentContext()->type() == DUContext::Class);
 foreach(Declaration * dec, 
currentContext()->findLocalDeclarations(name.first(), startPos(node)))
 {
-if (wasEncountered(dec) && !dec->isFunctionDeclaration() && 
!(dec->abstractType()->modifiers() & AbstractType::ConstModifier)) {
+if (wasEncountered(dec) && !dec->isFunctionDeclaration() && 
dec->abstractType() && !(dec->abstractType()->modifiers() & 
AbstractType::ConstModifier)) {
 reportRedeclarationError(dec, node);
 break;
 }
@@ -638,7 +638,7 @@
 // check for redeclarations
 foreach(Declaration * dec, 
currentContext()->findLocalDeclarations(identifierForNode(node->identifier).first(),
 startPos(node->identifier)))
 {
-if (wasEncountered(dec) && !dec->isFunctionDeclaration() && 
dec->abstractType()->modifiers() & AbstractType::ConstModifier) {
+if (wasEncountered(dec) && !dec->isFunctionDeclaration() && 
dec->abstractType() && dec->abstractType()->modifiers() & 
AbstractType::ConstModifier) {
 reportRedeclarationError(dec, node->identifier);
 break;
 }
@@ -678,7 +678,7 @@
 // check for redeclarations
 foreach(Declaration * dec, 
currentContext()->findLocalDeclarations(identifierForNode(node->identifier).first(),
 startPos(node->identifier)))
 {
-if (wasEncountered(dec) && !dec->isFunctionDeclaration() && 
dec->abstractType()->modifiers() & AbstractType::ConstModifier) {
+if (wasEncountered(dec) && !dec->isFunctionDeclaration() && 
dec->abstractType() && dec->abstractType()->modifiers() & 
AbstractType::ConstModifier) {
 reportRedeclarationError(dec, node->identifier);
 break;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdev-php-5.5.1/org.kde.kdev-php.metainfo.xml 
new/kdev-php-5.5.2/org.kde.kdev-php.metainfo.xml
--- old/kdev-php-5.5.1/org.kde.kdev-php.metainfo.xml2020-05-05 
21:00:32.0 +0200
+++ new/kdev-php-5.5.2/org.kde.kdev-php.metainfo.xml2020-06-02 
15:22:34.0 +0200
@@ -82,6 +82,7 @@
 IDE
   
   
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kdevelop5-plugin-python3 for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package kdevelop5-plugin-python3 for 
openSUSE:Leap:15.2 checked in at 2020-06-14 04:45:42

Comparing /work/SRC/openSUSE:Leap:15.2/kdevelop5-plugin-python3 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kdevelop5-plugin-python3.new.3606 (New)


Package is "kdevelop5-plugin-python3"

Sun Jun 14 04:45:42 2020 rev:20 rq:814230 version:5.5.2

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
  2020-05-07 19:33:31.91428 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.kdevelop5-plugin-python3.new.3606/kdevelop5-plugin-python3.changes
2020-06-14 04:45:43.450915204 +0200
@@ -1,0 +2,6 @@
+Tue Jun  2 14:13:25 UTC 2020 - wba...@tmo.at
+
+- Update to 5.5.2
+  * No code changes
+
+---

Old:

  kdev-python-5.5.1.tar.xz

New:

  kdev-python-5.5.2.tar.xz



Other differences:
--
++ kdevelop5-plugin-python3.spec ++
--- /var/tmp/diff_new_pack.KkwxsE/_old  2020-06-14 04:45:43.958916874 +0200
+++ /var/tmp/diff_new_pack.KkwxsE/_new  2020-06-14 04:45:43.958916874 +0200
@@ -18,7 +18,7 @@
 
 %define rname kdev-python
 Name:   kdevelop5-plugin-python3
-Version:5.5.1
+Version:5.5.2
 Release:0
 Summary:Python support for KDevelop
 License:GPL-2.0-or-later

++ kdev-python-5.5.1.tar.xz -> kdev-python-5.5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdev-python-5.5.1/CMakeLists.txt 
new/kdev-python-5.5.2/CMakeLists.txt
--- old/kdev-python-5.5.1/CMakeLists.txt2020-05-05 20:59:02.0 
+0200
+++ new/kdev-python-5.5.2/CMakeLists.txt2020-06-02 15:22:15.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-project(kdevpython VERSION 5.5.1)
+project(kdevpython VERSION 5.5.2)
 
 # KDevplatform dependency version
 set(KDEVPLATFORM_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdev-python-5.5.1/org.kde.kdev-python.metainfo.xml 
new/kdev-python-5.5.2/org.kde.kdev-python.metainfo.xml
--- old/kdev-python-5.5.1/org.kde.kdev-python.metainfo.xml  2020-05-05 
20:58:42.0 +0200
+++ new/kdev-python-5.5.2/org.kde.kdev-python.metainfo.xml  2020-06-02 
15:21:56.0 +0200
@@ -108,6 +108,7 @@
 IDE
   
   
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdev-python-5.5.1/po/pl/kdevpython.po 
new/kdev-python-5.5.2/po/pl/kdevpython.po
--- old/kdev-python-5.5.1/po/pl/kdevpython.po   2020-05-05 20:58:58.0 
+0200
+++ new/kdev-python-5.5.2/po/pl/kdevpython.po   2020-06-02 15:22:11.0 
+0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz , 2011, 2012, 2014, 2015, 
2016, 2017, 2019.
+# Łukasz Wojniłowicz , 2011, 2012, 2014, 2015, 
2016, 2017, 2019, 2020.
 # Marta Rybczyńska , 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-01-21 08:39+0100\n"
-"PO-Revision-Date: 2019-12-10 12:49+0100\n"
+"PO-Revision-Date: 2020-05-16 08:59+0200\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -257,7 +257,7 @@
 "Copy the contents of the active editor window to a new file in the "
 "documentation directory"
 msgstr ""
-"Kopiuj zawartość aktywnego okna edytora do nowego pliku w katalogu "
+"Skopiuj zawartość aktywnego okna edytora do nowego pliku w katalogu "
 "dokumentacji"
 
 #: docfilekcm/docfilemanagerwidget.cpp:82
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdev-python-5.5.1/po/zh_CN/kdevpython.po 
new/kdev-python-5.5.2/po/zh_CN/kdevpython.po
--- old/kdev-python-5.5.1/po/zh_CN/kdevpython.po2020-05-05 
20:59:02.0 +0200
+++ new/kdev-python-5.5.2/po/zh_CN/kdevpython.po2020-06-02 
15:22:14.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-01-21 08:39+0100\n"
-"PO-Revision-Date: 2020-03-25 19:57\n"
+"PO-Revision-Date: 2020-05-09 13:51\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: Chinese Simplified\n"
 

commit osdlyrics for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package osdlyrics for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:28

Comparing /work/SRC/openSUSE:Leap:15.2/osdlyrics (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.osdlyrics.new.3606 (New)


Package is "osdlyrics"

Sun Jun 14 04:45:28 2020 rev:29 rq:814295 version:0.4.99.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/osdlyrics/osdlyrics.changes2020-01-15 
15:37:43.723040372 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.osdlyrics.new.3606/osdlyrics.changes  
2020-06-14 04:45:33.158881383 +0200
@@ -1,0 +2,21 @@
+Fri Jun 12 15:02:18 UTC 2020 - Hillwood Yang 
+
+- Update to 0.5.5RC2
+  * Fix python logging
+
+---
+Mon Jun  1 13:49:34 UTC 2020 - Hillwood Yang 
+
+- Rename osdlyrics-appdata.xml to osdlyrics.appdata.xml 
+
+---
+Sun Jan  5 09:26:27 UTC 2020 - Hillwood Yang 
+
+- Change appdata install path. 
+
+---
+Wed Jan  1 12:19:51 UTC 2020 - Hillwood Yang 
+
+- Drop xmms2 support
+
+---

Old:

  osdlyrics-0.5.5-rc1.tar.gz
  osdlyrics-appdata.xml

New:

  osdlyrics-0.5.5-rc2.tar.gz
  osdlyrics.appdata.xml



Other differences:
--
++ osdlyrics.spec ++
--- /var/tmp/diff_new_pack.FBO4fZ/_old  2020-06-14 04:45:33.634882947 +0200
+++ /var/tmp/diff_new_pack.FBO4fZ/_new  2020-06-14 04:45:33.634882947 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osdlyrics
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define  with_mpd 0
-%define  date 20190330
 # %define  commit   18cc4a872c3a18e99a33ac233f7c8cb2f5dfc624
 # %define  shortcommit  18cc4a8
-%define _version 0.5.5-rc1
+%define _version 0.5.5-rc2
 
 Name:   osdlyrics
-Version:0.4.99.1
+Version:0.4.99.2
 Release:0
 Summary:A third-party lyrics display program
 License:GPL-3.0-or-later
@@ -31,7 +30,7 @@
 URL:https://github.com/osdlyrics/osdlyrics
 Source0:
https://github.com/osdlyrics/osdlyrics/archive/%{_version}/%{name}-%{_version}.tar.gz
 # Source0:
https://github.com/osdlyrics/osdlyrics/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
-Source1:%{name}-appdata.xml
+Source1:%{name}.appdata.xml
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -51,7 +50,6 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(xmms2-client)
 Requires:   gtk2
 Requires:   python3-chardet
 Requires:   python3-future
@@ -85,41 +83,27 @@
 %setup -q -n %{name}-%{_version}
 
 %build
-export PYTHON=python3
 NOCONFIGURE=1 ./autogen.sh
 %configure  --enable-appindicator \
 PYTHON=/usr/bin/python3 \
 %if %{with_mpd}
---enable-mpd \
+--enable-mpd
 %else
---disable-mpd \
+--disable-mpd
 %endif
---enable-xmms2
-make %{?_smp_mflags}
+
+%make_build
 
 %install
 %make_install
-install -d %{buildroot}%{_datadir}/appdata
-cp %{SOURCE1} %{buildroot}%{_datadir}/appdata/
-sed -i 's/$$version/%{_version}/g; s/$$date/%{date}/g' \
-%{buildroot}%{_datadir}/appdata/%{name}-appdata.xml
+install -d %{buildroot}%{_datadir}/metainfo
+install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
 
 %suse_update_desktop_file %{name}
 
 %find_lang %{name}
 %fdupes %{buildroot}
 
-%if 0%{?suse_version} < 1330
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_post
-
-%posttrans
-%icon_theme_cache_post
-%endif
-
 %files
 %license LICENSE
 %doc README.md
@@ -131,8 +115,8 @@
 %{_datadir}/icons/hicolor/
 %{_datadir}/%{name}/
 %{_datadir}/dbus-1/services/org.%{name}.*
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}-appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %files -n python3-%{name}
 %{python3_sitelib}/%{name}

++ osdlyrics-0.5.5-rc1.tar.gz -> osdlyrics-0.5.5-rc2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osdlyrics-0.5.5-rc1/daemon/lyrics.py 

commit python-mysql-connector-python for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package python-mysql-connector-python for 
openSUSE:Leap:15.2 checked in at 2020-06-14 04:45:27

Comparing /work/SRC/openSUSE:Leap:15.2/python-mysql-connector-python (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-mysql-connector-python.new.3606 
(New)


Package is "python-mysql-connector-python"

Sun Jun 14 04:45:27 2020 rev:17 rq:814138 version:8.0.19

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-mysql-connector-python/python-mysql-connector-python.changes
2020-03-21 16:48:02.077685152 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-mysql-connector-python.new.3606/python-mysql-connector-python.changes
  2020-06-14 04:45:28.290865530 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 09:01:23 UTC 2020 - Rolf Krahl 
+
+- Add requirement on python-dnspython and python-protobuf (bsc#1172784)
+- Add remove-require-version-constraint.patch
+
+---

New:

  remove-require-version-constraint.patch



Other differences:
--
++ python-mysql-connector-python.spec ++
--- /var/tmp/diff_new_pack.amJfL8/_old  2020-06-14 04:45:28.974867755 +0200
+++ /var/tmp/diff_new_pack.amJfL8/_new  2020-06-14 04:45:28.978867768 +0200
@@ -25,9 +25,12 @@
 Group:  Development/Languages/Python
 URL:http://dev.mysql.com/doc/connector-python/en/index.html
 Source: 
https://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-%{version}.tar.gz
+Patch0: remove-require-version-constraint.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-dnspython
+Requires:   python-protobuf
 BuildArch:  noarch
 %python_subpackages
 
@@ -36,6 +39,7 @@
 
 %prep
 %setup -q -n mysql-connector-python-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ remove-require-version-constraint.patch ++
--- mysql-connector-python-8.0.19/setupinfo.py.orig 2019-12-17 
13:31:58.0 +0100
+++ mysql-connector-python-8.0.19/setupinfo.py  2020-06-11 10:42:54.011938623 
+0200
@@ -139,4 +139,4 @@
 'Topic :: Software Development :: Libraries :: Application Frameworks',
 'Topic :: Software Development :: Libraries :: Python Modules'
 ]
-install_requires = ["protobuf==3.6.1", "dnspython==1.16.0"]
+install_requires = ["protobuf", "dnspython"]



commit trytond for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package trytond for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:20

Comparing /work/SRC/openSUSE:Leap:15.2/trytond (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.trytond.new.3606 (New)


Package is "trytond"

Sun Jun 14 04:45:20 2020 rev:50 rq:813784 version:5.0.23

Changes:

--- /work/SRC/openSUSE:Leap:15.2/trytond/trytond.changes2020-03-16 
12:21:05.863708904 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.trytond.new.3606/trytond.changes  
2020-06-14 04:45:21.714844147 +0200
@@ -1,0 +2,5 @@
+Tue Jun  9 19:55:24 UTC 2020 - Axel Braun 
+
+- Version 5.0.23 - Bugfix Release
+
+---

Old:

  trytond-5.0.19.tar.gz

New:

  _service
  trytond-5.0.23.tar.gz



Other differences:
--
++ trytond.spec ++
--- /var/tmp/diff_new_pack.dcyEMP/_old  2020-06-14 04:45:22.274845968 +0200
+++ /var/tmp/diff_new_pack.dcyEMP/_new  2020-06-14 04:45:22.278845981 +0200
@@ -20,7 +20,7 @@
 %define majorver 5.0
 %define base_name tryton
 Name:   trytond
-Version:%{majorver}.19
+Version:%{majorver}.23
 Release:0
 Summary:An Enterprise Resource Planning (ERP) system
 License:GPL-3.0-or-later

++ _service ++

  


++ trytond-5.0.19.tar.gz -> trytond-5.0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.19/.hgtags new/trytond-5.0.23/.hgtags
--- old/trytond-5.0.19/.hgtags  2020-03-09 18:30:07.0 +0100
+++ new/trytond-5.0.23/.hgtags  2020-05-18 22:47:53.0 +0200
@@ -38,3 +38,7 @@
 45b6add00a6f037d2a2987050959f0148c3ab5cb 5.0.17
 d5ceda2dfd6a678e19bd88ef072a4b7a118834b5 5.0.18
 643da5238d7f275e8ecf667b5c05897222acaa24 5.0.19
+1b12b20533d43231680427be375fd9bf5dc8b432 5.0.20
+95ef70d1e73fb3aaceb57c28fbefe5be0fa578b5 5.0.21
+d676f08167788f1da30fa57b4eecdca7b491fb49 5.0.22
+b48137b41f5094dd1c8e00fed36e495b6be79d23 5.0.23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.19/CHANGELOG new/trytond-5.0.23/CHANGELOG
--- old/trytond-5.0.19/CHANGELOG2020-03-09 18:30:07.0 +0100
+++ new/trytond-5.0.23/CHANGELOG2020-05-18 22:47:52.0 +0200
@@ -1,3 +1,15 @@
+Version 5.0.23 - 2020-05-18
+* Bug fixes (see mercurial logs for details)
+
+Version 5.0.22 - 2020-05-15
+* Bug fixes (see mercurial logs for details)
+
+Version 5.0.21 - 2020-05-01
+* Bug fixes (see mercurial logs for details)
+
+Version 5.0.20 - 2020-04-04
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.19 - 2020-03-09
 * Bug fixes (see mercurial logs for details)
 * Enable check_access context when checking wizard access (issue9108)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.19/COPYRIGHT new/trytond-5.0.23/COPYRIGHT
--- old/trytond-5.0.19/COPYRIGHT2020-03-09 18:30:06.0 +0100
+++ new/trytond-5.0.23/COPYRIGHT2020-05-18 22:47:52.0 +0200
@@ -3,7 +3,7 @@
 Copyright (C) 2007-2013 Bertrand Chenal.
 Copyright (C) 2008-2020 B2CK SPRL.
 Copyright (C) 2011 Openlabs Technologies & Consulting (P) Ltd.
-Copyright (C) 2011-2019 Nicolas Évrard.
+Copyright (C) 2011-2020 Nicolas Évrard.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.19/PKG-INFO new/trytond-5.0.23/PKG-INFO
--- old/trytond-5.0.19/PKG-INFO 2020-03-09 18:30:09.0 +0100
+++ new/trytond-5.0.23/PKG-INFO 2020-05-18 22:47:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 5.0.19
+Version: 5.0.23
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.19/trytond/__init__.py 
new/trytond-5.0.23/trytond/__init__.py
--- old/trytond-5.0.19/trytond/__init__.py  2020-02-02 16:57:12.0 
+0100
+++ new/trytond-5.0.23/trytond/__init__.py  2020-05-15 21:42:44.0 
+0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.19"
+__version__ = "5.0.23"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.19/trytond/ir/action.py 
new/trytond-5.0.23/trytond/ir/action.py
--- old/trytond-5.0.19/trytond/ir/action.py 2019-11-15 22:34:30.0 
+0100
+++ new/trytond-5.0.23/trytond/ir/action.py 2020-04-25 12:52:59.0 
+0200
@@ -625,6 

commit libntlm for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package libntlm for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:44

Comparing /work/SRC/openSUSE:Leap:15.2/libntlm (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libntlm.new.3606 (New)


Package is "libntlm"

Sun Jun 14 04:45:44 2020 rev:12 rq:814286 version:1.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libntlm/libntlm.changes2020-01-15 
15:22:19.722472927 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libntlm.new.3606/libntlm.changes  
2020-06-14 04:45:44.626919069 +0200
@@ -1,0 +2,13 @@
+Tue Jun  9 19:25:34 UTC 2020 - Jan Engelhardt 
+
+- Update to release 1.6
+  * Fix buffer overflow in buildSmbNtlmAuth* function.
+CVE-2019-17455. [boo#1153669]
+
+---
+Thu Aug 22 06:31:19 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 1.5
+  * Build system fixes, patches for LTO/gcc8 support.
+
+---

Old:

  libntlm-1.4.tar.gz
  libntlm-1.4.tar.gz.sig

New:

  libntlm-1.6.tar.gz
  libntlm-1.6.tar.gz.sig



Other differences:
--
++ libntlm.spec ++
--- /var/tmp/diff_new_pack.zsiwAd/_old  2020-06-14 04:45:45.150920791 +0200
+++ /var/tmp/diff_new_pack.zsiwAd/_new  2020-06-14 04:45:45.154920804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libntlm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libntlm
 %define lname  libntlm0
-Version:1.4
+Version:1.6
 Release:0
 Summary:Implementation of Microsoft's NTLMv1 authentication
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.nongnu.org/libntlm/
+URL:http://www.nongnu.org/libntlm/
 
-#Git-Clone:git://git.savannah.nongnu.org/libntlm
+#Git-Clone:https://gitlab.com/jas/libntlm.git/
 #DL-URL:   http://www.nongnu.org/libntlm/releases/
 Source: http://www.nongnu.org/libntlm/releases/%name-%version.tar.gz
 Source2:
http://www.nongnu.org/libntlm/releases/%name-%version.tar.gz.sig
 Source3:%name.keyring
-BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkg-config
 
 %description
 Libntlm provides routines to manipulate the structures used for the
@@ -58,32 +57,28 @@
 applications that want to make use of libntlm.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
-%setup -q
+%autosetup -p1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot";
-rm -f "%buildroot/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %check
 make check
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING THANKS
+%license COPYING
 %_libdir/libntlm.so.0*
 
 %files devel
-%defattr(-,root,root)
-%doc NEWS README
+%doc ChangeLog NEWS README
 %_includedir/ntlm.h
 %_libdir/libntlm.so
 %_libdir/pkgconfig/libntlm.pc

++ libntlm-1.4.tar.gz -> libntlm-1.6.tar.gz ++
 48652 lines of diff (skipped)

++ libntlm.keyring ++
--- /var/tmp/diff_new_pack.zsiwAd/_old  2020-06-14 04:45:45.354921461 +0200
+++ /var/tmp/diff_new_pack.zsiwAd/_new  2020-06-14 04:45:45.358921475 +0200
@@ -1,134 +1,23 @@
-pub   1280R/B565716F 2002-05-05 [utgår: 2014-05-11]
-uid  Simon Josefsson 
-uid  Simon Josefsson 
-uid  Simon Josefsson 
-sub   1024R/09CC4670 2006-03-18 [utgikk: 2011-05-23]
-sub   1024R/AABB1F7B 2006-03-18 [utgikk: 2011-05-23]
-sub   1024R/A14C401A 2006-03-18 [utgikk: 2011-05-23]
-sub   1280R/4D5D40AE 2002-05-05 [utgår: 2014-05-11]
-sub   2048R/105E722E 2012-03-13 [utgår: 2013-07-26]
-sub   2048R/728AB82C 2012-03-13 [utgår: 2013-07-26]
-sub   2048R/9394F626 2012-03-13 [utgår: 2013-07-26]
-
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
 
-mKsEPNUHKwEFALqJSBHn6Qk5ex138kwymxA3idCFoTi5Q6mVooEVVaYVfeDG+5uV
-T5rhTFDfDcT9SO0eIlfKOraSRnVEHyDDH2PAgJFxyneFELcmLUQ66D+m8z+ziGro
-6bcDSBBDMRkHIX6/kH/vnevjqivIld+j8WTcVX+SArcKyzgQ58uMTrfQdLqzh6D9
-sE/838+ZPZkabmKKWMVWccoaUbWGYOcNwO0ABim0IVNpbW9uIEpvc2Vmc3NvbiA8

commit prboom-plus for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package prboom-plus for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:50

Comparing /work/SRC/openSUSE:Leap:15.2/prboom-plus (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.prboom-plus.new.3606 (New)


Package is "prboom-plus"

Sun Jun 14 04:45:50 2020 rev:10 rq:814287 version:2.5.1.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/prboom-plus/prboom-plus.changes
2020-01-15 15:44:56.115306054 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.prboom-plus.new.3606/prboom-plus.changes  
2020-06-14 04:45:50.266937603 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 20:32:48 UTC 2020 - Jan Engelhardt 
+
+- Add 0001-fix-heap-buffer-overflows-in-UDP-code-CVE-2019-20797.patch
+  [CVE-2019-20797, boo#1171974]
+
+---

New:

  0001-fix-heap-buffer-overflows-in-UDP-code-CVE-2019-20797.patch



Other differences:
--
++ prboom-plus.spec ++
--- /var/tmp/diff_new_pack.QqF5Sn/_old  2020-06-14 04:45:50.666938918 +0200
+++ /var/tmp/diff_new_pack.QqF5Sn/_new  2020-06-14 04:45:50.670938931 +0200
@@ -25,6 +25,7 @@
 Url:http://prboom-plus.sf.net/
 
 #SVN-Clone:https://svn.prboom.org/repos/branches/prboom-plus-24/prboom2
+#Sibling-Prj:  https://github.com/coelckers/prboom-plus (umapinfo fork)
 #DL-URL:   http://downloads.sf.net/prboom-plus/prboom-plus-2.5.1.4.tar.gz
 Source: %name-%version+.tar.xz
 Source2:clean_source.sh
@@ -35,6 +36,7 @@
 Patch6: prboom-hbar-color.diff
 Patch7: prboom-hbar-all.diff
 Patch8: prboom-hbar-gradient.diff
+Patch9: 0001-fix-heap-buffer-overflows-in-UDP-code-CVE-2019-20797.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  automake
 BuildRequires:  fluidsynth-devel
@@ -66,7 +68,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -P 5 -P 6 -P 7 -P 8 -p1
+%patch -P 1 -P 2 -P 3 -P 5 -P 6 -P 7 -P 8 -P 9 -p1
 
 %build
 # rpm has its own optimizations, so turn off shipped defaults
@@ -94,7 +96,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 %_bindir/*
 %_datadir/doom/
 %_datadir/doc/%name-%version/

++ 0001-fix-heap-buffer-overflows-in-UDP-code-CVE-2019-20797.patch ++
>From 1a081d10e6c71a5b5b2db76081227677f06b47b3 Mon Sep 17 00:00:00 2001
From: Fabian Greffrath 
Date: Mon, 1 Jun 2020 09:53:23 +0200
Subject: [PATCH] fix heap buffer overflows in UDP code (CVE-2019-20797) (#85)
Origin: https://github.com/coelckers/prboom-plus

* fix heap buffer overflows in UDP code (CVE-2019-20797)

* Limit length of buffer passed over to ChecksumPacket().
  Patch taken from the OP at https://logicaltrust.net/blog/2019/10/prboom1.html

* Never send more than one second worth of tics (i.e. 35) in both the
  main() routine in d_server.c and NetUpdate() in d_client.c.
  This avoids overflows of the allocated UDF buffer with a fixed size
  of 1 bytes. Theoretically, up to about 35 seconds could be sent in the
  client code and up to about 7 seconds in the server code, but the
  network game would be unplayable with such a lag anyway.

  Client code: pkt_size = 8 + 2 + X * 8 (= 9810 for X = 35*35)
  Server code: pkt_size = 8 + 1 + X * (1 + 4 * (1 + 8)) (= 9074 for X = 7 * 35)

Fixes: #84

* limit number of sent tics to 128

* fix brain bug
---
 src/SDL/i_network.c | 2 +-
 src/d_client.c  | 2 +-
 src/d_server.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/SDL/i_network.c b/src/SDL/i_network.c
index 89edab78..7e02706a 100644
--- a/src/SDL/i_network.c
+++ b/src/SDL/i_network.c
@@ -240,7 +240,7 @@ size_t I_GetPacket(packet_header_t* buffer, size_t buflen)
   checksum=buffer->checksum;
   buffer->checksum=0;
   if ( (status!=0) && (len>0)) {
-byte psum = ChecksumPacket(buffer, udp_packet->len);
+byte psum = ChecksumPacket(buffer, len); // 
https://logicaltrust.net/blog/2019/10/prboom1.html
 /*fprintf(stderr, "recvlen = %u, stolen = %u, csum = %u, psum = %u\n",
   udp_packet->len, len, checksum, psum); */
 if (psum == checksum) return len;
diff --git a/src/d_client.c b/src/d_client.c
index 7ce74d4e..054bc595 100644
--- a/src/d_client.c
+++ b/src/d_client.c
@@ -351,7 +351,7 @@ void NetUpdate(void)
   int sendtics;
   remotesend -= xtratics;
   if (remotesend < 0) remotesend = 0;
-  sendtics = maketic - remotesend;
+  sendtics = MIN(maketic - remotesend, 128); // limit number of sent tics 
(CVE-2019-20797)
   {
   size_t pkt_size = sizeof(packet_header_t) + 2 + sendtics * sizeof(ticcmd_t);
   packet_header_t *packet = Z_Malloc(pkt_size, PU_STATIC, NULL);
diff --git a/src/d_server.c b/src/d_server.c
index 1269a861..39c2e3cd 100644
--- a/src/d_server.c
+++ b/src/d_server.c
@@ -682,7 +682,7 @@ int main(int argc, char** argv)

commit kdevelop5 for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:33

Comparing /work/SRC/openSUSE:Leap:15.2/kdevelop5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kdevelop5.new.3606 (New)


Package is "kdevelop5"

Sun Jun 14 04:45:33 2020 rev:22 rq:814228 version:5.5.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kdevelop5/kdevelop5.changes2020-05-07 
19:33:21.670212839 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.kdevelop5.new.3606/kdevelop5.changes  
2020-06-14 04:45:40.874906740 +0200
@@ -1,0 +2,7 @@
+Tue Jun  2 14:13:17 UTC 2020 - wba...@tmo.at
+
+- Update to 5.5.2
+  * Remove plugin "kde repo provider" due to defunct service
+  * Fix extra margins around config pages
+
+---

Old:

  kdevelop-5.5.1.tar.xz

New:

  kdevelop-5.5.2.tar.xz



Other differences:
--
++ kdevelop5.spec ++
--- /var/tmp/diff_new_pack.UiKaPf/_old  2020-06-14 04:45:41.334908251 +0200
+++ /var/tmp/diff_new_pack.UiKaPf/_new  2020-06-14 04:45:41.334908251 +0200
@@ -19,7 +19,7 @@
 %define rname   kdevelop
 %define libkdev_major 55
 Name:   kdevelop5
-Version:5.5.1
+Version:5.5.2
 Release:0
 Summary:Plugin-extensible IDE for C/C++ and other programming languages
 License:GPL-2.0-or-later
@@ -187,7 +187,7 @@
  kdevcustommake kdevcustomscript kdevdebuggercommon kdevdocker 
kdevdocumentswitcher \
  kdevdocumentview kdevelop kdevexecute kdevexecuteplasmoid 
kdevexecutescript \
  kdevexternalscript kdevfilemanager kdevfiletemplates kdevflatpak 
kdevgdb \
- kdevghprovider kdevgit kdevgrepview kdevheaptrack kdevkdeprovider 
kdevkonsole kdevlldb \
+ kdevghprovider kdevgit kdevgrepview kdevheaptrack kdevkonsole 
kdevlldb \
  kdevmakebuilder kdevmanpage kdevmesonmanager kdevninja kdevokteta 
kdevopenwith
  kdevpatchreview kdevperforce kdevproblemreporter kdevprojectfilter 
kdevprojectmanagerview \
  kdevqmakebuilder kdevqmakemanager kdevqmljs kdevqthelp kdevquickopen 
kdevscratchpad \

++ kdevelop-5.5.1.tar.xz -> kdevelop-5.5.2.tar.xz ++
/work/SRC/openSUSE:Leap:15.2/kdevelop5/kdevelop-5.5.1.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.kdevelop5.new.3606/kdevelop-5.5.2.tar.xz differ: 
char 27, line 1




commit varnish for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package varnish for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:51

Comparing /work/SRC/openSUSE:Leap:15.2/varnish (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.varnish.new.3606 (New)


Package is "varnish"

Sun Jun 14 04:45:51 2020 rev:12 rq:814288 version:6.2.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/varnish/varnish.changes2020-01-15 
16:27:34.856724972 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.varnish.new.3606/varnish.changes  
2020-06-14 04:45:52.482944886 +0200
@@ -1,0 +2,8 @@
+Tue Jun  9 19:37:49 UTC 2020 - Jan Engelhardt 
+
+- Add 0001-Clear-err_code-and-err_reason-at-start-of-request-ha.patch
+  [CVE-2019-20637, boo#1169040]
+- Add 0001-Handle-badly-formatted-proxy-TLVs.patch
+  [CVE-2020-11653, boo#1169039]
+
+---

New:

  0001-Clear-err_code-and-err_reason-at-start-of-request-ha.patch
  0001-Handle-badly-formatted-proxy-TLVs.patch



Other differences:
--
++ varnish.spec ++
--- /var/tmp/diff_new_pack.hFs8jd/_old  2020-06-14 04:45:52.898946253 +0200
+++ /var/tmp/diff_new_pack.hFs8jd/_new  2020-06-14 04:45:52.902946265 +0200
@@ -41,6 +41,8 @@
 Source8:varnishlog.service
 Patch1: varnish-5.1.2-add-fallthrough-comments.patch
 Patch2: uninit.patch
+Patch3: 0001-Clear-err_code-and-err_reason-at-start-of-request-ha.patch
+Patch4: 0001-Handle-badly-formatted-proxy-TLVs.patch
 BuildRequires:  python3-docutils
 BuildRequires:  python3-Sphinx
 BuildRequires:  libxslt
@@ -51,11 +53,8 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz
 Requires:   c_compiler
-BuildRoot:  %_tmppath/%name-%version-build
 Requires(pre): %_sbindir/useradd %_sbindir/groupadd
-%if 0%{?suse_version} >= 1010
 Recommends: logrotate
-%endif
 
 %description
 Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an
@@ -168,7 +167,6 @@
 %postun -n %library_name -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %_unitdir/*.service
 %config(noreplace) %_sysconfdir/logrotate.d/varnish
 %dir %attr(0750,root,varnish) %_sysconfdir/%name/
@@ -185,11 +183,9 @@
 %_fillupdir/sysconfig.%name
 
 %files -n %library_name
-%defattr(-,root,root,-)
 %_libdir/libvarnishapi.so.2*
 
 %files devel
-%defattr(-,root,root,-)
 %_includedir/varnish/
 %_datadir/aclocal/
 %_libdir/pkgconfig/*

++ 0001-Clear-err_code-and-err_reason-at-start-of-request-ha.patch ++
>From 99da6e40df70824bb72854be96ea649659cd1920 Mon Sep 17 00:00:00 2001
From: Martin Blix Grydeland 
Date: Tue, 1 Oct 2019 11:17:17 +0200
Subject: [PATCH] Clear err_code and err_reason at start of request handling

req->err_code and req->err_reason are set when going to synthetic
handling. From there the resp.reason HTTP field is set from
req->err_reason if set, or the generic code based on req->err_code is used
if it was NULL. This patch clears these members so that a value from the
handling of a previous request doesn't linger.

Fixes: VSV4
---
 bin/varnishd/cache/cache_req_fsm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/varnishd/cache/cache_req_fsm.c 
b/bin/varnishd/cache/cache_req_fsm.c
index a8ee9c61b..c6f4e7f3e 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -807,6 +807,8 @@ cnt_recv_prep(struct req *req, const char *ci)
req->is_hit = 0;
req->is_hitmiss = 0;
req->is_hitpass = 0;
+   req->err_code = 0;
+   req->err_reason = NULL;
 }
 
 /*
-- 
2.26.2

++ 0001-Handle-badly-formatted-proxy-TLVs.patch ++
>From d28b56d2638c7e12bd16fba4e2ccd00789bb84c8 Mon Sep 17 00:00:00 2001
From: Martin Blix Grydeland 
Date: Thu, 12 Dec 2019 14:53:48 +0100
Subject: [PATCH] Handle badly formatted proxy TLVs

Proxy TLVs claiming to have PP2_TYPE_SSL sub-TLVs without complete payload
would cause a Varnish assert. This patch fixes the parsing of the TLVs.
---
 bin/varnishd/proxy/cache_proxy_proto.c |  9 +++--

diff --git a/bin/varnishd/proxy/cache_proxy_proto.c 
b/bin/varnishd/proxy/cache_proxy_proto.c
index c6255b6e6..15b243491 100644
--- a/bin/varnishd/proxy/cache_proxy_proto.c
+++ b/bin/varnishd/proxy/cache_proxy_proto.c
@@ -276,8 +276,9 @@ vpx_tlv_itern(struct vpx_tlv_iter *vpi)
return (1);
 }
 
-#define VPX_TLV_FOREACH(ptr, len, itv) \
-   for(vpx_tlv_iter0(itv, ptr, len); vpx_tlv_itern(itv);)
+#define VPX_TLV_FOREACH(ptr, len, itv) \
+   for (vpx_tlv_iter0(itv, ptr, len);  \
+   (vpi->e == NULL) && vpx_tlv_itern(itv);)
 
 int
 VPX_tlv(const struct req *req, int typ, void **dst, int *len)
@@ -453,6 +454,10 @@ 

commit telegram-desktop for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package telegram-desktop for 
openSUSE:Leap:15.2 checked in at 2020-06-14 04:44:38

Comparing /work/SRC/openSUSE:Leap:15.2/telegram-desktop (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.telegram-desktop.new.3606 (New)


Package is "telegram-desktop"

Sun Jun 14 04:44:38 2020 rev:24 rq:813542 version:2.1.11

Changes:

--- /work/SRC/openSUSE:Leap:15.2/telegram-desktop/telegram-desktop.changes  
2020-05-04 08:23:34.104481644 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.telegram-desktop.new.3606/telegram-desktop.changes
2020-06-14 04:44:41.494713365 +0200
@@ -1,0 +2,60 @@
+Mon Jun  8 13:12:59 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.1.11
+  * Fix launching on old Linux systems.
+
+---
+Fri Jun  5 20:20:20 UTC 2020 - Marcel Kuehlhorn 
+
+- update to 2.1.10
+  * Improve memory usage.
+  * Add support for full group message history export.
+  * Allow export of a single chat message history in JSON format.
+
+---
+Wed Jun  3 18:41:46 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.1.8 (beta)
+  * Add support for full group message history export.
+  * Allow export of a single chat message history in JSON format.
+- Rebased -gtk2-default.patch
+
+---
+Sun May 24 15:48:54 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.1.7
+  * Fix the Fcitx input method plugin.
+
+---
+Wed May 13 19:04:30 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.1.5
+  * Disable the taskbar icon flash or the dock icon bounce in
+Settings > Notifications.
+  * View messages containing long monospace texts in wide bubbles.
+  * Bug fixes and other minor improvements.
+- rebased 0001-use-bundled-range.patch
+
+---
+Sat May  9 16:23:13 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.1.4
+  * Improve bold font selection.
+
+---
+Fri May  8 18:38:40 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.1.3
+  * Added support for new emoji.
+  * Channels to which you can't post will no longer be suggested
+when forwarding.
+  * Improved font selection and bold font support for CJK and Farsi.
+  * Fix polls and quizes results viewing.
+  * Fix memory leak in web page previews with autoplayed videos.
+  * Fix running on OS X 10.10.
+  * Other minor bug fixes and improvements.
+- removed range-v3-master.zip, range is now bundled in the
+  upstream source
+- rebased 0001-use-bundled-range.patch
+
+---

Old:

  range-v3-master.zip
  tdesktop-2.1.1-full.tar.gz

New:

  tdesktop-2.1.11-full.tar.gz



Other differences:
--
++ telegram-desktop.spec ++
--- /var/tmp/diff_new_pack.GtwW2o/_old  2020-06-14 04:44:42.326716070 +0200
+++ /var/tmp/diff_new_pack.GtwW2o/_new  2020-06-14 04:44:42.330716083 +0200
@@ -31,15 +31,13 @@
 %define __builder ninja
 
 Name:   telegram-desktop
-Version:2.1.1
+Version:2.1.11
 Release:0
 Summary:Messaging application with a focus on speed and security
 License:GPL-3.0-only
 Group:  Productivity/Networking/Instant Messenger
 URL:https://github.com/telegramdesktop/tdesktop
 Source0:
https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tdesktop-%{version}-full.tar.gz
-# curl https://codeload.github.com/ericniebler/range-v3/zip/master -o 
range-v3-master.zip
-Source1:range-v3-master.zip
 # PATCH-FIX-OPENSUSE
 Patch0: -gtk2-default.patch
 # PATCH-FIX-OPENSUSE
@@ -66,7 +64,6 @@
 BuildRequires:  memory-constraints
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
-BuildRequires:  unzip
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xxhash-devel
 BuildRequires:  xz
@@ -143,9 +140,6 @@
 %prep
 %setup -q -n tdesktop-%{version}-full
 
-unzip %{_sourcedir}/range-v3-master.zip -d %{_builddir}/Libraries/
-mv %{_builddir}/Libraries/range-v3-master %{_builddir}/Libraries/range-v3
-
 %patch0 -p1
 %patch1 -p1
 
@@ -165,9 +159,9 @@
   -DDESKTOP_APP_USE_PACKAGED=ON \
   -DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
   -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF \
-  -DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
   -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
   -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
+  -DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
   -DDESKTOP_APP_USE_PACKAGED_FONTS=ON \
   -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON \
   -DTDESKTOP_DISABLE_AUTOUPDATE=ON \

++ 

commit libEMF for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package libEMF for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:44:27

Comparing /work/SRC/openSUSE:Leap:15.2/libEMF (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libEMF.new.3606 (New)


Package is "libEMF"

Sun Jun 14 04:44:27 2020 rev:12 rq:814299 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libEMF/libEMF.changes  2020-01-15 
15:18:38.178349482 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libEMF.new.3606/libEMF.changes
2020-06-14 04:44:32.690684737 +0200
@@ -1,0 +2,8 @@
+Sun May 31 21:03:24 UTC 2020 - Jason Sikes 
+
+- Added libEMF-1.0.7-handle-corrupted-metafiles.patch
+  * CVE-2020-11863, CVE-2020-11864,
+CVE-2020-11865, and CVE-2020-11866.
+  * bsc#1171496, bsc#1171497, bsc#1171498, and  bsc#1171499
+
+---

New:

  libEMF-1.0.7-handle-corrupted-metafiles.patch



Other differences:
--
++ libEMF.spec ++
--- /var/tmp/diff_new_pack.UCCOdo/_old  2020-06-14 04:44:33.010685777 +0200
+++ /var/tmp/diff_new_pack.UCCOdo/_new  2020-06-14 04:44:33.014685791 +0200
@@ -26,6 +26,7 @@
 Source: 
http://downloads.sourceforge.net/project/libemf/libemf/%{version}/%{name}-%{version}.tar.gz
 Patch0: aarch64-support.patch
 Patch2: ppc64le-support.patch
+Patch3: libEMF-1.0.7-handle-corrupted-metafiles.patch
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # taken from includes/wine/winnt.h
@@ -94,6 +95,7 @@
 %setup -q
 %patch0 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure\

++ libEMF-1.0.7-handle-corrupted-metafiles.patch ++
Index: libEMF-1.0.7/libemf/libemf.cpp
===
--- libEMF-1.0.7.orig/libemf/libemf.cpp
+++ libEMF-1.0.7/libemf/libemf.cpp
@@ -211,10 +211,19 @@ namespace EMF {
*/
   OBJECT* GLOBALOBJECTS::find ( const HGDIOBJ handle )
   {
-if ( handle & ENHMETA_STOCK_OBJECT )
-  return objects[ handle & (~ENHMETA_STOCK_OBJECT) ];
-else
+if ( handle & ENHMETA_STOCK_OBJECT ) {
+  size_t o = handle & (~ENHMETA_STOCK_OBJECT);
+  if ( o >= objects.size() ) {
+return NULL;
+  }
+  return objects[o];
+}
+else {
+  if ( handle >= objects.size() ) {
+return NULL;
+  }
   return objects[ handle ];
+}
   }
 
   /*!
@@ -538,7 +547,8 @@ namespace EMF {
 // destination dc wants to see. emf_handles is manipulated when
 // a Create* object record is executed.
 
-if ( !( ihObject & ENHMETA_STOCK_OBJECT ) )
+if ( !( ihObject & ENHMETA_STOCK_OBJECT ) and
+ source->emf_handles.find( ihObject ) != source->emf_handles.end() )
   DeleteObject( source->emf_handles[ihObject] );
   }
 
@@ -1021,8 +1031,11 @@ extern "C" {
 
 delete[] filename_a;
 
-if ( fp == 0 )
+if ( fp == 0 ) {
+  std::cerr << "GetEnhMetaFileW read error. cannot continue"
+<< std::endl;
   return 0;
+}
 
 // Create an implicit device context for this metafile. This
 // also creates an implicit metafile header.
@@ -1037,6 +1050,8 @@ extern "C" {
 dc->ds >> emr;
 
 if ( emr.iType != EMR_HEADER ) {
+  std::cerr << "GetEnhMetaFileW read error. cannot continue: Not an EMF"
+<< std::endl;
   DeleteDC( dc->handle );
   return 0;
 }
Index: libEMF-1.0.7/libemf/libemf.h
===
--- libEMF-1.0.7.orig/libemf/libemf.h
+++ libEMF-1.0.7/libemf/libemf.h
@@ -26,6 +26,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -3538,6 +3539,21 @@ namespace EMF {
 
   ds >> counts;
 
+  // Counts have to add up to less than the number of points
+  // we have. DWORD is unsigned so we most care about overflow.
+  DWORD n = 0, n_old = 0;
+  for ( DWORD c = 0; c < nPolys; ++c ) {
+n_old = n;
+n += lcounts[c];
+if ( n < n_old ) {
+  throw std::runtime_error( "Unsigned overflow" );
+}
+  }
+  if ( n > cptl ) {
+throw std::runtime_error( "Too few points" );
+  }
+
+
   lpoints = new POINTL[cptl];
 
   POINTLARRAY points( lpoints, cptl );
@@ -3728,6 +3744,20 @@ namespace EMF {
 
   ds >> counts;
 
+  // Counts have to add up to less than the number of points
+  // we have. DWORD is unsigned so we most care about overflow.
+  DWORD n = 0, n_old = 0;
+  for ( DWORD c = 0; c < nPolys; ++c ) {
+n_old = n;
+n += lcounts[c];
+if ( n < n_old ) {
+  throw std::runtime_error( "Unsigned overflow" );
+}
+  }
+  if ( n > cpts ) {
+throw std::runtime_error( "Too few 

commit adns for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package adns for openSUSE:Leap:15.2 checked 
in at 2020-06-14 04:44:37

Comparing /work/SRC/openSUSE:Leap:15.2/adns (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.adns.new.3606 (New)


Package is "adns"

Sun Jun 14 04:44:37 2020 rev:14 rq:814143 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/adns/adns.changes  2020-01-15 
14:46:29.121255291 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.adns.new.3606/adns.changes2020-06-14 
04:44:38.378703233 +0200
@@ -1,0 +2,12 @@
+Mon Jun  8 12:04:21 UTC 2020 - Kristyna Streitova 
+
+- add the following patches to fix multiple vulnerabilities [bsc#1172265]
+  * adns-1.5.1-CVE-2017-9103.patch [CVE-2017-9103]
+  * adns-1.5.1-CVE-2017-9104.patch [CVE-2017-9104]
+  * adns-1.5.1-CVE-2017-9105.patch [CVE-2017-9105]
+  * adns-1.5.1-CVE-2017-9106.patch [CVE-2017-9106]
+  * adns-1.5.1-CVE-2017-9107.patch [CVE-2017-9107]
+  * adns-1.5.1-CVE-2017-9108.patch [CVE-2017-9108]
+  * adns-1.5.1-CVE-2017-9109.patch [CVE-2017-9109] 
+
+---

New:

  adns-1.5.1-CVE-2017-9103.patch
  adns-1.5.1-CVE-2017-9104.patch
  adns-1.5.1-CVE-2017-9105.patch
  adns-1.5.1-CVE-2017-9106.patch
  adns-1.5.1-CVE-2017-9107.patch
  adns-1.5.1-CVE-2017-9108.patch
  adns-1.5.1-CVE-2017-9109.patch



Other differences:
--
++ adns.spec ++
--- /var/tmp/diff_new_pack.eXJQ5V/_old  2020-06-14 04:44:38.790704572 +0200
+++ /var/tmp/diff_new_pack.eXJQ5V/_new  2020-06-14 04:44:38.790704572 +0200
@@ -32,6 +32,13 @@
 Patch0: adns-1.4-destdir.patch
 Patch1: adns-1.4-configure.patch
 Patch2: adns-visibility.patch
+Patch3: adns-1.5.1-CVE-2017-9103.patch
+Patch4: adns-1.5.1-CVE-2017-9104.patch
+Patch5: adns-1.5.1-CVE-2017-9105.patch
+Patch6: adns-1.5.1-CVE-2017-9106.patch
+Patch7: adns-1.5.1-CVE-2017-9107.patch
+Patch8: adns-1.5.1-CVE-2017-9108.patch
+Patch9: adns-1.5.1-CVE-2017-9109.patch
 BuildRequires:  autoconf
 
 %description
@@ -63,6 +70,13 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1 
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 cp %{SOURCE3} .
 
 %build

++ adns-1.5.1-CVE-2017-9103.patch ++
>From 020d86e2eccc2dbdfa9dcca08ddb327cc7ca3ae2 Mon Sep 17 00:00:00 2001
From: Ian Jackson 
Date: Wed, 23 Nov 2016 21:03:40 +
Subject: [PATCH 02/32] SECURITY: pap_mailbox822: Properly check st from
 adns__findlabel_next

Without this, an uninitialised stack value can be used as the first
label length.  Depending on the circumstances, an attacker might be
able to trick adns into crashing the calling program, leaking aspects
of the contents of some of its memory, causing it to allocate lots of
memory, or perhaps overrunning a buffer.

This is only possible with applications which make non-raw queries for
SOA or RP records.

Found by AFL 2.35b.  CVE-2017-9103.

Signed-off-by: Ian Jackson 
---
 src/types.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/types.c b/src/types.c
index a4478fa..5e2bd14 100644
--- a/src/types.c
+++ b/src/types.c
@@ -1278,6 +1278,7 @@ static adns_status pap_mailbox822(const parseinfo *pai,
pai->dgram, pai->dglen, max,
*cbyte_io, cbyte_io);
   st= adns__findlabel_next(,,);
+  if (st) return st;
   if (!lablen) {
 adns__vbuf_appendstr(vb,".");
 goto x_ok;
-- 
2.20.1

++ adns-1.5.1-CVE-2017-9104.patch ++
>From 7ba7a232de0516d2cce934bdc91627b33b46ef47 Mon Sep 17 00:00:00 2001
From: Ian Jackson 
Date: Thu, 1 Dec 2016 01:42:56 +
Subject: [PATCH 03/32] SECURITY: Do not hang, eating CPU, if we encounter a
 compression pointer loop

Found by AFL 2.35b.  CVE-2017-9104.

Signed-off-by: Ian Jackson 
---
 src/parse.c | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/src/parse.c b/src/parse.c
index 07d0614..790c8ce 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -71,6 +71,7 @@ adns_status adns__findlabel_next(findlabel_state *fls,
 int *lablen_r, int *labstart_r) {
   int lablen, jumpto;
   const char *dgram;
+  int had_pointer= 0;
 
   dgram= fls->dgram;
   for (;;) {
@@ -81,6 +82,7 @@ adns_status adns__findlabel_next(findlabel_state *fls,
 if ((lablen & 0x0c0) != 0x0c0) return adns_s_unknownformat;
 if (fls->cbyte >= fls->dglen) goto x_truncated;
 if (fls->cbyte >= fls->max) goto x_badresponse;
+if (had_pointer++ >= 2) goto x_loop;
 GET_B(fls->cbyte,jumpto);
 jumpto |= (lablen&0x3f)<<8;
 if (fls->dmend_r) *(fls->dmend_r)= fls->cbyte;
@@ -109,6 +111,11 @@ adns_status adns__findlabel_next(findlabel_state *fls,
   adns__diag(fls->ads,fls->serv,fls->qu,
 "label in domain runs 

commit perl-TimeDate for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package perl-TimeDate for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:44:33

Comparing /work/SRC/openSUSE:Leap:15.2/perl-TimeDate (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-TimeDate.new.3606 (New)


Package is "perl-TimeDate"

Sun Jun 14 04:44:33 2020 rev:18 rq:814116 version:2.30

Changes:

--- /work/SRC/openSUSE:Leap:15.2/perl-TimeDate/perl-TimeDate.changes
2020-03-01 08:51:21.113270625 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-TimeDate.new.3606/perl-TimeDate.changes  
2020-06-14 04:44:37.406700072 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 12:20:59 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Parse out century if specified (strptime) [bsc#1172834]
+- Add perl-TimeDate-parse-out-century-if-specified.patch
+
+---

New:

  perl-TimeDate-parse-out-century-if-specified.patch



Other differences:
--
++ perl-TimeDate.spec ++
--- /var/tmp/diff_new_pack.5FpcJ0/_old  2020-06-14 04:44:37.734701138 +0200
+++ /var/tmp/diff_new_pack.5FpcJ0/_new  2020-06-14 04:44:37.738701152 +0200
@@ -27,6 +27,8 @@
 Source0:
https://cpan.metacpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 Patch0: perl-TimeDate-getdate.patch
+# PATCH-FIX-UPSTREAM bsc#1172834 Parse out century if specified (strptime)
+Patch1: perl-TimeDate-parse-out-century-if-specified.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -53,6 +55,7 @@
 %setup -q -n %{cpan_name}-%{version}
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ perl-TimeDate-parse-out-century-if-specified.patch ++
>From d7450983cbc7ea9d54662c9a181824d3e8bcfbf3 Mon Sep 17 00:00:00 2001
From: Jonathan Scott Duff 
Date: Sun, 1 Mar 2015 23:43:25 -0600
Subject: [PATCH] [strptime] Parse out century if specified

If we've been given a year that's got the century attached (i.e., the
year is > 1900), store the century.  Then use this information to defeat
the guessing behavior of timegm.
---
 lib/Date/Parse.pm | 20 +---
 t/cpanrt.t|  2 +-
 2 files changed, 14 insertions(+), 8 deletions(-)

Index: TimeDate-2.30/lib/Date/Parse.pm
===
--- TimeDate-2.30.orig/lib/Date/Parse.pm
+++ TimeDate-2.30/lib/Date/Parse.pm
@@ -73,7 +73,7 @@ sub {
   my $dtstr = lc shift;
   my $merid = 24;
 
-  my($year,$month,$day,$hh,$mm,$ss,$zone,$dst,$frac);
+  my($century,$year,$month,$day,$hh,$mm,$ss,$zone,$dst,$frac);
 
   $zone = tz_offset(shift) if @_;
 
@@ -195,12 +195,15 @@ sub {
 }
   }
 
-  $year -= 1900 if defined $year && $year > 2000;
+  if (defined $year && $year > 1900) {
+$century = int($year / 100);
+$year -= 1900;
+  }
 
   $zone += 3600 if defined $zone && $dst;
   $ss += "0.$frac" if $frac;
 
-  return ($ss,$mm,$hh,$day,$month,$year,$zone);
+  return ($ss,$mm,$hh,$day,$month,$year,$zone,$century);
 }
 ESQ
 
@@ -233,7 +236,7 @@ sub str2time
  return undef
unless @t;
 
- my($ss,$mm,$hh,$day,$month,$year,$zone) = @t;
+ my($ss,$mm,$hh,$day,$month,$year,$zone, $century) = @t;
  my @lt  = localtime(time);
 
  $hh||= 0;
@@ -252,6 +255,9 @@ sub str2time
  $year = ($month > $lt[4]) ? ($lt[5] - 1) : $lt[5]
unless(defined $year);
 
+ # we were given a 4 digit year, so let's keep using those
+ $year += 1900 if defined $century;
+
  return undef
unless($month <= 11 && $day >= 1 && $day <= 31
&& $hh <= 23 && $mm <= 59 && $ss <= 59);
@@ -317,9 +323,9 @@ date string does not specify a timezone.
 =item strptime(DATE [, ZONE])
 
 C takes the same arguments as str2time but returns an array of
-values C<($ss,$mm,$hh,$day,$month,$year,$zone)>. Elements are only defined
-if they could be extracted from the date string. The C<$zone> element is
-the timezone offset in seconds from GMT. An empty array is returned upon
+values C<($ss,$mm,$hh,$day,$month,$year,$zone,$century)>. Elements are only
+defined if they could be extracted from the date string. The C<$zone> element
+is the timezone offset in seconds from GMT. An empty array is returned upon
 failure.
 
 =head1 MULTI-LANGUAGE SUPPORT
Index: TimeDate-2.30/t/cpanrt.t
===
--- TimeDate-2.30.orig/t/cpanrt.t
+++ TimeDate-2.30/t/cpanrt.t
@@ -22,7 +22,7 @@ my $i = 1;
 my @t = strptime($str);
 my $t = join ":", map { defined($_) ? $_ : "-" } @t;
 print "# $str => $t\n";
-print "not " unless $t eq "-:35:22:30:10:108:3600";
+print "not " unless $t eq 

commit libupnp for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package libupnp for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:44:19

Comparing /work/SRC/openSUSE:Leap:15.2/libupnp (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libupnp.new.3606 (New)


Package is "libupnp"

Sun Jun 14 04:44:19 2020 rev:15 rq:814285 version:1.6.25

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libupnp/libupnp.changes2020-01-15 
15:25:30.214579307 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libupnp.new.3606/libupnp.changes  
2020-06-14 04:44:22.658652116 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 19:08:27 UTC 2020 - Jan Engelhardt 
+
+- Add 0001-Fixes-177-NULL-pointer-dereference-in-FindServiceCon.patch
+  [boo#1172625]
+
+---

New:

  0001-Fixes-177-NULL-pointer-dereference-in-FindServiceCon.patch



Other differences:
--
++ libupnp.spec ++
--- /var/tmp/diff_new_pack.ihb0t5/_old  2020-06-14 04:44:24.230657228 +0200
+++ /var/tmp/diff_new_pack.ihb0t5/_new  2020-06-14 04:44:24.234657241 +0200
@@ -30,6 +30,7 @@
 Source1:
http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20%version/libupnp-%version.tar.bz2.sha1
 Source42:   baselibs.conf
 Patch0: libupnp-configure.patch
+Patch2: 0001-Fixes-177-NULL-pointer-dereference-in-FindServiceCon.patch
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 
@@ -63,8 +64,7 @@
 systems.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 autoreconf -fiv

++ 0001-Fixes-177-NULL-pointer-dereference-in-FindServiceCon.patch ++
>From c805c1de1141cb22f74c0d94dd5664bda37398e0 Mon Sep 17 00:00:00 2001
From: Marcelo Roberto Jimenez 
Date: Thu, 4 Jun 2020 12:03:03 -0300
Subject: [PATCH] Fixes #177: NULL pointer dereference in
 FindServiceControlURLPath
References: https://bugzilla.opensuse.org/show_bug.cgi?id=1172625

Also fixes its dual bug in FindServiceEventURLPath.
---
 upnp/src/genlib/service_table/service_table.c |6 ++
 1 file changed, 6 insertions(+)

Index: libupnp-1.6.25/upnp/src/genlib/service_table/service_table.c
===
--- libupnp-1.6.25.orig/upnp/src/genlib/service_table/service_table.c
+++ libupnp-1.6.25/upnp/src/genlib/service_table/service_table.c
@@ -300,6 +300,9 @@ FindServiceEventURLPath( service_table *
 uri_type parsed_url;
 uri_type parsed_url_in;
 
+   if (!table || !eventURLPath) {
+   return NULL;
+   }
 if( ( table )
 &&
 ( parse_uri( eventURLPath,
@@ -352,6 +355,9 @@ FindServiceControlURLPath( service_table
 uri_type parsed_url;
 uri_type parsed_url_in;
 
+   if (!table || !controlURLPath) {
+   return NULL;
+   }
 if( ( table )
 &&
 ( parse_uri



commit 00Meta for openSUSE:Leap:15.2:PowerPC

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-06-14 03:46:47

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.00Meta.new.3606 (New)


Package is "00Meta"

Sun Jun 14 03:46:47 2020 rev:183 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_snapshot ++
--- /var/tmp/diff_new_pack.HFodKx/_old  2020-06-14 03:46:48.795483957 +0200
+++ /var/tmp/diff_new_pack.HFodKx/_new  2020-06-14 03:46:48.795483957 +0200
@@ -1 +1 @@
-303.2
\ No newline at end of file
+303.3
\ No newline at end of file




commit 00Meta for openSUSE:Leap:15.2:ARM:Images

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:ARM:Images checked in at 2020-06-14 03:31:11

Comparing /work/SRC/openSUSE:Leap:15.2:ARM:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:ARM:Images/.00Meta.new.3606 (New)


Package is "00Meta"

Sun Jun 14 03:31:11 2020 rev:95 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.IkBozZ/_old  2020-06-14 03:31:11.840425049 +0200
+++ /var/tmp/diff_new_pack.IkBozZ/_new  2020-06-14 03:31:11.840425049 +0200
@@ -1 +1 @@
-1.54
\ No newline at end of file
+1.59
\ No newline at end of file




commit 00Meta for openSUSE:Leap:15.2:PowerPC

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-06-14 00:05:59

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.00Meta.new.3606 (New)


Package is "00Meta"

Sun Jun 14 00:05:59 2020 rev:182 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.OgbB7f/_old  2020-06-14 00:06:00.388450576 +0200
+++ /var/tmp/diff_new_pack.OgbB7f/_new  2020-06-14 00:06:00.388450576 +0200
@@ -1 +1 @@
-303.2
\ No newline at end of file
+303.3
\ No newline at end of file




commit 000release-packages for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-06-13 22:12:39

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.3606 (New)


Package is "000release-packages"

Sat Jun 13 22:12:39 2020 rev:590 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.E1Ecgr/_old  2020-06-13 22:12:42.164762108 +0200
+++ /var/tmp/diff_new_pack.E1Ecgr/_new  2020-06-13 22:12:42.168762130 +0200
@@ -68,6 +68,9 @@
 Provides: weakremover(ruby2.5-rubygem-net-ssh-doc-5.0)
 %endif
 # 15.1:update
+Provides: weakremover(gnu9-compilers-hpc)
+Provides: weakremover(gnu9-compilers-hpc-devel)
+Provides: weakremover(gnu9-compilers-hpc-macros-devel)
 Provides: weakremover(python3-pytest5)
 Provides: weakremover(tftpboot-installation-openSUSE-Leap-15.1-x86_64)
 %ifarch x86_64




commit 000release-packages for openSUSE:Leap:15.2:PowerPC

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-06-13 21:23:40

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000release-packages.new.3606 
(New)


Package is "000release-packages"

Sat Jun 13 21:23:40 2020 rev:266 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.lQtDam/_old  2020-06-13 21:23:41.960659408 +0200
+++ /var/tmp/diff_new_pack.lQtDam/_new  2020-06-13 21:23:41.964659424 +0200
@@ -371,11 +371,9 @@
 Provides: weakremover(libqt5-qtwebengine)
 Provides: weakremover(libqt5-qtwebengine-devel)
 Provides: weakremover(libqt5-qtwebengine-examples)
-Provides: weakremover(libtexluajit2)
 Provides: weakremover(messagelib)
 Provides: weakremover(messagelib-devel)
 Provides: weakremover(pesign)
-Provides: weakremover(texlive-texluajit-devel)
 %endif
 %ifarch aarch64 armv7hl ppc64le
 Provides: weakremover(gettext-runtime-mini)
@@ -5038,6 +5036,7 @@
 Provides: weakremover(libudev-devel-64bit)
 Provides: weakremover(libudev1-64bit)
 Provides: weakremover(libudf0-64bit)
+Provides: weakremover(libupnp6-64bit)
 Provides: weakremover(libuuid-devel-64bit)
 Provides: weakremover(libuuid1-64bit)
 Provides: weakremover(libvdpau_nouveau-64bit)
@@ -5068,6 +5067,7 @@
 Provides: weakremover(mozilla-nss-64bit)
 Provides: weakremover(mozilla-nss-certs-64bit)
 Provides: weakremover(mozilla-nss-sysinit-64bit)
+Provides: weakremover(mpiP-gnu-openmpi1-hpc-doc)
 Provides: weakremover(mumble-64bit)
 Provides: weakremover(munge-devel-64bit)
 Provides: weakremover(ncurses-devel-64bit)
@@ -5080,6 +5080,8 @@
 Provides: weakremover(openafs-kmp-default)
 Provides: weakremover(openal-soft-devel-64bit)
 Provides: weakremover(openldap2-devel-64bit)
+Provides: weakremover(openmpi3-libs-64bit)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-testsuite)
 Provides: weakremover(openslp-64bit)
 Provides: weakremover(p11-kit-64bit)
 Provides: weakremover(p11-kit-nss-trust-64bit)
@@ -5281,11 +5283,13 @@
 Provides: weakremover(libdrm_exynos1)
 Provides: weakremover(libdrm_freedreno1)
 Provides: weakremover(libdrm_tegra0)
+Provides: weakremover(libtexluajit2)
 Provides: weakremover(libvirt-daemon-driver-libxl)
 Provides: weakremover(libvirt-daemon-xen)
 Provides: weakremover(ovmf)
 Provides: weakremover(ovmf-tools)
 Provides: weakremover(psi+-plugins-omemoplugin)
+Provides: weakremover(texlive-texluajit-devel)
 Provides: weakremover(webenginepart)
 Provides: weakremover(xen)
 Provides: weakremover(xen-devel)
@@ -5313,10 +5317,16 @@
 Provides: weakremover(libcurl4-mini)
 Provides: weakremover(libgroupsock8)
 Provides: weakremover(libliveMedia66)
+Provides: weakremover(libopenmpi_3_1_4-gnu-hpc)
 Provides: weakremover(libsystemd0-mini)
 Provides: weakremover(libudev-mini-devel)
 Provides: weakremover(libudev-mini1)
 Provides: weakremover(live555)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-devel)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-devel-static)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-docs)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-macros-devel)
 Provides: weakremover(php7-testresults)
 Provides: weakremover(skelcd-control-openSUSE)
 Provides: weakremover(systemd-mini)
@@ -12244,8 +12254,6 @@
 Provides: weakremover(libntirpc3_2)
 Provides: weakremover(libntk1)
 Provides: weakremover(libntl33)
-Provides: weakremover(libntlm-devel)
-Provides: weakremover(libntlm0)
 Provides: weakremover(libnuma-devel)
 Provides: weakremover(libnuma1)
 Provides: weakremover(libnxml-devel)
@@ -12315,7 +12323,6 @@
 Provides: weakremover(libopendkim10)
 Provides: weakremover(libopenhpi4)
 Provides: weakremover(libopenlibm2)
-Provides: weakremover(libopenmpi3-gnu-hpc)
 Provides: weakremover(libopenmpi_2_1_6-gnu-hpc)
 Provides: weakremover(libopenmpi_3_0_0-gnu-hpc)
 Provides: weakremover(libopenmpi_3_1_6-gnu-hpc)
@@ -13456,8 +13463,6 @@
 Provides: weakremover(libunity9)
 Provides: weakremover(libunshield0)
 Provides: weakremover(libupb0)
-Provides: weakremover(libupnp-devel)
-Provides: weakremover(libupnp6)
 Provides: weakremover(libupower-glib-devel)
 Provides: weakremover(libupower-glib3)
 Provides: weakremover(liburcu-devel)
@@ -14289,7 +14294,11 @@
 Provides: weakremover(mined)
 Provides: weakremover(mingetty)
 Provides: weakremover(mingw32-cross-breakpad-tools)
+Provides: weakremover(mingw64-cross-binutils)
 Provides: weakremover(mingw64-cross-breakpad-tools)
+Provides: weakremover(mingw64-cross-cpp-bootstrap)
+Provides: weakremover(mingw64-cross-gcc-bootstrap)

commit 000release-packages for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2 checked in at 2020-06-13 21:23:50

Comparing /work/SRC/openSUSE:Leap:15.2/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000release-packages.new.3606 (New)


Package is "000release-packages"

Sat Jun 13 21:23:50 2020 rev:966 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.rapSuq/_old  2020-06-13 21:23:51.996702161 +0200
+++ /var/tmp/diff_new_pack.rapSuq/_new  2020-06-13 21:23:51.996702161 +0200
@@ -4778,6 +4778,7 @@
 Provides: weakremover(libkdecore4-devel)
 Provides: weakremover(libkms-devel)
 Provides: weakremover(libkms1)
+Provides: weakremover(libkpathsea6)
 Provides: weakremover(libksuseinstall-devel)
 Provides: weakremover(libksuseinstall1)
 Provides: weakremover(libldap-2_4-2)
@@ -4842,6 +4843,7 @@
 Provides: weakremover(libopenal0)
 Provides: weakremover(libopenal1)
 Provides: weakremover(libopeniscsiusr0_2_0)
+Provides: weakremover(libopenmpi_3_1_4-gnu-hpc)
 Provides: weakremover(libopenmpt-devel)
 Provides: weakremover(libopenmpt0)
 Provides: weakremover(libopenmpt_modplug1)
@@ -4884,6 +4886,7 @@
 Provides: weakremover(libpostproc55)
 Provides: weakremover(libpq5)
 Provides: weakremover(libprocps7)
+Provides: weakremover(libptexenc1)
 Provides: weakremover(libpython2_7-1_0)
 Provides: weakremover(libpython3_6m1_0)
 Provides: weakremover(libqb-devel)
@@ -4971,6 +4974,7 @@
 Provides: weakremover(libswresample3)
 Provides: weakremover(libswscale5)
 Provides: weakremover(libsybdb5)
+Provides: weakremover(libsynctex1)
 Provides: weakremover(libsystemd0)
 Provides: weakremover(libsystemd0-mini)
 Provides: weakremover(libtasn1)
@@ -4979,6 +4983,8 @@
 Provides: weakremover(libtdsodbc0)
 Provides: weakremover(libtevent-util-devel)
 Provides: weakremover(libtevent-util0)
+Provides: weakremover(libtexlua52-5)
+Provides: weakremover(libtexluajit2)
 Provides: weakremover(libtidy-devel)
 Provides: weakremover(libtidy5)
 Provides: weakremover(libtotem_pg5)
@@ -4994,6 +5000,8 @@
 Provides: weakremover(libudev-mini1)
 Provides: weakremover(libudev1)
 Provides: weakremover(libudf0)
+Provides: weakremover(libupnp-devel)
+Provides: weakremover(libupnp6)
 Provides: weakremover(libuuid-devel)
 Provides: weakremover(libuuid-devel-static)
 Provides: weakremover(libuuid1)
@@ -5107,6 +5115,7 @@
 Provides: weakremover(mozilla-nss-devel)
 Provides: weakremover(mozilla-nss-sysinit)
 Provides: weakremover(mozilla-nss-tools)
+Provides: weakremover(mpiP-gnu-openmpi1-hpc-doc)
 Provides: weakremover(mspack-tools)
 Provides: weakremover(multipath-tools)
 Provides: weakremover(multipath-tools-devel)
@@ -5163,6 +5172,12 @@
 Provides: weakremover(openldap2-devel)
 Provides: weakremover(openldap2-devel-static)
 Provides: weakremover(openldap2-ppolicy-check-password)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-devel)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-devel-static)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-docs)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-macros-devel)
+Provides: weakremover(openmpi_3_1_4-gnu-hpc-testsuite)
 Provides: weakremover(openmpt123)
 Provides: weakremover(openslp)
 Provides: weakremover(openslp-devel)
@@ -,6 +5570,188 @@
 Provides: weakremover(terminfo-base)
 Provides: weakremover(terminfo-iterm)
 Provides: weakremover(terminfo-screen)
+Provides: weakremover(texlive)
+Provides: weakremover(texlive-a2ping-bin)
+Provides: weakremover(texlive-accfonts-bin)
+Provides: weakremover(texlive-adhocfilelist-bin)
+Provides: weakremover(texlive-afm2pl-bin)
+Provides: weakremover(texlive-aleph-bin)
+Provides: weakremover(texlive-amstex-bin)
+Provides: weakremover(texlive-arara-bin)
+Provides: weakremover(texlive-asymptote-bin)
+Provides: weakremover(texlive-authorindex-bin)
+Provides: weakremover(texlive-autosp-bin)
+Provides: weakremover(texlive-bibexport-bin)
+Provides: weakremover(texlive-bibtex-bin)
+Provides: weakremover(texlive-bibtex8-bin)
+Provides: weakremover(texlive-bibtexu-bin)
+Provides: weakremover(texlive-bin-devel)
+Provides: weakremover(texlive-bundledoc-bin)
+Provides: weakremover(texlive-cachepic-bin)
+Provides: weakremover(texlive-checkcites-bin)
+Provides: weakremover(texlive-checklistings-bin)
+Provides: weakremover(texlive-chktex-bin)
+Provides: weakremover(texlive-cjk-gs-integrate-bin)
+Provides: weakremover(texlive-cjkutils-bin)
+Provides: weakremover(texlive-context-bin)
+Provides: weakremover(texlive-convbkmk-bin)
+Provides: weakremover(texlive-crossrefware-bin)
+Provides: weakremover(texlive-cslatex-bin)
+Provides: 

commit 000update-repos for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-06-13 21:08:58

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.3606 (New)


Package is "000update-repos"

Sat Jun 13 21:08:58 2020 rev:1125 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1592075012.packages.xz



Other differences:
--










































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-06-13 21:08:41

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.3606 (New)


Package is "000update-repos"

Sat Jun 13 21:08:41 2020 rev:1124 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory:non-oss_2275.3.packages.xz



Other differences:
--









































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-06-13 21:08:32

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.3606 (New)


Package is "000update-repos"

Sat Jun 13 21:08:32 2020 rev:1123 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20200611.packages.xz



Other differences:
--








































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Leap:15.2:PowerPC

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-06-13 21:04:20

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000update-repos.new.3606 (New)


Package is "000update-repos"

Sat Jun 13 21:04:20 2020 rev:232 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.2:ppc_303.2.packages.xz



Other differences:
--































































































































































































































































































































































































commit 000update-repos for openSUSE:Leap:15.2:PowerPC

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-06-13 21:04:35

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000update-repos.new.3606 (New)


Package is "000update-repos"

Sat Jun 13 21:04:35 2020 rev:233 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:ppc:update_1592072794.packages.xz



Other differences:
--
































































































































































































































































































































































































commit 000update-repos for openSUSE:Leap:15.2

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2 checked in at 2020-06-13 21:02:14

Comparing /work/SRC/openSUSE:Leap:15.2/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000update-repos.new.3606 (New)


Package is "000update-repos"

Sat Jun 13 21:02:14 2020 rev:682 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1592074664.packages.xz



Other differences:
--

























































































































































































































































































































































































































































































































































































































































































































































commit 00Meta for openSUSE:Leap:15.1:Images

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-06-13 21:02:37

Comparing /work/SRC/openSUSE:Leap:15.1:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Images/.00Meta.new.3606 (New)


Package is "00Meta"

Sat Jun 13 21:02:37 2020 rev:408 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.qKmeNR/_old  2020-06-13 21:02:39.531527598 +0200
+++ /var/tmp/diff_new_pack.qKmeNR/_new  2020-06-13 21:02:39.531527598 +0200
@@ -1 +1 @@
-8.12.52
\ No newline at end of file
+8.12.53
\ No newline at end of file




commit ceph-test for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package ceph-test for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 20:16:55

Comparing /work/SRC/openSUSE:Leap:15.1:Update/ceph-test (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.ceph-test.new.3606 (New)


Package is "ceph-test"

Sat Jun 13 20:16:55 2020 rev:5 rq:813285 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.h57WmD/_old  2020-06-13 20:16:56.865908470 +0200
+++ /var/tmp/diff_new_pack.h57WmD/_new  2020-06-13 20:16:56.865908470 +0200
@@ -1 +1 @@
-
+




commit patchinfo.12881 for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package patchinfo.12881 for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 20:17:01

Comparing /work/SRC/openSUSE:Leap:15.1:Update/patchinfo.12881 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.patchinfo.12881.new.3606 (New)


Package is "patchinfo.12881"

Sat Jun 13 20:17:01 2020 rev:1 rq:813285 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  Latency issues with RGW.
  ceph-mgr segfaults
  L3: CephFS outage  
ref:_00D1igLOd._5001iO9F8m:ref
  L3-Question: "error": "many-to-many 
matching not allowed: matching labels must be unique on one side" 
ref:_00D1igLOd._5001iLj3fR:ref
  s3 gateway returns HTTP error code 403 for 
server side encryption ref:_00D1igLOd._5001iLjPLN:ref
  Ceph dashboard: iSCSI Targets not available 
if one of iSCSI target is down
  Ceph Dashboard - not able to restrict 
bucket creation for new user
  Alertmanager keeps sending erroneous alerts 
of root volume full
  No read/write access to radosgw bucket on 
production
  iSCSI target IQN left partially deployed 
following invalid CHAP settings
  Dashboard components not working
  ENGINE Error in HTTPServer.tick on 
14.2.4
  SES6: stage.4 fails Error EBUSY: iSCSI 
gateway 'iSCSIHostName' is in use
  rgw_keystone_implicit_tenants = swift not 
working ref:_00D1igLOd._5001iLjaDI:ref
  SES6: running "ceph-volume inventory" in 
/dev/mapper produces unexpected output.
  RocksDB data corruption might occur when 
bluefs_buffered_io is set to true.
  SES6: osd will not activated due to: 
RuntimeError: Unable to activate bluestore OSD due to missing devices
  SES6: Ceph Dashboard, 500 - Internal Server 
Error, when changing iscsi gw chap username and password.
  L3-Question: Load balancing the RGW results 
in Dashboard access failing
  L3: Prometheus sents pool filling up 
warning emails ref:_00D1igLOd._5001iIvUic:ref
  root volume full alert without / being 
full
  mount.ceph fails with ERANGE if name= 
option is longer than 37 characters
  Dashboard displays errors in manager 
modules - Error 500 data could not be loaded
  smithfarm
  moderate
  recommended
  Recommended update for ceph
  This update for ceph to version 14.2.9-969-g9917342dc8d, fixes 
the following issues:

- monitoring: add details to Prometheus alerts (jsc#SES-680)
- mgr/dashboard: add debug mode, and accept expected exception when SSL 
handshaking (bsc#1155045)
- monitoring: alert for prediction of disk and pool fill up broken (bsc#1152100)
- mgr/dashboard: iSCSI targets not available if any gateway is down 
(bsc#1155262)
- os/bluestore: more flexible DB volume space usage (bsc#1159689)
- ceph-volume: make get_devices fs location independent (bsc#1156087)
- monitoring: wait before firing osd full alert (bsc#1156409)
- mgr/dashboard: Unable to remove an iSCSI gateway that is already in use 
(bsc#1160626)
- mount.ceph: remove arbitrary limit on size of name= option (bsc#1161718)
- ceph-volume: strip _dmcrypt suffix in simple scan json output (bsc#1162553)
- mgr/dashboard: Not able to restrict bucket creation for new user (bsc#1163119)
- mgr/dashboard: Prevent iSCSI target recreation when editing controls 
(bsc#1164571)
- mgr/dashboard: Repair broken grafana panels (bsc#1165713)
- rgw: get barbican secret key request maybe return error code (bsc#1165835)
- rgw: making implicit_tenants backwards compatible (bsc#1165840)
- mgr/dashboard: Repair broken grafana panels (bsc#1166297)
- mgr/dashboard: KeyError on dashboard reload (bsc#1166393)
- mgr/dashboard: Fix iSCSI's username and password validation (bsc#1166624)
- monitoring: root volume full alert fires false positives (bsc#1166670)
- mgr: synchronize ClusterState's health and mon_status (bsc#1166932)
- mgr/dashboard: Add more debug information to Dashboard RGW backend 
(bsc#1168403)
- rgw: reshard: skip stale bucket id entries from reshard queue (bsc#1169356)
- mon/OSDMonitor: allow trimming maps even if osds are down (bsc#1170938)
- Set OSD's bluefs-buffered-io param to false by default (bsc#1171367)

This update was imported from the SUSE:SLE-15-SP1:Update update 
project.




commit ceph for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Leap:15.1:Update 
checked in at 2020-06-13 20:17:00

Comparing /work/SRC/openSUSE:Leap:15.1:Update/ceph (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.ceph.new.3606 (New)


Package is "ceph"

Sat Jun 13 20:17:00 2020 rev:5 rq:813285 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8E3ub3/_old  2020-06-13 20:17:01.837926807 +0200
+++ /var/tmp/diff_new_pack.8E3ub3/_new  2020-06-13 20:17:01.841926822 +0200
@@ -1 +1 @@
-
+




commit ceph-test.12881 for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package ceph-test.12881 for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 20:16:54

Comparing /work/SRC/openSUSE:Leap:15.1:Update/ceph-test.12881 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.ceph-test.12881.new.3606 (New)


Package is "ceph-test.12881"

Sat Jun 13 20:16:54 2020 rev:1 rq:813285 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++



commit gnu-compilers-hpc for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package gnu-compilers-hpc for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 18:16:57

Comparing /work/SRC/openSUSE:Leap:15.1:Update/gnu-compilers-hpc (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.gnu-compilers-hpc.new.3606 (New)


Package is "gnu-compilers-hpc"

Sat Jun 13 18:16:57 2020 rev:2 rq:809092 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AMG3Od/_old  2020-06-13 18:16:58.498814852 +0200
+++ /var/tmp/diff_new_pack.AMG3Od/_new  2020-06-13 18:16:58.498814852 +0200
@@ -1 +1 @@
-
+




commit livecd-openSUSE for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package livecd-openSUSE for openSUSE:Factory 
checked in at 2020-06-13 18:11:17

Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.3606 (New)


Package is "livecd-openSUSE"

Sat Jun 13 18:11:17 2020 rev:111 rq: version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes  
2020-06-12 10:30:29.626492728 +0200
+++ 
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.3606/livecd-openSUSE.changes
2020-06-13 18:11:18.745917208 +0200
@@ -1,0 +2,5 @@
+Sat Jun 13 16:09:32 UTC 2020 - Dominique Leuenberger 
+
+- Use vim-small on the rescue cd.
+
+---



Other differences:
--
livecd-leap-kde.kiwi: same change
++ livecd-leap-x11.kiwi ++
--- /var/tmp/diff_new_pack.kf4lht/_old  2020-06-13 18:11:19.597919458 +0200
+++ /var/tmp/diff_new_pack.kf4lht/_new  2020-06-13 18:11:19.597919458 +0200
@@ -479,8 +479,11 @@
 
 
 
+
+
 
 
+
 
 
 

livecd-tumbleweed-gnome.kiwi: same change
livecd-tumbleweed-kde.kiwi: same change
++ livecd-tumbleweed-x11.kiwi ++
--- /var/tmp/diff_new_pack.kf4lht/_old  2020-06-13 18:11:19.633919554 +0200
+++ /var/tmp/diff_new_pack.kf4lht/_new  2020-06-13 18:11:19.633919554 +0200
@@ -479,8 +479,11 @@
 
 
 
+
+
 
 
+
 
 
 

++ list-x11.sh ++
--- /var/tmp/diff_new_pack.kf4lht/_old  2020-06-13 18:11:19.753919871 +0200
+++ /var/tmp/diff_new_pack.kf4lht/_new  2020-06-13 18:11:19.753919871 +0200
@@ -47,7 +47,9 @@
 buildignore fprintd
 buildignore accountsservice
 buildignore MozillaFirefox
+buildignore vim
 buildignore vim-data
+install vim-small
 buildignore tcpdump
 
 install gparted




commit 00Meta for openSUSE:Leap:15.1:Images

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-06-13 17:30:49

Comparing /work/SRC/openSUSE:Leap:15.1:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Images/.00Meta.new.3606 (New)


Package is "00Meta"

Sat Jun 13 17:30:49 2020 rev:407 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.7V4qQX/_old  2020-06-13 17:30:51.026746645 +0200
+++ /var/tmp/diff_new_pack.7V4qQX/_new  2020-06-13 17:30:51.026746645 +0200
@@ -1 +1 @@
-8.12.51
\ No newline at end of file
+8.12.52
\ No newline at end of file




commit chrony for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package chrony for openSUSE:Leap:15.1:Update 
checked in at 2020-06-13 16:17:32

Comparing /work/SRC/openSUSE:Leap:15.1:Update/chrony (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.chrony.new.3606 (New)


Package is "chrony"

Sat Jun 13 16:17:32 2020 rev:3 rq:812588 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Zrcwjk/_old  2020-06-13 16:17:33.156322643 +0200
+++ /var/tmp/diff_new_pack.Zrcwjk/_new  2020-06-13 16:17:33.160322656 +0200
@@ -1 +1 @@
-
+




commit chrony.12858 for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package chrony.12858 for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 16:17:30

Comparing /work/SRC/openSUSE:Leap:15.1:Update/chrony.12858 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.chrony.12858.new.3606 (New)


Package is "chrony.12858"

Sat Jun 13 16:17:30 2020 rev:1 rq:812588 version:3.2

Changes:

New Changes file:

--- /dev/null   2020-05-28 02:28:09.919761697 +0200
+++ /work/SRC/openSUSE:Leap:15.1:Update/.chrony.12858.new.3606/chrony.changes   
2020-06-13 16:17:31.832318014 +0200
@@ -0,0 +1,428 @@
+---
+Wed May 27 12:30:04 UTC 2020 - Reinhard Max 
+
+- Use iburst in the default pool statements to speed up initial
+  synchronisation (bsc#1172113).
+
+---
+Fri Mar 27 15:19:29 UTC 2020 - Reinhard Max 
+
+- Read runtime servers from /var/run/netconfig/chrony.servers to
+  fix bsc#1099272 and bsc#1161119.
+- Move chrony-helper to /usr/lib/chrony/helper, because there
+  should be no executables in /usr/share.
+- Add chrony-pool-suse and chrony-pool-openSUSE subpackages that
+  preconfigure chrony to use NTP servers from the  respective
+  pools for SUSE and openSUSE (bsc#1156884, SLE-11424).
+- Add chrony-pool-empty to still allow installing chrony without
+  preconfigured servers.
+
+---
+Wed Jan  8 17:31:23 UTC 2020 - Reinhard Max 
+
+- bsc#1159840: Add chrony-ntp-era-split.patch from upstream to fix
+  "make check" builds made after 2019-12-20. Existing installations
+  do not need to be updated as the bug only affects the test, but
+  not chrony itself.
+
+---
+Wed Mar 20 15:14:12 UTC 2019 - Reinhard Max 
+
+- Fix ordering and dependencies of chronyd.service, so that it is
+  started after name resolution is up (bsc#1129914).
+- Add chrony-service-ordering.patch
+
+---
+Fri Dec 14 09:58:08 UTC 2018 - Martin Pluskal 
+
+- Make sure to generate correct sysconfig file (boo#1117147)
+
+---
+Wed Apr 18 02:55:54 UTC 2018 - mp...@suse.com
+
+- Added /etc/chrony.d/ directory to the package (bsc#1083597)
+  Modifed default chrony.conf to add "include /etc/chrony.d/*"
+
+---
+Mon Mar 26 17:30:07 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---
+Wed Mar 14 15:11:56 CET 2018 - ku...@suse.de
+
+- Fix name of fillup template (was never installed before)
+- Fix Requires for fillup, it's used in post, not pre.
+
+---
+Fri Feb  9 10:21:09 UTC 2018 - mplus...@suse.com
+
+- Enable pps support
+
+---
+Thu Nov 23 13:47:05 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---
+Thu Oct 26 10:39:11 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file:
+  * Drop pre systemd support
+  * Run spec-cleaner
+
+---
+Tue Oct 24 18:23:56 UTC 2017 - mp...@suse.com
+
+- Modified the spec file to comment out the pool statement
+  in chrony.conf if _not_ building for openSUSE. (bsc#1063704).
+
+---
+Thu Sep 28 16:17:08 UTC 2017 - mrueck...@suse.de
+
+- refresh patches to apply cleanly again
+  - chrony-config.patch
+  - chrony-fix-open.patch
+
+---
+Wed Sep 20 23:57:53 UTC 2017 - mp...@suse.com
+
+- Upgraded to version 3.2:
+  Enhancements
+  * Improve stability with NTP sources and reference clocks
+  * Improve stability with hardware timestamping
+  * Improve support for NTP interleaved modes
+  * Control frequency of system clock on macOS 10.13 and later
+  * Set TAI-UTC offset of system clock with leapsectz directive
+  * Minimise data in client requests to improve privacy
+  * Allow transmit-only hardware timestamping
+  * Add support for new timestamping options introduced in Linux 4.13
+  * Add root delay, root dispersion and maximum error to tracking log
+  * Add mindelay and asymmetry options to server/peer/pool directive
+  * Add extpps option to PHC refclock to timestamp external PPS signal
+  * Add pps option to refclock directive to treat any refclock as PPS
+  * Add width option to refclock directive to filter wrong 

commit 00Meta for openSUSE:Leap:15.1:Images

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-06-13 15:15:40

Comparing /work/SRC/openSUSE:Leap:15.1:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Images/.00Meta.new.3606 (New)


Package is "00Meta"

Sat Jun 13 15:15:40 2020 rev:406 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.3cMKu3/_old  2020-06-13 15:15:41.647453740 +0200
+++ /var/tmp/diff_new_pack.3cMKu3/_new  2020-06-13 15:15:41.651453755 +0200
@@ -1 +1 @@
-8.12.50
\ No newline at end of file
+8.12.51
\ No newline at end of file




commit update-test-trivial for openSUSE:Leap:15.2:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package update-test-trivial for 
openSUSE:Leap:15.2:Update checked in at 2020-06-13 14:18:02

Comparing /work/SRC/openSUSE:Leap:15.2:Update/update-test-trivial (Old)
 and  /work/SRC/openSUSE:Leap:15.2:Update/.update-test-trivial.new.3606 
(New)


Package is "update-test-trivial"

Sat Jun 13 14:18:02 2020 rev:3 rq:813162 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vhAyEF/_old  2020-06-13 14:18:03.711379302 +0200
+++ /var/tmp/diff_new_pack.vhAyEF/_new  2020-06-13 14:18:03.711379302 +0200
@@ -1 +1 @@
-
+




commit autoyast2 for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package autoyast2 for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 14:18:09

Comparing /work/SRC/openSUSE:Leap:15.1:Update/autoyast2 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.autoyast2.new.3606 (New)


Package is "autoyast2"

Sat Jun 13 14:18:09 2020 rev:5 rq:813163 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.m2pyJe/_old  2020-06-13 14:18:11.699408094 +0200
+++ /var/tmp/diff_new_pack.m2pyJe/_new  2020-06-13 14:18:11.699408094 +0200
@@ -1 +1 @@
-
+




commit 00Meta for openSUSE:Leap:15.1:Images

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-06-13 14:05:13

Comparing /work/SRC/openSUSE:Leap:15.1:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Images/.00Meta.new.3606 (New)


Package is "00Meta"

Sat Jun 13 14:05:13 2020 rev:405 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.M6MfQR/_old  2020-06-13 14:05:14.076759730 +0200
+++ /var/tmp/diff_new_pack.M6MfQR/_new  2020-06-13 14:05:14.076759730 +0200
@@ -1 +1 @@
-8.12.49
\ No newline at end of file
+8.12.50
\ No newline at end of file




commit 000release-packages for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-06-13 12:18:11

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.3606 (New)


Package is "000release-packages"

Sat Jun 13 12:18:11 2020 rev:589 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.c5ylDL/_old  2020-06-13 12:18:13.801162952 +0200
+++ /var/tmp/diff_new_pack.c5ylDL/_new  2020-06-13 12:18:13.801162952 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20200611)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20200612)
 #
 # Copyright (c) 2020 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20200611
+Version:20200612
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20200611-0
+Provides:   product(openSUSE-Addon-NonOss) = 20200612-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200611
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200612
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20200611
+  20200612
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200611
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200612
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.c5ylDL/_old  2020-06-13 12:18:13.825163027 +0200
+++ /var/tmp/diff_new_pack.c5ylDL/_new  2020-06-13 12:18:13.829163041 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20200611
+Version:20200612
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -171,9 +171,9 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = openSUSE-MicroOS
-Provides:   product(openSUSE-MicroOS) = 20200611-0
+Provides:   product(openSUSE-MicroOS) = 20200612-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200611
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200612
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-MicroOS)
@@ -189,7 +189,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200611-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200612-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -205,7 +205,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(kubic-dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200611-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200612-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description kubic-dvd
@@ -221,7 +221,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200611-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200612-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -237,7 +237,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance-kubic)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200611-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200612-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -295,11 +295,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20200611
+  20200612
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20200611
+  cpe:/o:opensuse:opensuse-microos:20200612
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.c5ylDL/_old  2020-06-13 12:18:13.853163116 +0200
+++ /var/tmp/diff_new_pack.c5ylDL/_new  2020-06-13 12:18:13.857163128 +0200
@@ -20,7 +20,7 @@
 #define 

commit 000product for openSUSE:Factory

2020-06-13 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-06-13 12:18:15

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.3606 (New)


Package is "000product"

Sat Jun 13 12:18:15 2020 rev:2277 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.jOXrhY/_old  2020-06-13 12:18:18.917179044 +0200
+++ /var/tmp/diff_new_pack.jOXrhY/_new  2020-06-13 12:18:18.917179044 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20200611
+  20200612
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200611,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200612,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200611/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200611/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200612/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200612/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.jOXrhY/_old  2020-06-13 12:18:18.933179094 +0200
+++ /var/tmp/diff_new_pack.jOXrhY/_new  2020-06-13 12:18:18.933179094 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200611
+  20200612
   11
-  cpe:/o:opensuse:opensuse-microos:20200611,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20200612,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200611/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200612/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.jOXrhY/_old  2020-06-13 12:18:18.961179182 +0200
+++ /var/tmp/diff_new_pack.jOXrhY/_new  2020-06-13 12:18:18.961179182 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200611
+  20200612
   11
-  cpe:/o:opensuse:opensuse:20200611,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200612,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200611/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200612/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.jOXrhY/_old  2020-06-13 12:18:18.977179233 +0200
+++ /var/tmp/diff_new_pack.jOXrhY/_new  2020-06-13 12:18:18.977179233 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200611
+  20200612
   11
-  cpe:/o:opensuse:opensuse:20200611,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200612,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200611/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200612/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.jOXrhY/_old  2020-06-13 12:18:18.989179270 +0200
+++ /var/tmp/diff_new_pack.jOXrhY/_new  2020-06-13 12:18:18.993179283 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200611
+  20200612
   11
-  cpe:/o:opensuse:opensuse:20200611,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200612,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  

commit varnish.12875 for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package varnish.12875 for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 12:17:02

Comparing /work/SRC/openSUSE:Leap:15.1:Update/varnish.12875 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.varnish.12875.new.3606 (New)


Package is "varnish.12875"

Sat Jun 13 12:17:02 2020 rev:1 rq:813132 version:6.2.1

Changes:

New Changes file:

--- /dev/null   2020-05-28 02:28:09.919761697 +0200
+++ /work/SRC/openSUSE:Leap:15.1:Update/.varnish.12875.new.3606/varnish.changes 
2020-06-13 12:17:02.896939939 +0200
@@ -0,0 +1,424 @@
+---
+Tue Jun  9 19:37:49 UTC 2020 - Jan Engelhardt 
+
+- Add 0001-Clear-err_code-and-err_reason-at-start-of-request-ha.patch
+  [CVE-2019-20637, boo#1169040]
+- Add 0001-Handle-badly-formatted-proxy-TLVs.patch
+  [CVE-2020-11653, boo#1169039]
+
+---
+Wed Sep  4 10:27:37 UTC 2019 - Jan Engelhardt 
+
+- Update to release 6.2.1
+  * Bugfix for CVE-2019-15892 [boo#1149382]
+
+---
+Mon Aug 26 10:52:05 UTC 2019 - Jan Engelhardt 
+
+- Add uninit.patch.
+
+---
+Wed Mar 27 10:01:08 UTC 2019 - Samu Voutilainen 
+
+- Updated to 6.2.0
+  * Added a thread pool watchdog which will restart the worker
+process if scheduling tasks onto worker threads appears
+stuck. The new parameter "thread_pool_watchdog" configures
+it.
+- Disabled error for clobbering, which caused bogus
+  error in varnishtest
+
+---
+Wed May  2 06:47:32 UTC 2018 - jeng...@inai.de
+
+- Put %fillup back into %post
+
+---
+Mon Mar 19 22:22:35 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 6.0.0
+  * Added support for Unix Domain Sockets, both for clients and
+for backend servers. This brings a new level of the VCL
+language, version 4.1.
+  * Always use HTTP/1.1 on backend connections for pass fetch.
+
+---
+Thu Nov 23 13:50:41 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468)
+
+---
+Fri Jun 23 19:42:07 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 5.1.2:
+  * Fix an endless loop in Backend Polling (#2295)
+  * Fix a Chunked bug in tight workspaces (#2207, #2275)
+  * Fix a bug relating to req.body when on waitinglist (#2266)
+  * Handle EPIPE on broken TCP connections (#2267)
+  * Work around the x86 arch's turbo-double FP format in parameter
+setup code. (#1875)
+  * Fix race related to backend probe with proxy header (#2278)
+  * Keep VCL temperature consistent between mgt/worker also when
+worker protests.
+  * A lot of HTTP/2 fixes.
+- Changes introduced by version 5.1.1:
+  * Fix bug introduced by stubborn old bugger right before release
+5.1.0 was cut.
+- Changes introduced by version 5.1.0:
+  * Added varnishd command-line options -I, -x and -?, and
+tightened restrictions on permitted combinations of options.
+  * More progress on support for HTTP/2.
+  * Add ``return(fail)`` to almost all VCL subroutines.
+  * Restored the old hit-for-pass, invoked with
+``return(pass(DURATION))`` from
+``vcl_backend_response``. hit-for-miss remains the default.
+Added the cache_hitmiss stat, and cache_hitpass only counts the
+new/old hit-for-pass cases. Restored HitPass to the Varnish
+log, and added HitMiss. Added the HFP prefix to TTL log entries
+to log a hit-for-pass duration.
+  * Rolled back the fix for #1206. Client delivery decides solely
+whether to send a 304 client response, based on client request
+and response headers.
+  * Added vtest.sh.
+  * Added vxid as a lefthand side for VSL queries.
+  * Added the setenv and write_body commands for Varnish test cases
+(VTCs). err_shell is deprecated. Also added the operators
+-cliexpect, -match and -hdrlen, and -reason replaces -msg.
+Added the ${bad_backend} macro.
+  * varnishtest can be stopped with the TERM, INT and KILL signals,
+but not with HUP.
+  * The fallback director has now an extra, optional parameter to
+keep using the current backend until it falls sick.
+  * VMOD shared libraries are now copied to the workdir, to avoid
+problems when VMODs are updated via packaging systems.
+  * Bump the VRT version to 6.0.
+  * Export more symbols from libvarnishapi.so.
+  * The size of the VSL log is limited to 4G-1b, placing upper
+bounds on the -l option and the vsl_space and 

commit python-limnoria for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package python-limnoria for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 12:17:09

Comparing /work/SRC/openSUSE:Leap:15.1:Update/python-limnoria (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.python-limnoria.new.3606 (New)


Package is "python-limnoria"

Sat Jun 13 12:17:09 2020 rev:1 rq:813133 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++




commit patchinfo.12874 for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package patchinfo.12874 for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 12:16:58

Comparing /work/SRC/openSUSE:Leap:15.1:Update/patchinfo.12874 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.patchinfo.12874.new.3606 (New)


Package is "patchinfo.12874"

Sat Jun 13 12:16:58 2020 rev:1 rq:813131 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  
  VUL-0: CVE-2019-20797: prboom-plus: buffer 
overflow in client and server code responsible for handling received UDP 
packets
  jengelh
  moderate
  security
  Security update for prboom-plus
  This update for prboom-plus fixes the following issues:

- CVE-2019-20797: Fixed a buffer overflow in client and server code responsible 
for handling received UDP packets (boo#1171974)





commit varnish for openSUSE:Leap:15.1:Update

2020-06-13 Thread root
Hello community,

here is the log from the commit of package varnish for 
openSUSE:Leap:15.1:Update checked in at 2020-06-13 12:17:03

Comparing /work/SRC/openSUSE:Leap:15.1:Update/varnish (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.varnish.new.3606 (New)


Package is "varnish"

Sat Jun 13 12:17:03 2020 rev:2 rq:813132 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AWgX4J/_old  2020-06-13 12:17:04.936946355 +0200
+++ /var/tmp/diff_new_pack.AWgX4J/_new  2020-06-13 12:17:04.936946355 +0200
@@ -1 +1 @@
-
+