aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-05-31 19:59:06 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-05-31 20:55:01 +0000
commit6431a5d2419ada906a7927c7b85e5f98bcd6eba2 (patch)
treeb860bbeff171f2cc224098d1035daf2c7c42628c
parentd674d5221bc2e2c87e9404ea959fa92c96153d17 (diff)
downloadports-6431a5d2419ada906a7927c7b85e5f98bcd6eba2.tar.gz
ports-6431a5d2419ada906a7927c7b85e5f98bcd6eba2.zip
graphics/wayland: merge upstream fix for CVE-2013-2003
This is upstream MR 133, https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/133 which in turn is a Wayland-ified version of the fix to libXcursor. PR: 256273 Reported by: Evgeniy Khramtsov Approved by: zeising (x11)
-rw-r--r--graphics/wayland/Makefile4
-rw-r--r--graphics/wayland/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile
index fda3cb475ca2..e21867049117 100644
--- a/graphics/wayland/Makefile
+++ b/graphics/wayland/Makefile
@@ -2,9 +2,13 @@
PORTNAME= wayland
PORTVERSION= 1.19.0
+PORTREVISION= 1
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
+PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES+= ed55438366e93d70867e3ba6b80978673e536fc0.patch:-p1 # MR 133
+
MAINTAINER= x11@FreeBSD.org
COMMENT= Wayland composite "server"
diff --git a/graphics/wayland/distinfo b/graphics/wayland/distinfo
index 881ce9b87cb6..7e14bd29b092 100644
--- a/graphics/wayland/distinfo
+++ b/graphics/wayland/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1611766143
+TIMESTAMP = 1622412504
SHA256 (wayland-1.19.0.tar.xz) = baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15
SIZE (wayland-1.19.0.tar.xz) = 456380
+SHA256 (ed55438366e93d70867e3ba6b80978673e536fc0.patch) = cdf90fc3ec9455aad348a5251842f9035484fb49a7d10fd4930192002308c6ea
+SIZE (ed55438366e93d70867e3ba6b80978673e536fc0.patch) = 927