Date: Wed, 12 Jun 2024 02:27:46 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4f39e4f29702 - main - x11/plasma6-plasma-workspace: Address CVE-2024-36041 Message-ID: <202406120227.45C2Rkpm094353@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f39e4f297024bbf2e162a7fc4ff954f1c0c4cc3 commit 4f39e4f297024bbf2e162a7fc4ff954f1c0c4cc3 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-06-12 02:23:33 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-06-12 02:27:37 +0000 x11/plasma6-plasma-workspace: Address CVE-2024-36041 MFH: 2024Q2 Security: 479df73e-2838-11ef-9cab-4ccc6adda413 --- x11/plasma6-plasma-workspace/Makefile | 6 +++++- x11/plasma6-plasma-workspace/distinfo | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/x11/plasma6-plasma-workspace/Makefile b/x11/plasma6-plasma-workspace/Makefile index 9da7998633b5..27c6f999c255 100644 --- a/x11/plasma6-plasma-workspace/Makefile +++ b/x11/plasma6-plasma-workspace/Makefile @@ -1,11 +1,15 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde kde-plasma COMMENT= KDE Plasma Workspace MAINTAINER= kde@FreeBSD.org +PATCH_SITES= https://invent.kde.org/plasma/plasma-workspace/-/commit/ +PATCHFILES+= 8047b93defa4be4c6c1864e93c41fddcef2969bb.patch:-p1 # CVE-2024-36041 +PATCHFILES+= a061b08e90ec5554d5ff8c57ae1218130c76e27a.patch:-p1 # CVE-2024-36041 + BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libfontconfig.so:x11-fonts/fontconfig \ diff --git a/x11/plasma6-plasma-workspace/distinfo b/x11/plasma6-plasma-workspace/distinfo index a3456a140da4..fa128d3eaff8 100644 --- a/x11/plasma6-plasma-workspace/distinfo +++ b/x11/plasma6-plasma-workspace/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1713280738 +TIMESTAMP = 1718142565 SHA256 (KDE/plasma/6.0.4/plasma-workspace-6.0.4.tar.xz) = 7f2c2871c966e66d5de2d63bcb1a554fe00b4da6bde93f69700bd1b1f60dc567 SIZE (KDE/plasma/6.0.4/plasma-workspace-6.0.4.tar.xz) = 19946316 +SHA256 (KDE/plasma/6.0.4/8047b93defa4be4c6c1864e93c41fddcef2969bb.patch) = 1b231b23a7af7827900666fc844c946892b715c16f01e30640cee0e7800d1ede +SIZE (KDE/plasma/6.0.4/8047b93defa4be4c6c1864e93c41fddcef2969bb.patch) = 4456 +SHA256 (KDE/plasma/6.0.4/a061b08e90ec5554d5ff8c57ae1218130c76e27a.patch) = f2cbedf331bef5fcae3d622e0ad60e7710e2d2c5e62e3a2f7835986260e78cfb +SIZE (KDE/plasma/6.0.4/a061b08e90ec5554d5ff8c57ae1218130c76e27a.patch) = 8589
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406120227.45C2Rkpm094353>