aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-08 14:46:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-08 14:55:10 +0000
commit0454c7d538fa8be384b622cbde4f2a503784b2a4 (patch)
tree2cce607c61b68ad708a234b82d0ee0635835ee01
parentbbaf847daf66adf3ed67858af13036578840f0f0 (diff)
downloadports-0454c7d538fa8be384b622cbde4f2a503784b2a4.tar.gz
ports-0454c7d538fa8be384b622cbde4f2a503784b2a4.zip
x11-wm/hyprland: backport heap-use-after-free fix after cf018c369f95
-rw-r--r--x11-wm/hyprland/Makefile5
-rw-r--r--x11-wm/hyprland/distinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 586dbe37dc85..8c625633f8ab 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,9 +1,12 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.23.0beta
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm wayland
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 86852cdc78b8.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1995
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
WWW= https://hyprland.org/
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index dd47f32a6921..2bdcca15daec 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -7,3 +7,5 @@ SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff
SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
+SHA256 (86852cdc78b8.patch) = 81e807d4f672be6d74110564de1ad79b4ea625e3b3ba9806d11a65daf3f08552
+SIZE (86852cdc78b8.patch) = 754