summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 12:31:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 12:58:15 +0100
commitf31718294562703e041b14042f569a67ac70cfb6 (patch)
treee7e777bbbe7f849b4afde93c6b26c3e6125362c1 /dev-qt/qtsvg
parentsys-libs/glibc: 2.34 patchlevel 9 bump (diff)
downloadgentoo-f31718294562703e041b14042f569a67ac70cfb6.tar.gz
gentoo-f31718294562703e041b14042f569a67ac70cfb6.tar.bz2
gentoo-f31718294562703e041b14042f569a67ac70cfb6.zip
dev-qt/qtsvg: 5.15.2-r12 version bump at KDE 0cb681ea
Fix CVE-2021-45930: Out of bounds write "Do stricter error checking when parsing path nodes" QTBUG: https://bugreports.qt.io/browse/QTBUG-96044 (login required) Upstream commit 5b9285c34731e67f9f1d61ec804740991f2a0380 "SVG Image reading: Reject oversize svgs as corrupt" QTBUG: https://bugreports.qt.io/browse/QTBUG-95891 Upstream commit 0cb681eacca0f757702fa409bb05d3d3650aba4e Bug: https://bugs.gentoo.org/830381 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtsvg')
-rw-r--r--dev-qt/qtsvg/Manifest1
-rw-r--r--dev-qt/qtsvg/qtsvg-5.15.2-r12.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-qt/qtsvg/Manifest b/dev-qt/qtsvg/Manifest
index 07572d3e1deb..0bf996e91c89 100644
--- a/dev-qt/qtsvg/Manifest
+++ b/dev-qt/qtsvg/Manifest
@@ -1 +1,2 @@
+DIST qtsvg-5.15.2-0cb681ea.tar.gz 2779754 BLAKE2B 80abdc1b9bd41bee97e8fbcb64927a8d1b42d7189d0a2f8754650383d9092be62c93eb084a59fa71e2a73f06a9eb69e09a52dc8b927e1715fcbe5f544c28726d SHA512 4e2472997b78ac7bfc586e6b89fb36f2f3771540c0740af9896dde95a2d52d5b52e589f1b65a9f9776a700a9072165b4b5313f901d22af81435d3d39c4fff283
DIST qtsvg-5.15.2-24128cdf.tar.gz 2779708 BLAKE2B 5e52a0b1c7b3e21ab58b2e6e091c8fc85d5432e247313f74bd8c4d8899cd2634e3242d5d328174d3702544d050504dd3870c1c075a2b7a87c268c371c95b0c76 SHA512 c0840608ff66b0f335f8e5d883a5f8c113de91608ea8b613743c4881a103ff1c9981337c29a0e272ca2bccd4077df9cd8fde320e09eec1e8f6a3eead5cb75198
diff --git a/dev-qt/qtsvg/qtsvg-5.15.2-r12.ebuild b/dev-qt/qtsvg/qtsvg-5.15.2-r12.ebuild
new file mode 100644
index 000000000000..b9bd656a8e8f
--- /dev/null
+++ b/dev-qt/qtsvg/qtsvg-5.15.2-r12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_COMMIT=0cb681eacca0f757702fa409bb05d3d3650aba4e
+inherit qt5-build
+
+DESCRIPTION="SVG rendering library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE=""
+
+RDEPEND="
+ =dev-qt/qtcore-${QT5_PV}*
+ =dev-qt/qtgui-${QT5_PV}*
+ =dev-qt/qtwidgets-${QT5_PV}*
+ sys-libs/zlib:=
+"
+DEPEND="${RDEPEND}
+ test? ( =dev-qt/qtxml-${QT5_PV}* )
+"