pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update qt6 to version 6.1.3



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%netbsd.org@localhost>
Pushed By:	nros
Date:		Thu Sep 16 15:30:28 2021 +0000
Changeset:	666e303e737a6f47d5c868b40bfd08e3cbe18343

Modified Files:
	qt6-odbc/distinfo
	qt6-psql/distinfo
	qt6-qt3d/PLIST
	qt6-qt3d/distinfo
	qt6-qt5compat/distinfo
	qt6-qtbase/distinfo
	qt6-qtcharts/distinfo
	qt6-qtdatavis3d/distinfo
	qt6-qtdeclarative/distinfo
	qt6-qtimageformats/distinfo
	qt6-qtlottie/distinfo
	qt6-qtnetworkauth/distinfo
	qt6-qtquick3d/distinfo
	qt6-qtquickcontrols2/PLIST
	qt6-qtquickcontrols2/distinfo
	qt6-qtquicktimeline/distinfo
	qt6-qtshadertools/distinfo
	qt6-qtsvg/distinfo
	qt6-qttools/distinfo
	qt6-qtwayland/distinfo
	qt6/Makefile.common

Log Message:
Update qt6 to version 6.1.3

Update qt6 to version 6.1.3.

Changes from release notes:

Important Changes
-----------------

### qtbase
* 85cd9b144b QVarLengthArray: fix aliasing error in insert(it, n, v)
Fixed an aliasing bug affecting insertions of objects aliasing existing
elements.

* f63f4b3e62 Revert "Windows: Add synthesized fonts also when there is a
style name"
Fixed a regression where different font styles and/or weights would not
be available.

* 8db031cb0f Change QCollator's default locale to QLocale().collation()
The default locale used by QCollator is now the collation locale of the
default QLocale. This restores the ability (lost at 5.14) to control the
locale used by QString::localeAwareCompare(), while retaining the use of
a collation locale when the default is the system locale.

* c4012ff5f0 Make QFutureWatcher::isFinished() consistent with the
watched QFuture
The QFutureWatcher::isFinished() method now indicates if the related
QFuture is finished, instead of indicating if the finished() signal was
delivered. This makes it consistent with the future that is being
watched.

* 3fa9c19481 QCryptographicHash: don't present the same data over and
over again
Fixed a bug where presenting more than 4GiB in a single addData() call
would calculate the wrong result().

* 36760514a9 QXpmHandler: fix re-entrancy bug in xpm_color_name
Fixed a race condition when concurrently writing .xpm files.

* e0c6f50849 QXpmHandler: actually limit characters-per-pixel to four
Instead of writing a corrupt file, rejects to write XPM files with more
than 64^4 colors (more than four characters per pixel) now.

* 77672e6c16 Fix memory leak if eXIf has incorrect crc
Fix for possible memory leak in libpng was backported.

### qtsvg
* 77483e3 Limit font size to avoid numerous overflows
Avoid numerous overflows by limiting font size to 0xffff. This fixes
oss-fuzz issue 31701.

### qtdoc
* 41c06b3f Move Qt Shader Tools, Qt Quick 3D, Qt Quick Timeline to GPL
section
Mark Qt Shader Tools, Qt Quick 3D, and Qt Quick Timeline in the module
overview as available under Commercial/GPLv3 only.

### qtvirtualkeyboard
* 6c42bcb Fix processing of hard Qt::Key_Backspace and Qt::Key_Delete
Fix processing of hard backspace and delete keys.

Fixes
-----

### qtbase
* QTBUG-94501 GStreamer::Gl dependency is not recorded correctly in a
static build
* QTBUG-94069 MacOS ComboBox Focus Ring is Too Tall
* QTBUG-82835 Stale socket notifications can be emitted to new sockets
* QTBUG-94175 QGraphicsProxyWidget: rendered Arabic text incomplete in
large font sizes when OpenGL is used
* QTBUG-65637 Window minimizing broken after building QT app with Mac OS
High Sierra SDK
* QTBUG-94246 Memory leak in qsql_oci plugin
* QTBUG-91919 Qt will crash if changing screen resolution on Mac
* QTBUG-94706 missing documentaiton details about QFile::copy()
* QTBUG-94538 Change cursor theme is not applied immediately . The Qt5
app needs to be restarted.
* QTBUG-85529 Polytonic Greek characters cannot be composed both ways
* QTBUG-83869 Correction to the documentation:
https://doc.qt.io/qt-5/qtransform.html#basic-matrix-operations
* QTBUG-85714 QOpenGLWidget with NativeWindow QDockWidget does not
render when undocked
* QTBUG-94839 QSystemTrayIcon::isSystemTrayAvailable() opens a new file
descriptor on each call which isn't closed
* QTBUG-91398 When QFont::NoFontMerging is set then if bold or italics
is requested that is not provided by the font then it will end up not
synthesizing this
* QTBUG-92477 Memory leak in QFontDatabase
* QTBUG-93890 Crash in webOS emulator with recent meta-qt6
* QTBUG-78043 non-native QFileDialog displaying incorrect mapped network
drive names
* QTBUG-94973 Build fails when configuring twice with CMake and with
both INSTALL_MKSPECSDIR and QT_QMAKE_TARGET_MKSPEC set
* QTBUG-91125 QTextFormat::FullWidthSelection does not work with right-
to-left text layout
* QTBUG-90683 Some keyboard shortcuts will crash Qt when matching is
attempted on macOS 10.15 or higher
* QTBUG-65637 Window minimizing broken after building QT app with Mac OS
High Sierra SDK
* QTBUG-92561 Strange selection behavior of with ExtendedSelection +
SelectRows
* QTBUG-83619 Stylesheet: QAbstractItemView::indicator changes selected
item text color
* QTBUG-94981 QTreeView: expandToDepth() and expandAll() ends
prematurely for asynchronous models
* QTBUG-95013 pt_BR translations not loaded
* QTBUG-95198 Building QtMultimedia qmake projects is broken on Windows
* QTBUG-94788 QListView will be reset when setSelectionMode  is
MultiSelection
* QTBUG-94226 QListView - broken drag-n-drop items movement
* QTBUG-94802 [Reg-5.15.4->5.15.5]Menu separator is not visible
* QTBUG-38776 QDockWidget titlebar icons are not drawn with high DPI
* QTBUG-94069 MacOS ComboBox Focus Ring is Too Tall
* QTBUG-94824 In qlinedit, icon and text overlap
* QTBUG-86846 the password box not refreshed under Chinese input method
* QTBUG-94942 QML type registration emits "qt6quick_metatypes.json:
illegal value"
* QTBUG-94737 Crash in QThreadOnce test
* QTBUG-95009 QNetworkDiskCache::cacheSize() returns a size twice as
large as the real one.
* QTBUG-95277 HTTP2: QNetworkReply::encrypted not emitted
* QTBUG-94733 When the display is set to 150% and a QMdiSubWindow is
maximized then the icons can be incorrectly displayed
* QTBUG-95293 QCocoaAccessibilityElement incorrect selector for
"enabled": should be isAccessibilityEnabled not
accessibilityEnabledAttribute
* QTBUG-95255 After setDefaultAction for a QToolButton and call
setChecked, then checked status wrong
* QTBUG-91048 QFutureWatcher::isFinished() stays false after
waitForFinished()
* QTBUG-95283 No TLS backend available in statically built project
* QTBUG-91459 When using Speech Recognition on a multiple monitor setup
telling it to click a button does not always work on the secondary
monitor
* QTBUG-77656 Crash when waking up with multiple displays in clamshell
mode
* QTBUG-95383 QFileSystemModel sort extremely inefficient with wildcards
* QTBUG-95429 Expired certificates in tst_QSslCertificate
* QTBUG-95619 [Mac] Memory leak in
QNSWindow::applicationActivationChanged
* QTBUG-95273 QFuture::then() documentation about threading is unclear
* QTBUG-20894 QCompleter unexpectedly changes QLineEdit text
* QTBUG-56595 QXcbConnection::getTimestamp() returns old timestamp
* QTBUG-95631 Stylesheet issue when try to change background color with
a editable combobox on hover
* QTBUG-94215 [Reg 5.15.2->5.15.3/6] QString::lastIndexOf is broken
* QTBUG-93360 Compile Qt with gcc 11
* QTBUG-94973 Build fails when configuring twice with CMake and with
both INSTALL_MKSPECSDIR and QT_QMAKE_TARGET_MKSPEC set
* QTBUG-87429 tst_QRhi::renderToTextureArrayOfTexturedQuad fails on
Android Emulator in CI
* QTBUG-94463 QThreadPool creates one thread more than maxThreadCount
* QTBUG-95050 [REG: 5.2->5.14] Locale used by
QString::localeAwareCompare() no longer changeable
* QTBUG-95199 Incorrect propagation of iOS bitcode and -fapplication-
extension flags to user projects
* QTBUG-91713 QtBase benchmarks fail for qtimezone, qdiriterator, and
qfile
* QTBUG-95303 Internal module pri files are missing public include
header locations
* QTBUG-80957 QFutureInterface: reportResults with an empty vector
breaks results
* QTBUG-95429 Expired certificates in tst_QSslCertificate
* QTBUG-70137 Dockwidgets - Placing QDockWidget is almost impossible
* QTBUG-71590 Qt is using "Non-SDK" interfaces, will be blocked by
Android
* QTBUG-95552 Reproducible crash from wheelEvent in QGraphicsScene
containing a QWidget with a Q*BoxLayout

### qtsvg
* QTBUG-94878 QSvgRenderer crash
* QTBUG-92184 QtSVG cannot understand minified SVGs if they contain arcs

### qtdeclarative
* QTBUG-92840 FolderListModel docs have gone missing
* QTBUG-92563 Extra, incorrect HoverMove sent after MouseButtonRelease
* QTBUG-95073 TextEdit inconsistency with some key events (modifiers)
* QTBUG-75553 QML Canvas, reset line dash failed
* QTBUG-89375 No C++ documentation for containmentMask
* QTBUG-94622 svg Image is  Pixelated when windows is scaled
* QTBUG-95132 Memory Leak when using QQuickPaintedItem with RHI
* QTBUG-95417 Regression 5.15.4: gc() within generator functions crash
* QTBUG-95591 QtQuick documentation references private class
"QQuickColorGroup"
* QTBUG-95811 KeyNavigation: all properties should be marked as attached
* QTBUG-94798 crash in QQuickDesignerSupport with gcc at ubuntu
* QTBUG-94971 QHoverEvent::scenePosition() is actually local position
* QTBUG-94622 svg Image is  Pixelated when windows is scaled
* QTBUG-94928 loop QQuickDesignerSupport with simple example
* QTBUG-75862 FocusReason is broken in Controls 2
* QTBUG-89380 Cannot use QtObject as containmentMask
* QTBUG-94844 Rendering errors with ShaderEffect after hiding and
reshowing a window

### qtactiveqt
* QTBUG-95407 activeqt/qutlook fails to configure

### qttools
* QTBUG-91082 [REG: 5.12->5.13] Assistant does not support custom
filters anymore
* QTBUG-95561 Typo in the "Introduction To QDoc" manual page.
* QTBUG-87677 windeployqt locates a release version of icudtXX.dll for a
debug binary
* QTBUG-94056 Qt6.1.1 Assistant Manual has incorrect version: 6.1.0

### qttranslations
* QTBUG-94718 TS files generated by ts-${catalog}-${lang} should contain
source text location information
* QTBUG-95014 pt_BR translations load incorrect catalogs

### qtdoc
* QTBUG-92848 Update Documentation of Qt6: Deploying QML Applications -
Ahead-of-Time Compilation

### qtwayland
* QTBUG-94602 Releasing wayland buffer from Qt compositor side

### qt3d
* QTBUG-93035 Adding a disable entity to the scene and enabling it later
isn't properly picked up
* QTBUG-95130 Qt3D ShaderProgram sources cannot compile on iOS (RHI)

### qtquickcontrols2
* QTBUG-92824 QtQuick.Controls Button.qml wrong parent used for
transitionDuration (line 77)
* QTBUG-93041 If Button is used as delegate of ListView then application
fails
* QTBUG-83630 Qt Quick Control 2 Tooltip can be way too big when you
have newlines

### qtdatavis3d
* QTBUG-94441 Axis title labels do not respect the Abstract3DAxis's
titleFixed property
* QTBUG-80194 Q3DScatter Memory Leak
* QTBUG-78767 baseGradient for Surface3DSeries is applied incorrectly
when the trailing line(s) of the QSurfaceDataArray contain NaN only
* QTBUG-94364 Rotate and zoom do not work on Android
* QTBUG-95112 Surfacedata containing only nans at row 0 fails to render
surface and crashes the next time surface is rendered
* QTBUG-94331 Some examples do not work correctly on macOS

### qtvirtualkeyboard
* QTBUG-94017 Cursor position moves when un-converted Japanese is
deleted
* QTBUG-68412 tst_plugin::test_pinyinInputMethod crashes on arm
* QTBUG-94715 Qt Virtualkeyboards support for Chinese language doesn't
work properly
* QTBUG-95664 VirtualKeyboardSettings: Readonly property is not marked
as such
* QTBUG-95893 Missing documentation for dictionary API
* QTBUG-94017 Cursor position moves when un-converted Japanese is
deleted

### qtquicktimeline
* QDS-3216 Flickering when using default value as implcit first keyframe

### qtquick3d
* QTBUG-95212 Error when empty scene is loaded

### qtcoap
* QTBUG-94763 [CoAP] When resource is observed the QT CoAP client sends
an acknowledgement packet which is not empty.

### qtopcua
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=666e303e737a6f47d5c868b40bfd08e3cbe18343

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt6-odbc/distinfo             | 8 ++++----
 qt6-psql/distinfo             | 8 ++++----
 qt6-qt3d/PLIST                | 7 +++++++
 qt6-qt3d/distinfo             | 8 ++++----
 qt6-qt5compat/distinfo        | 8 ++++----
 qt6-qtbase/distinfo           | 8 ++++----
 qt6-qtcharts/distinfo         | 8 ++++----
 qt6-qtdatavis3d/distinfo      | 8 ++++----
 qt6-qtdeclarative/distinfo    | 8 ++++----
 qt6-qtimageformats/distinfo   | 8 ++++----
 qt6-qtlottie/distinfo         | 8 ++++----
 qt6-qtnetworkauth/distinfo    | 8 ++++----
 qt6-qtquick3d/distinfo        | 8 ++++----
 qt6-qtquickcontrols2/PLIST    | 2 --
 qt6-qtquickcontrols2/distinfo | 8 ++++----
 qt6-qtquicktimeline/distinfo  | 8 ++++----
 qt6-qtshadertools/distinfo    | 8 ++++----
 qt6-qtsvg/distinfo            | 8 ++++----
 qt6-qttools/distinfo          | 8 ++++----
 qt6-qtwayland/distinfo        | 8 ++++----
 qt6/Makefile.common           | 2 +-
 21 files changed, 80 insertions(+), 75 deletions(-)

diffs:
diff --git a/qt6-odbc/distinfo b/qt6-odbc/distinfo
index 820c8ab34a..7982c3b81d 100644
--- a/qt6-odbc/distinfo
+++ b/qt6-odbc/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtbase-everywhere-src-6.1.2.tar.xz) = 3942e7d243cfe53cd3fb00483cb8f3fc3b24f7e8
-RMD160 (qtbase-everywhere-src-6.1.2.tar.xz) = 43e8dad13a810dac4b19c43fdf4c209391989eca
-SHA512 (qtbase-everywhere-src-6.1.2.tar.xz) = 0f9bf5680268c6dc95c10c28297908c9113a7e3e498ba80ed3ba73cc98b809b38fa610ee3b15f367b6ace2f593842db8d27dc7ec2142737574cfa32cdf57ea91
-Size (qtbase-everywhere-src-6.1.2.tar.xz) = 46521636 bytes
+SHA1 (qtbase-everywhere-src-6.1.3.tar.xz) = 61d6aa2fcfa332aa13717682d0b940bee53125b2
+RMD160 (qtbase-everywhere-src-6.1.3.tar.xz) = 2fff92042e57d099386bcef9f5428ed9a07c9374
+SHA512 (qtbase-everywhere-src-6.1.3.tar.xz) = 637f7110a13a7f6bff4124904681f6987ae5d8876f0c2f122ba5e13383698dfd91f9df2b20110054267a8c6e1f69ae2c7d7fc2a08281a041afaa0a7713ce701b
+Size (qtbase-everywhere-src-6.1.3.tar.xz) = 46558228 bytes
diff --git a/qt6-psql/distinfo b/qt6-psql/distinfo
index 820c8ab34a..7982c3b81d 100644
--- a/qt6-psql/distinfo
+++ b/qt6-psql/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtbase-everywhere-src-6.1.2.tar.xz) = 3942e7d243cfe53cd3fb00483cb8f3fc3b24f7e8
-RMD160 (qtbase-everywhere-src-6.1.2.tar.xz) = 43e8dad13a810dac4b19c43fdf4c209391989eca
-SHA512 (qtbase-everywhere-src-6.1.2.tar.xz) = 0f9bf5680268c6dc95c10c28297908c9113a7e3e498ba80ed3ba73cc98b809b38fa610ee3b15f367b6ace2f593842db8d27dc7ec2142737574cfa32cdf57ea91
-Size (qtbase-everywhere-src-6.1.2.tar.xz) = 46521636 bytes
+SHA1 (qtbase-everywhere-src-6.1.3.tar.xz) = 61d6aa2fcfa332aa13717682d0b940bee53125b2
+RMD160 (qtbase-everywhere-src-6.1.3.tar.xz) = 2fff92042e57d099386bcef9f5428ed9a07c9374
+SHA512 (qtbase-everywhere-src-6.1.3.tar.xz) = 637f7110a13a7f6bff4124904681f6987ae5d8876f0c2f122ba5e13383698dfd91f9df2b20110054267a8c6e1f69ae2c7d7fc2a08281a041afaa0a7713ce701b
+Size (qtbase-everywhere-src-6.1.3.tar.xz) = 46558228 bytes
diff --git a/qt6-qt3d/PLIST b/qt6-qt3d/PLIST
index 6662830cc0..6dd7b55462 100644
--- a/qt6-qt3d/PLIST
+++ b/qt6-qt3d/PLIST
@@ -1191,6 +1191,12 @@ qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginConfigVersion.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginDependencies.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginTargets.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginConfig.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginDependencies.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginTargets-release.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginConfigVersion.cmake
@@ -1356,6 +1362,7 @@ qt6/modules/3DQuickRender.json
 qt6/modules/3DQuickScene2D.json
 qt6/modules/3DRender.json
 qt6/plugins/geometryloaders/libdefaultgeometryloader.so
+qt6/plugins/geometryloaders/libgltfgeometryloader.so
 qt6/plugins/renderers/libopenglrenderer.so
 qt6/plugins/renderers/librhirenderer.so
 qt6/plugins/renderplugins/libscene2d.so
diff --git a/qt6-qt3d/distinfo b/qt6-qt3d/distinfo
index 6cc3181855..4f54784a5a 100644
--- a/qt6-qt3d/distinfo
+++ b/qt6-qt3d/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qt3d-everywhere-src-6.1.2.tar.xz) = 7935df33b6e277ffb0941bc32306107707cd4641
-RMD160 (qt3d-everywhere-src-6.1.2.tar.xz) = 593cc2bf939d234bf4c8afc2543d0bb0ebc1fe98
-SHA512 (qt3d-everywhere-src-6.1.2.tar.xz) = ac20920390509bcaca823062ed07b9d76e26f5140f7f9349acf40604f97d20f5f3338b8da40c756543293020e6e76e0fc2ffe0aecae51a6e7f344619d98a9125
-Size (qt3d-everywhere-src-6.1.2.tar.xz) = 103535484 bytes
+SHA1 (qt3d-everywhere-src-6.1.3.tar.xz) = aeb87b678d4d5eecde9c2e074aba456fdea014ed
+RMD160 (qt3d-everywhere-src-6.1.3.tar.xz) = 90ec9edc9e7b321f5be892ff7636f28194c2f2a1
+SHA512 (qt3d-everywhere-src-6.1.3.tar.xz) = 54b097afaf2b1bf783700d57a6b7452fd955216abdb45189df7f2195e65e53ff340135179e66b4cbdb3fdf14f8a0adf605a8464930d3d06aa694816efd232132
+Size (qt3d-everywhere-src-6.1.3.tar.xz) = 103506680 bytes
 SHA1 (patch-qt__cmdline.cmake) = 3e744e23d675a308ecf7ff5c778c08966ca77491
 SHA1 (patch-src_plugins_geometryloaders_configure.cmake) = 02401ea3019229fdc448fe2b31c17ebeca69ca76
 SHA1 (patch-src_plugins_renderers_opengl_CMakeLists.txt) = 0a94746a8767cd9244ae394d95872b15b6eaefb0
diff --git a/qt6-qt5compat/distinfo b/qt6-qt5compat/distinfo
index 02fed4eb82..44d0acff94 100644
--- a/qt6-qt5compat/distinfo
+++ b/qt6-qt5compat/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qt5compat-everywhere-src-6.1.2.tar.xz) = 96593b070bf782fb1823ea655f608978aa23cf6e
-RMD160 (qt5compat-everywhere-src-6.1.2.tar.xz) = 9dc7679703ad42d089dc9f0c3d4591f2703c3239
-SHA512 (qt5compat-everywhere-src-6.1.2.tar.xz) = 643c7ae1c9e9e60becfd083fb1d88a3dde58bdf2bd5706ff4832a76f416f0bfae197e7a22198a61df7a966f99a55a030dc30fa3abd6814fae1df2077f5329da9
-Size (qt5compat-everywhere-src-6.1.2.tar.xz) = 8200068 bytes
+SHA1 (qt5compat-everywhere-src-6.1.3.tar.xz) = a7c263ae81175d9d865efb2571e437a109441bfd
+RMD160 (qt5compat-everywhere-src-6.1.3.tar.xz) = 730cb42994e884393b49f67556e3e12a277d2612
+SHA512 (qt5compat-everywhere-src-6.1.3.tar.xz) = e34db291e88587cfcaa997ae2616a53adfaaeea92af24eabae008fb27f22dee230420088e7a1e189574cb932225285b533ca54e09f6199496e787c3ea59e6d8d
+Size (qt5compat-everywhere-src-6.1.3.tar.xz) = 8202212 bytes
diff --git a/qt6-qtbase/distinfo b/qt6-qtbase/distinfo
index 565d93e84c..46e15952d2 100644
--- a/qt6-qtbase/distinfo
+++ b/qt6-qtbase/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qtbase-everywhere-src-6.1.2.tar.xz) = 3942e7d243cfe53cd3fb00483cb8f3fc3b24f7e8
-RMD160 (qtbase-everywhere-src-6.1.2.tar.xz) = 43e8dad13a810dac4b19c43fdf4c209391989eca
-SHA512 (qtbase-everywhere-src-6.1.2.tar.xz) = 0f9bf5680268c6dc95c10c28297908c9113a7e3e498ba80ed3ba73cc98b809b38fa610ee3b15f367b6ace2f593842db8d27dc7ec2142737574cfa32cdf57ea91
-Size (qtbase-everywhere-src-6.1.2.tar.xz) = 46521636 bytes
+SHA1 (qtbase-everywhere-src-6.1.3.tar.xz) = 61d6aa2fcfa332aa13717682d0b940bee53125b2
+RMD160 (qtbase-everywhere-src-6.1.3.tar.xz) = 2fff92042e57d099386bcef9f5428ed9a07c9374
+SHA512 (qtbase-everywhere-src-6.1.3.tar.xz) = 637f7110a13a7f6bff4124904681f6987ae5d8876f0c2f122ba5e13383698dfd91f9df2b20110054267a8c6e1f69ae2c7d7fc2a08281a041afaa0a7713ce701b
+Size (qtbase-everywhere-src-6.1.3.tar.xz) = 46558228 bytes
 SHA1 (patch-cmake_FindGSSAPI.cmake) = 6ff305c475a874d8647f2f556d64250a77a9664b
 SHA1 (patch-cmake_QtBuild.cmake) = 9e51c025686de3b1a383056eb6c61b0884349b57
 SHA1 (patch-cmake_QtFeature.cmake) = 14f2f760c1e603b80fa14699e91240e8fcd699d3
diff --git a/qt6-qtcharts/distinfo b/qt6-qtcharts/distinfo
index 3d8db9e7ea..fb75528114 100644
--- a/qt6-qtcharts/distinfo
+++ b/qt6-qtcharts/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtcharts-everywhere-src-6.1.2.tar.xz) = 9ebe115ee478ca3015e21bd132d9c3edd9009fab
-RMD160 (qtcharts-everywhere-src-6.1.2.tar.xz) = acbc5cc513a95d9fc61c4f5ab08c4a10fc2a117f
-SHA512 (qtcharts-everywhere-src-6.1.2.tar.xz) = 7aa327b9b0de80eb281ffa29ed0925314c4bc2ef0fc04b2ed4fc2fdaad7eee8f5bd2247b3f0afe25409ebecafe4ec5f79c7c6323797cc0a5c9e7a07857906669
-Size (qtcharts-everywhere-src-6.1.2.tar.xz) = 4266688 bytes
+SHA1 (qtcharts-everywhere-src-6.1.3.tar.xz) = c7751bac067ef8aadb4a96bc277b423e9b59ca64
+RMD160 (qtcharts-everywhere-src-6.1.3.tar.xz) = 7cd4bafb052ba3be59de2aa008556f708c37c9ab
+SHA512 (qtcharts-everywhere-src-6.1.3.tar.xz) = f9f3612f99185ca1fb3fe89ba05b3ba49bd2168f2a284ba7de391d9a314467a078df5269823d91ddaa4802a1337dd6aa1a06650a264b6c65e1c373149a4b77fa
+Size (qtcharts-everywhere-src-6.1.3.tar.xz) = 4266620 bytes
diff --git a/qt6-qtdatavis3d/distinfo b/qt6-qtdatavis3d/distinfo
index e02d274b4f..3364ebbdcb 100644
--- a/qt6-qtdatavis3d/distinfo
+++ b/qt6-qtdatavis3d/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qtdatavis3d-everywhere-src-6.1.2.tar.xz) = a5717080e37c7ff41a62b3118a091fe5f835fe1f
-RMD160 (qtdatavis3d-everywhere-src-6.1.2.tar.xz) = 0ca1bde9a366e153ead31ff6771ca40c58d4b6ca
-SHA512 (qtdatavis3d-everywhere-src-6.1.2.tar.xz) = 36a078eb20ea7d3149f93223ea0d7072204abf0d77db238a69c622279cbc00eabcca6a72414b350958e388c719388b7fe94ce2c2ce7a828ccf76c8590d6ad31b
-Size (qtdatavis3d-everywhere-src-6.1.2.tar.xz) = 5229572 bytes
+SHA1 (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = 512998f1427743ceef103fa8f0269eafb8369ff0
+RMD160 (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = 4a310cbf17d69b89fecac3e4d184bace5c084bbc
+SHA512 (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = b13526cd09b33f91709e3cf44d0302dbc437f7ec7fcf5b8701172ef84836d9d707bd2b8ed84f933326279b4741268d639a8bba9b688ce14388483b0c449ca013
+Size (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = 5230232 bytes
 SHA1 (patch-src_datavisualization_data_abstractrenderitem__p.h) = 45d0ab60884084e5b3b45ace842e15ea3917ec9f
 SHA1 (patch-src_datavisualization_data_barrenderitem__p.h) = 274fdf069979e7da6771b1241c35afcfed0239e2
 SHA1 (patch-src_datavisualization_data_scatterrenderitem__p.h) = d730868d8053b2d958aaf77eb207df91664e7450
diff --git a/qt6-qtdeclarative/distinfo b/qt6-qtdeclarative/distinfo
index 1713a01f05..a1f3f68a93 100644
--- a/qt6-qtdeclarative/distinfo
+++ b/qt6-qtdeclarative/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qtdeclarative-everywhere-src-6.1.2.tar.xz) = 3acdaf9f4e40e744de0f13b38823631399d46b79
-RMD160 (qtdeclarative-everywhere-src-6.1.2.tar.xz) = 6112299da87bbfd0662b88ceecde2460903a34e0
-SHA512 (qtdeclarative-everywhere-src-6.1.2.tar.xz) = 653f902762943643262d3575bb918bf04b4cab156b17f5e6d5fd0132fed059d578cbf60a0b7cc25051aad73c2cbbf17d33f709377d076fd402792b3e213f66e7
-Size (qtdeclarative-everywhere-src-6.1.2.tar.xz) = 20868084 bytes
+SHA1 (qtdeclarative-everywhere-src-6.1.3.tar.xz) = 97a98d8a3922302b1e24176391cd8ee0bf1ed983
+RMD160 (qtdeclarative-everywhere-src-6.1.3.tar.xz) = c8425c7cde4c9ebe1128b23e30248769e8d53e27
+SHA512 (qtdeclarative-everywhere-src-6.1.3.tar.xz) = ca8d29df689588e9db667afcf1c36fbdaf204b490df234720a6b4a64c1d09e33d5c3a948f17e5821157aa426e85bbc853ac82142865c1dbadd2798eabe4ba305
+Size (qtdeclarative-everywhere-src-6.1.3.tar.xz) = 20878836 bytes
 SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 697cd2dc622aebabf640e1625494c981dcf6df19
 SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
 SHA1 (patch-src_3rdparty_masm_yarr_YarrCanonicalize.h) = 3cb31384f5287a5449d1a6bdd03d42870ac9385f
diff --git a/qt6-qtimageformats/distinfo b/qt6-qtimageformats/distinfo
index 79f1db4f63..d3d2a32880 100644
--- a/qt6-qtimageformats/distinfo
+++ b/qt6-qtimageformats/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtimageformats-everywhere-src-6.1.2.tar.xz) = 1c92c6b3cba37bded74298637183562d846c0f1d
-RMD160 (qtimageformats-everywhere-src-6.1.2.tar.xz) = 8655f97c827a17fb52b3c2789ca23a18a78bdb93
-SHA512 (qtimageformats-everywhere-src-6.1.2.tar.xz) = 53a698de0b7518346649e47604d43e6d0dc5e3ab219ce32802748e028820140b6f881a3f74b26d6f9f5b79417c0c09eefd0de7baed3c8bd9d69cfac51dfa10ff
-Size (qtimageformats-everywhere-src-6.1.2.tar.xz) = 1846484 bytes
+SHA1 (qtimageformats-everywhere-src-6.1.3.tar.xz) = 42c434c4a0b76de8f20261d5df5bfb5145c4035c
+RMD160 (qtimageformats-everywhere-src-6.1.3.tar.xz) = fbf0bd36881f34914d500d129c815a46d8fdcbbb
+SHA512 (qtimageformats-everywhere-src-6.1.3.tar.xz) = f9bd3a88e04d05a808a993f7619d7cdee25235dc5e346d363f8ef807d535379c412ae97802d37b719efdc1836d7cca1a13d3d85377ced6bb5e97084572a1e98e
+Size (qtimageformats-everywhere-src-6.1.3.tar.xz) = 1842380 bytes
diff --git a/qt6-qtlottie/distinfo b/qt6-qtlottie/distinfo
index 51249c5aef..38acd7cdc7 100644
--- a/qt6-qtlottie/distinfo
+++ b/qt6-qtlottie/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtlottie-everywhere-src-6.1.2.tar.xz) = ea7d26c1f2deb2eef5045dae41d0ead509d12300
-RMD160 (qtlottie-everywhere-src-6.1.2.tar.xz) = 1fc24fd22c2135ba9e73b872b95bf698688dc4f1
-SHA512 (qtlottie-everywhere-src-6.1.2.tar.xz) = 286d241f3c6fe0134d7bbe83bbcfb17efe72d187e7a6a0dcb7c5de6dfbfc7c0bb430ead3e4e9d9faf1cc3e850a291a5be09dfd830912f12e3004a05aa28d0add
-Size (qtlottie-everywhere-src-6.1.2.tar.xz) = 86900 bytes
+SHA1 (qtlottie-everywhere-src-6.1.3.tar.xz) = e058cc50406116de07d3eee8efe32bd02fb2f9d6
+RMD160 (qtlottie-everywhere-src-6.1.3.tar.xz) = cfaafc3a0d87aa7ef36dceb0f5bef35085103a4a
+SHA512 (qtlottie-everywhere-src-6.1.3.tar.xz) = 081dd69e1f349947b745bb5ef9f8af687af8d62c7cddeb03346baaa7af14422cbbfd0ab326311601898e4eb4e06901b3ff55fc321dc22f09f4b18c670f873199
+Size (qtlottie-everywhere-src-6.1.3.tar.xz) = 86888 bytes
diff --git a/qt6-qtnetworkauth/distinfo b/qt6-qtnetworkauth/distinfo
index 198a6e8a6a..1708e5274c 100644
--- a/qt6-qtnetworkauth/distinfo
+++ b/qt6-qtnetworkauth/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtnetworkauth-everywhere-src-6.1.2.tar.xz) = 72644e082f506158a11d49314d84106a232e2f2f
-RMD160 (qtnetworkauth-everywhere-src-6.1.2.tar.xz) = e223613a6899ad136cf38d0b70fca46e6ae9a608
-SHA512 (qtnetworkauth-everywhere-src-6.1.2.tar.xz) = b437274ea3936e78c9a8695de2bfb07674249c68e28bc21cb1bf2021fe8a5faed1b2c3fadad049cfa7704423ee5f6b45b66aa10c21561631a582f98998276605
-Size (qtnetworkauth-everywhere-src-6.1.2.tar.xz) = 146108 bytes
+SHA1 (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = 1886f2b1bd7f732df50d94b44a66cdee5e33c572
+RMD160 (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = 6ae43753150b0ccf438c598863faa6a2992f95a5
+SHA512 (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = e97c18b0f966aea398bd37816a4b78f967ea35849db27428dffc57ee7a7c5978160727fcdce339672748b266e0015ae5f80945620feee8a114cc9bff6a71f67c
+Size (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = 146104 bytes
diff --git a/qt6-qtquick3d/distinfo b/qt6-qtquick3d/distinfo
index 4b5910c604..8d592ce05c 100644
--- a/qt6-qtquick3d/distinfo
+++ b/qt6-qtquick3d/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtquick3d-everywhere-src-6.1.2.tar.xz) = a3eef39d5dab8af00d567c76fdbfa6a2bc085819
-RMD160 (qtquick3d-everywhere-src-6.1.2.tar.xz) = f8430318996748ebbd5ea9d1ef91c578698e40aa
-SHA512 (qtquick3d-everywhere-src-6.1.2.tar.xz) = 9881feb858af095b7c4b65db059603c03161bdf80368ca241b70f3dd76fa7b1bfdc45720a5b48b6c3e073df47fb3d8e6ddc3fd400fe8c222c41cced9a0d2caac
-Size (qtquick3d-everywhere-src-6.1.2.tar.xz) = 49312788 bytes
+SHA1 (qtquick3d-everywhere-src-6.1.3.tar.xz) = acdafaaf015850a96f3af2301d2d0951f34c4b1d
+RMD160 (qtquick3d-everywhere-src-6.1.3.tar.xz) = b9c3a5d22cf7c4769d4db7f3018406fe7aa6514b
+SHA512 (qtquick3d-everywhere-src-6.1.3.tar.xz) = 3b3603e8dfe3990b7fc0e84589b8cb7eebe49181a28365d20779cca07242fc2eb45d6e0e85e1aec92bc54277a30978888d2126df012721e7b9ba3d1fd84508a4
+Size (qtquick3d-everywhere-src-6.1.3.tar.xz) = 49303340 bytes
diff --git a/qt6-qtquickcontrols2/PLIST b/qt6-qtquickcontrols2/PLIST
index 74ea44a360..553339840a 100644
--- a/qt6-qtquickcontrols2/PLIST
+++ b/qt6-qtquickcontrols2/PLIST
@@ -92,7 +92,6 @@ qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopu
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopup_p_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupanchors_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupanchors_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupitem_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupitem_p_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopuppositioner_p_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpresshandler_p_p.h
@@ -132,7 +131,6 @@ qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktool
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolbutton_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolseparator_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktooltip_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktooltippopupitem_p_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktumbler_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktumbler_p_p.h
 qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickvelocitycalculator_p_p.h
diff --git a/qt6-qtquickcontrols2/distinfo b/qt6-qtquickcontrols2/distinfo
index 27f761f390..3ced35aa8e 100644
--- a/qt6-qtquickcontrols2/distinfo
+++ b/qt6-qtquickcontrols2/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtquickcontrols2-everywhere-src-6.1.2.tar.xz) = fd16d43c75ad546fe505731d9697d250bef7e88a
-RMD160 (qtquickcontrols2-everywhere-src-6.1.2.tar.xz) = a76584705868f718bda0bdbc6f9e6108082deda9
-SHA512 (qtquickcontrols2-everywhere-src-6.1.2.tar.xz) = 6859050f70d70be237dd4a68ebd0988c7aab39a9586954f09f2752c2adaa129f242839f54d2aceed4d2ebd4cef988b175c2bc78a66878eba0ae10d35e1e6c6bc
-Size (qtquickcontrols2-everywhere-src-6.1.2.tar.xz) = 8523656 bytes
+SHA1 (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = 8c81f44b7465d3357fa7085deb1b5e8081301785
+RMD160 (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = d146632bea155241aa7efd1724d5cf20d2a2c17d
+SHA512 (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = 809289b5d9a3373ab59b8b1162931682d446e4a69f4b47713e7a1558eb539309678ba28b8ac9a5df20088ffd8adbb1657d86639ae51a9106c7d8e6bbd81be97d
+Size (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = 8523144 bytes
diff --git a/qt6-qtquicktimeline/distinfo b/qt6-qtquicktimeline/distinfo
index 8dc747ca7a..82de2e9c17 100644
--- a/qt6-qtquicktimeline/distinfo
+++ b/qt6-qtquicktimeline/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtquicktimeline-everywhere-src-6.1.2.tar.xz) = 42a9fe29e1ffc00dff3d0cc5eb7de17f4022461e
-RMD160 (qtquicktimeline-everywhere-src-6.1.2.tar.xz) = c2cf1405ee4ca4a26d854f7af9d4184d6b395d65
-SHA512 (qtquicktimeline-everywhere-src-6.1.2.tar.xz) = 2fe8af00cc32cbbde01655cd8a8d0aca98710bd356e062bdad8c7cd3f1f84e56e6cfe196caa4204005176ee0872227daceb4fcea4c3171dc82d04b80e01f8f77
-Size (qtquicktimeline-everywhere-src-6.1.2.tar.xz) = 108924 bytes
+SHA1 (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = ab03b7ebd900d901aceb900d5349dfb04125cc3f
+RMD160 (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = 95d81b9011e074de5e62335c804f690c4cdd18b9
+SHA512 (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = 304e10cacc818ae8a5360a436c159a3f79391c9fffa9ce7379dd61d611f01b9ecc13fd3459370020614b0f34c0c55e689282fc8a98b365e0b4cea697ef08b52b
+Size (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = 108980 bytes
diff --git a/qt6-qtshadertools/distinfo b/qt6-qtshadertools/distinfo
index 5faa822822..39605ebbcb 100644
--- a/qt6-qtshadertools/distinfo
+++ b/qt6-qtshadertools/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtshadertools-everywhere-src-6.1.2.tar.xz) = 8ecf79074d9b3aa53b594d00354e0a843d49d168
-RMD160 (qtshadertools-everywhere-src-6.1.2.tar.xz) = 53e1e70310dd81f245df3b4b3a89289369225a6b
-SHA512 (qtshadertools-everywhere-src-6.1.2.tar.xz) = 365cf902978593f0179e383d0fe54c70a1433ea9b69b106ad2f0299c823d06a73db5c7af54f99631d2f1d959fd562cbef0bf355728d0af468f62af762e332e41
-Size (qtshadertools-everywhere-src-6.1.2.tar.xz) = 976444 bytes
+SHA1 (qtshadertools-everywhere-src-6.1.3.tar.xz) = 7bed3908958201eee80b279d594766455960f19e
+RMD160 (qtshadertools-everywhere-src-6.1.3.tar.xz) = 5ff7b191b03f8d80351f30beb4c665ac869301b8
+SHA512 (qtshadertools-everywhere-src-6.1.3.tar.xz) = a790bda2309f166990441d4ba59e4e71c5668a71cf19d8889810dcb2cb1a249896cf440bc01a684580621d8f422a5836434f016496fda7f3a6eb731fe1f966da
+Size (qtshadertools-everywhere-src-6.1.3.tar.xz) = 976368 bytes
diff --git a/qt6-qtsvg/distinfo b/qt6-qtsvg/distinfo
index 6e594f7c32..d678f7ae90 100644
--- a/qt6-qtsvg/distinfo
+++ b/qt6-qtsvg/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtsvg-everywhere-src-6.1.2.tar.xz) = 87b0ff7e0557f754a416de20624785d47b7030e1
-RMD160 (qtsvg-everywhere-src-6.1.2.tar.xz) = 3e5cde1caaab536f37f2586d9e6007ed3ee068ec
-SHA512 (qtsvg-everywhere-src-6.1.2.tar.xz) = d5f447a11d5420fb769f95af5e089370176ec7406265d43a8e333deaf82fb57bb8d998aa0e4f89404f97e8355bf22766e753b156e4ea8017566ce6a5098b6716
-Size (qtsvg-everywhere-src-6.1.2.tar.xz) = 1705040 bytes
+SHA1 (qtsvg-everywhere-src-6.1.3.tar.xz) = 6582956d99cfceb01009d5c151eff452017e45e5
+RMD160 (qtsvg-everywhere-src-6.1.3.tar.xz) = 64b1d0164d6c07690a644db0cfa7f0552f2d7dad
+SHA512 (qtsvg-everywhere-src-6.1.3.tar.xz) = 9dfdcd432db540eab3d9193f2132166b3ed2e1f923a0323fe9c52442df32022c9e6a090444e200db916b26506965fb2d9bf64d0c21fabe370108995b44e79466
+Size (qtsvg-everywhere-src-6.1.3.tar.xz) = 1705472 bytes
diff --git a/qt6-qttools/distinfo b/qt6-qttools/distinfo
index cb7d88886b..9d8aa2bb74 100644
--- a/qt6-qttools/distinfo
+++ b/qt6-qttools/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (qttools-everywhere-src-6.1.2.tar.xz) = 38e339253a85d421fc1ca893cb936472cfb18c60
-RMD160 (qttools-everywhere-src-6.1.2.tar.xz) = 79b443e3b108e9e1864aa907a768caa17b51da24
-SHA512 (qttools-everywhere-src-6.1.2.tar.xz) = 28476cab9da379fc3a01ec67a628f10d1af69f2161c9291cbef83e5376872bacb429d855b3217fa4a050f15b79bb8b12fce6944f8ab1dc2dbdf170815be51bc5
-Size (qttools-everywhere-src-6.1.2.tar.xz) = 8515772 bytes
+SHA1 (qttools-everywhere-src-6.1.3.tar.xz) = 601754bde3dab07935cf74bac4cb3318fdecf40e
+RMD160 (qttools-everywhere-src-6.1.3.tar.xz) = e22ce9768178d045e0bfba0c21ac32a8fc029ee6
+SHA512 (qttools-everywhere-src-6.1.3.tar.xz) = bdbaf246ff7e6e3051458fb0ca90d3bc3df638ead16a6065a399a81618bcc4eba02c8eb992d4f0604a0d35a0a5106d2b5a5145dce8ee827b73898ec09ad96eb9
+Size (qttools-everywhere-src-6.1.3.tar.xz) = 8515904 bytes
 SHA1 (patch-src_linguist_lupdate_CMakeLists.txt) = d70ea348c3ba7f64bcc245de9445becefecf3a9c
diff --git a/qt6-qtwayland/distinfo b/qt6-qtwayland/distinfo
index 2ee4c922b8..71199c43b6 100644
--- a/qt6-qtwayland/distinfo
+++ b/qt6-qtwayland/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (qtwayland-everywhere-src-6.1.2.tar.xz) = 02316dc64e659451dbd0e8ea295c9baceaab47a3
-RMD160 (qtwayland-everywhere-src-6.1.2.tar.xz) = 0c601079dceee235e815c070239c57b877fd84e1
-SHA512 (qtwayland-everywhere-src-6.1.2.tar.xz) = 6a9acac05df9b40c2b0370342eef50eb2832538f88f9b38aca40ff261313cc2bcd61d35b6fde3730d1bc6f7c943776dd53a72f3f7ea6347daa371854f8adf4cb
-Size (qtwayland-everywhere-src-6.1.2.tar.xz) = 555212 bytes
+SHA1 (qtwayland-everywhere-src-6.1.3.tar.xz) = 28078b7e9f03c4c2db434a5e7f2370156c7ee309
+RMD160 (qtwayland-everywhere-src-6.1.3.tar.xz) = 0e6d757b285c6ea1230f71a8f2ae252709751dbe
+SHA512 (qtwayland-everywhere-src-6.1.3.tar.xz) = 17a5c07965283bfb2c07c9d1420639a30074491f4c825dfacf9f7001149129da040c5150a82f2e9ea16e266c723cd06703b1f6f618f41e9913f1fa2bec1ec6ec
+Size (qtwayland-everywhere-src-6.1.3.tar.xz) = 555500 bytes
 SHA1 (patch-CMakeLists.txt) = 15eda7d0287098f7efc2acd70b05b524de1aebc6
diff --git a/qt6/Makefile.common b/qt6/Makefile.common
index 8e135c747f..f6196a1fea 100644
--- a/qt6/Makefile.common
+++ b/qt6/Makefile.common
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile.common,v 1.24 2020/09/14 20:08:26 adam Exp $
 # used by wip/qt6-qtbase/Makefile.common
 
-QTVERSION=	6.1.2
+QTVERSION=	6.1.3
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index