8f253f5878
Compared to Qt 5.14.0, the new Qt 5.14.1 contains around 220 bug fixes including security issue fixes for both Qt (CVE-2020-0570) and 3rd party components (CVE-2019-19244, CVE-2019-19603, CVE-2019-19242, CVE-2019-19645, CVE-2019-19646 & CVE-2019-19880). Also in QtWebEngine there are many CVE fixes from Chromium. For details of the most important changes, please check the Change files of Qt 5.14.1.
18 lines
523 B
Text
18 lines
523 B
Text
# $NetBSD: Makefile.common,v 1.21 2020/01/27 18:36:30 adam Exp $
|
|
# used by x11/qt5-qtbase/Makefile.common
|
|
# used by inputmethod/qt5-uim/Makefile
|
|
|
|
QTVERSION= 5.14.1
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://download.qt-project.org/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/
|
|
EXTRACT_SUFX= .tar.xz
|
|
EXTRACT_USING= bsdtar
|
|
|
|
MAINTAINER?= ryoon@NetBSD.org
|
|
HOMEPAGE= http://qt-project.org/
|
|
LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3
|
|
|
|
QTPREFIX= ${PREFIX}/qt5
|