[arch-commits] Commit in qt5-base/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 19 00:10:03 UTC 2020


    Date: Sunday, January 19, 2020 @ 00:10:01
  Author: arojas
Revision: 373689

Fix security issue

Modified:
  qt5-base/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 23:28:40 UTC (rev 373688)
+++ PKGBUILD	2020-01-19 00:10:01 UTC (rev 373689)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.14.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -28,9 +28,11 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-         qtbug-80967.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=b31852c4")
+         qtbug-80967.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=b31852c4"
+         qtbug-81272.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=e6f1fde2")
 sha256sums=('4ef921c0f208a1624439801da8b3f4344a3793b660ce1095f2b7f5c4246b9463'
-            '52504c98cfd226548973d82b9ceb69c7557ba199993d189a3cb526b303dee740')
+            '52504c98cfd226548973d82b9ceb69c7557ba199993d189a3cb526b303dee740'
+            'e93ca83adbf0becc0c78b7db8fed32eed123a62907fe0274e4d352aa169daad1')
 
 prepare() {
   cd ${_pkgfqn}
@@ -43,6 +45,7 @@
     mkspecs/common/g++-unix.conf
 
   patch -p1 -i ../qtbug-80967.patch # Fix font rendering regression
+  patch -p1 -i ../qtbug-81272.patch # https://bugreports.qt.io/browse/QTBUG-81272
 }
 
 build() {



More information about the arch-commits mailing list