This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c77728de7b
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
5.11
/
fetch.sh
3 lines
109 B
Bash
Raw
Normal View
History
Unescape
Escape
qt511: 5.11.1 -> 5.11.3 This fixes * CVE-2018-15518, Qt Base: “double free or corruption” in QXmlStreamReader * CVE-2018-19873, Qt Base: QBmpHandler segfault on malformed BMP file * CVE-2018-19870, Qt Base: Check for QImage allocation failure in qgifhandler * CVE-2018-19871, Qt Imageformats: QImage: QTgaFile CPU exhaustion * CVE-2018-19865, Qt Virtual Keyboard: Qt Virtual Keyboard logs all key presses * CVE-2018-19869, Qt Svg: Fix crash when parsing malformed url reference More details can be obtained from the Qt annoucement [1]. [1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-31 02:00:27 -08:00
WGET_ARGS
=
(
http://download.qt.io/official_releases/qt/5.11/5.11.3/submodules/
\
qt5: 5.10 -> 5.11 This is the first time since 5.9 that we also update `qtwebkit`. `qtwebkit` is not maintained by Qt anymore and thus, we switch to the community port as for example arch has done. To prevent pulling in single patches, we just stick to the latest git version.
2018-05-26 00:05:18 -07:00
-A
'*.tar.xz'
)