Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-base


Commits:
bfc52494 by Antonio Rojas at 2024-05-02T18:48:59+02:00
upgpkg: 6.7.0-4: CVE-2024-33861

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = qt6-base
        pkgdesc = A cross-platform application and UI framework
        pkgver = 6.7.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://www.qt.io
        arch = x86_64
        groups = qt6


=====================================
PKGBUILD
=====================================
@@ -3,10 +3,11 @@
 # Contributor: Andrea Scarpino <and...@archlinux.org>
 
 pkgbase=qt6-base
-pkgname=(qt6-base qt6-xcb-private-headers)
+pkgname=(qt6-base
+         qt6-xcb-private-headers)
 _qtver=6.7.0
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -93,6 +94,8 @@ prepare() {
   patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
   patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with 
qmake
   patch -d $_pkgfn -p1 < fix-wrong-cpp-if.patch # 
https://bugreports.qt.io/browse/QTBUG-123937
+  cd $_pkgfn
+  git cherry-pick -n 7c4e1357e49baebdd2d20710fccb5604cbb36c0d # CVE-2024-33861
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/bfc52494cd031060e9ab728f2d49a305a71cafd9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/bfc52494cd031060e9ab728f2d49a305a71cafd9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to