import qt5-qtwebsockets-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-04-15 12:18:20 +00:00 committed by Stepan Oksanichenko
parent bd14900a55
commit e8ee4f6435
4 changed files with 23 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qtwebsockets-everywhere-src-5.15.2.tar.xz
SOURCES/qtwebsockets-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -1 +1 @@
cf1a77a16ba0babad9a48a72f78f6f019a4767c8 SOURCES/qtwebsockets-everywhere-src-5.15.2.tar.xz
56ea15aab5732a9629452016dc735d7f34c8a584 SOURCES/qtwebsockets-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -0,0 +1,12 @@
diff --git a/src/websockets/qwebsocketprotocol.cpp b/src/websockets/qwebsocketprotocol.cpp
index df87a93..9556d18 100644
--- a/src/websockets/qwebsocketprotocol.cpp
+++ b/src/websockets/qwebsocketprotocol.cpp
@@ -38,6 +38,7 @@
****************************************************************************/
#include "qwebsocketprotocol_p.h"
+#include <limits>
#include <QtCore/QString>
#include <QtCore/QSet>
#include <QtCore/QtEndian>

View File

@ -4,14 +4,16 @@
Summary: Qt5 - WebSockets component
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 2%{?dist}
Version: 5.15.3
Release: 1%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://qt-project.org/
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
Patch0: %{name}-gcc11.patch
# Security fixes
@ -121,6 +123,10 @@ popd
%endif
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061410
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930060