Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-serialport for openSUSE:Factory 
checked in at 2026-03-28 20:12:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-serialport (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-serialport.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-serialport"

Sat Mar 28 20:12:47 2026 rev:35 rq:1342813 version:6.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-serialport/qt6-serialport.changes    
2026-02-03 21:28:10.176246067 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-serialport.new.8177/qt6-serialport.changes  
2026-03-28 20:13:20.425396534 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 10:37:54 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.11.0
+  https://www.qt.io/blog/qt-6.11-released
+
+-------------------------------------------------------------------

Old:
----
  qtserialport-everywhere-src-6.10.2.tar.xz

New:
----
  qtserialport-everywhere-src-6.11.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt6-serialport.spec ++++++
--- /var/tmp/diff_new_pack.gWVQDD/_old  2026-03-28 20:13:21.141426085 +0100
+++ /var/tmp/diff_new_pack.gWVQDD/_new  2026-03-28 20:13:21.145426250 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-serialport
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.10.2
-%define short_version 6.10
+%define real_version 6.11.0
+%define short_version 6.11
 %define tar_name qtserialport-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-serialport%{?pkg_suffix}
-Version:        6.10.2
+Version:        6.11.0
 Release:        0
 Summary:        Qt 6 SerialPort library
 License:        GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only

++++++ qtserialport-everywhere-src-6.10.2.tar.xz -> 
qtserialport-everywhere-src-6.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-6.10.2/.cmake.conf 
new/qtserialport-everywhere-src-6.11.0/.cmake.conf
--- old/qtserialport-everywhere-src-6.10.2/.cmake.conf  2026-01-20 
05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/.cmake.conf  2026-03-09 
10:39:25.000000000 +0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.10.2")
+set(QT_REPO_MODULE_VERSION "6.11.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_QASCONST=1")
 list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-6.10.2/.tag 
new/qtserialport-everywhere-src-6.11.0/.tag
--- old/qtserialport-everywhere-src-6.10.2/.tag 2026-01-20 05:15:24.000000000 
+0100
+++ new/qtserialport-everywhere-src-6.11.0/.tag 2026-03-09 10:39:25.000000000 
+0100
@@ -1 +1 @@
-c61f3e13e47856b0048edee5d9e9ad22ee334963
+14ab9f3aa49077b5ddd2f38b45c05753b89ad851
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-6.10.2/CMakeLists.txt 
new/qtserialport-everywhere-src-6.11.0/CMakeLists.txt
--- old/qtserialport-everywhere-src-6.10.2/CMakeLists.txt       2026-01-20 
05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/CMakeLists.txt       2026-03-09 
10:39:25.000000000 +0100
@@ -13,10 +13,15 @@
 
 set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE)
 
-find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core)
-find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals)
+
+# This should be called as early as possible, just after 
find_package(BuildInternals) where it is
+# defined.
 qt_internal_project_setup()
 
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets)
+
 if(INTEGRITY)
     message(NOTICE "Skipping the build as the condition \"NOT INTEGRITY\" is 
not met.")
     return()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-6.10.2/REUSE.toml 
new/qtserialport-everywhere-src-6.11.0/REUSE.toml
--- old/qtserialport-everywhere-src-6.10.2/REUSE.toml   2026-01-20 
05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/REUSE.toml   2026-03-09 
10:39:25.000000000 +0100
@@ -3,7 +3,7 @@
 [[annotations]]
 path = ["tests/**.txt"]
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
 
 [[annotations]]
@@ -11,41 +11,41 @@
         "**.json", "**.cfg", "**.cmake", ".tag"]
 precedence = "closest"
 comment = "build system"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "BSD-3-Clause"
 
 [[annotations]]
 path = ["**/.gitattributes", "**.gitignore", "**/.gitreview"]
 precedence = "closest"
 comment = "infrastructure"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["examples/**", "tests/manual/examples/**"]
 comment = "this must be after the build system table because example and 
snippets take precedence over build system"
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["**/doc/images/**", "**/README*", "**.qdocconf", 
"src/serialport/doc/style/style.css"]
 comment = "documentation"
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
 
 [[annotations]]
 path = ["**.toml", "licenseRule.json"]
 precedence = "override"
 comment = "infrastructure"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["**/qt_attribution.json"]
 precedence = "override"
 comment = "not necessary but ready if such a file is added. documentation"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-6.10.2/dependencies.yaml 
new/qtserialport-everywhere-src-6.11.0/dependencies.yaml
--- old/qtserialport-everywhere-src-6.10.2/dependencies.yaml    2026-01-20 
05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/dependencies.yaml    2026-03-09 
10:39:25.000000000 +0100
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-    ref: 000d6c62f7880bb8d3054724e8da0b8ae244130e
+    ref: 8ba7ea4b77a4b8f1948760221e264917ddc9e1c8
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-6.10.2/dist/REUSE.toml 
new/qtserialport-everywhere-src-6.11.0/dist/REUSE.toml
--- old/qtserialport-everywhere-src-6.10.2/dist/REUSE.toml      2026-01-20 
05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/dist/REUSE.toml      2026-03-09 
10:39:25.000000000 +0100
@@ -4,5 +4,5 @@
 path = ["*"]
 precedence = "override"
 comment = "Licensed as documentation."
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/examples/serialport/terminal/mainwindow.ui
 
new/qtserialport-everywhere-src-6.11.0/examples/serialport/terminal/mainwindow.ui
--- 
old/qtserialport-everywhere-src-6.10.2/examples/serialport/terminal/mainwindow.ui
   2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/examples/serialport/terminal/mainwindow.ui
   2026-03-09 10:39:25.000000000 +0100
@@ -22,7 +22,7 @@
      <x>0</x>
      <y>0</y>
      <width>400</width>
-     <height>19</height>
+     <height>26</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuCalls">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/examples/serialport/terminal/settingsdialog.ui
 
new/qtserialport-everywhere-src-6.11.0/examples/serialport/terminal/settingsdialog.ui
--- 
old/qtserialport-everywhere-src-6.10.2/examples/serialport/terminal/settingsdialog.ui
       2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/examples/serialport/terminal/settingsdialog.ui
       2026-03-09 10:39:25.000000000 +0100
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>281</width>
-    <height>262</height>
+    <width>378</width>
+    <height>372</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -132,7 +132,7 @@
      <item>
       <spacer name="horizontalSpacer">
        <property name="orientation">
-        <enum>Qt::Horizontal</enum>
+        <enum>Qt::Orientation::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/doc/src/index.qdoc 
new/qtserialport-everywhere-src-6.11.0/src/serialport/doc/src/index.qdoc
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/doc/src/index.qdoc    
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/doc/src/index.qdoc    
2026-03-09 10:39:25.000000000 +0100
@@ -35,6 +35,14 @@
     \l{Changes to Qt SerialPort} lists important changes in the module API
        and functionality that were done for the Qt 6 series of Qt.
 
+    \section1 Licenses
+
+    Qt SerialPort is available under commercial licenses from \l{The Qt 
Company}.
+    In addition, it is available under the
+    \l{GNU Lesser General Public License, version 3}, or
+    the \l{GNU General Public License, version 2}.
+    See \l{Qt Licensing} for further details.
+
     \section1 Related Information
     \list
     \li \l{Qt Serial Port C++ Classes}{C++ Classes}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport.cpp
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport.cpp       
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport.cpp       
2026-03-09 10:39:25.000000000 +0100
@@ -3,6 +3,7 @@
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // Copyright (C) 2012 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qserialport.h"
 #include "qserialportinfo.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport.h 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport.h
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport.h 
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport.h 
2026-03-09 10:39:25.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2012 Denis Shienkov <[email protected]>
 // Copyright (C) 2013 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QSERIALPORT_H
 #define QSERIALPORT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport_p.h 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport_p.h
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport_p.h       
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport_p.h       
2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2011 Sergey Belyashov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QSERIALPORT_P_H
 #define QSERIALPORT_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport_unix.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport_unix.cpp
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport_unix.cpp  
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport_unix.cpp  
2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // Copyright (C) 2012 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qserialport_p.h"
 #include "qserialportinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport_win.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport_win.cpp
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialport_win.cpp   
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialport_win.cpp   
2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // Copyright (C) 2012 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qserialport_p.h"
 #include "qwinoverlappedionotifier_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportglobal.h 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportglobal.h
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportglobal.h   
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportglobal.h   
2026-03-09 10:39:25.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2012 Denis Shienkov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QSERIALPORTGLOBAL_H
 #define QSERIALPORTGLOBAL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo.cpp
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo.cpp   
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo.cpp   
2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2011 Sergey Belyashov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qserialportinfo.h"
 #include "qserialportinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo.h 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo.h
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo.h     
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo.h     
2026-03-09 10:39:25.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2012 Denis Shienkov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QSERIALPORTINFO_H
 #define QSERIALPORTINFO_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_freebsd.cpp
 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_freebsd.cpp
--- 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_freebsd.cpp
   2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_freebsd.cpp
   2026-03-09 10:39:25.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2016 Denis Shienkov <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:critical reason:data-parser
 
 #include "qserialportinfo.h"
 #include "qserialportinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_osx.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_osx.cpp
--- 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_osx.cpp   
    2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_osx.cpp   
    2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2011 Sergey Belyashov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:critical reason:data-parser
 
 #include "qserialportinfo.h"
 #include "qserialportinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_p.h 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_p.h
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_p.h   
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_p.h   
2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2017 Sergey Belyashov <[email protected]>
 // Copyright (C) 2013 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QSERIALPORTINFO_P_H
 #define QSERIALPORTINFO_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_unix.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_unix.cpp
--- 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_unix.cpp  
    2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_unix.cpp  
    2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2011 Sergey Belyashov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:critical reason:data-parser
 
 #include "qserialportinfo.h"
 #include "qserialportinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_win.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_win.cpp
--- 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qserialportinfo_win.cpp   
    2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qserialportinfo_win.cpp   
    2026-03-09 10:39:25.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (C) 2011 Sergey Belyashov <[email protected]>
 // Copyright (C) 2012 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:critical reason:data-parser
 
 #include "qserialportinfo.h"
 #include "qserialportinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qtudev_p.h 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qtudev_p.h
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/qtudev_p.h    
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/qtudev_p.h    
2026-03-09 10:39:25.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2013 Laszlo Papp <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:critical reason:execute-external-code
 
 #ifndef QTUDEV_P_H
 #define QTUDEV_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qwinoverlappedionotifier.cpp
 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qwinoverlappedionotifier.cpp
--- 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qwinoverlappedionotifier.cpp
  2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qwinoverlappedionotifier.cpp
  2026-03-09 10:39:25.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2016 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qwinoverlappedionotifier_p.h"
 #include <qdebug.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qwinoverlappedionotifier_p.h
 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qwinoverlappedionotifier_p.h
--- 
old/qtserialport-everywhere-src-6.10.2/src/serialport/qwinoverlappedionotifier_p.h
  2026-01-20 05:15:24.000000000 +0100
+++ 
new/qtserialport-everywhere-src-6.11.0/src/serialport/qwinoverlappedionotifier_p.h
  2026-03-09 10:39:25.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2016 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QWINOVERLAPPEDIONOTIFIER_P_H
 #define QWINOVERLAPPEDIONOTIFIER_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-6.10.2/src/serialport/removed_api.cpp 
new/qtserialport-everywhere-src-6.11.0/src/serialport/removed_api.cpp
--- old/qtserialport-everywhere-src-6.10.2/src/serialport/removed_api.cpp       
2026-01-20 05:15:24.000000000 +0100
+++ new/qtserialport-everywhere-src-6.11.0/src/serialport/removed_api.cpp       
2026-03-09 10:39:25.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #define QT_SERIALPORT_BUILD_REMOVED_API
 

Reply via email to