git: a81bdbc5d906 - main - x11-wm/hyprland: backport a startup crashfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 14:36:59 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a81bdbc5d906ea61baa525ea1853a746643d8a53 commit a81bdbc5d906ea61baa525ea1853a746643d8a53 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-15 14:08:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-15 14:36:28 +0000 x11-wm/hyprland: backport a startup crashfix Hyprland could crash with a stale /tmp/.X*-lock owned by a different user due to failing to catch libc++ exception. Note, the stale check (which also exists in Xwayland itself) may cause a false positive when PID is not visible inside jail. --- x11-wm/hyprland/Makefile | 3 ++- x11-wm/hyprland/distinfo | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 2e846e77a56d..c914ea652f7f 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,11 +1,12 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.41.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 810c74372b0c.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/6471 +PATCHFILES+= df0c014ba0c9.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/6514 MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo index ce36664993a5..f034288a412e 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -9,3 +9,5 @@ SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803 SHA256 (810c74372b0c.patch) = 95094a942b24ea776904e4a79f8f01d2e05cfe143e2ee613d83a76adab2d66ac SIZE (810c74372b0c.patch) = 1091 +SHA256 (df0c014ba0c9.patch) = c9510f881cc2c31e27e05be3d18e8cb843bca7b788be05edcafe7460495148b8 +SIZE (df0c014ba0c9.patch) = 2502