Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2021 20:57:26 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6431a5d2419a - main - graphics/wayland: merge upstream fix for CVE-2013-2003
Message-ID:  <202105312057.14VKvQqQ067167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6431a5d2419ada906a7927c7b85e5f98bcd6eba2

commit 6431a5d2419ada906a7927c7b85e5f98bcd6eba2
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-05-31 19:59:06 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-05-31 20:55:01 +0000

    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)
---
 graphics/wayland/Makefile | 4 ++++
 graphics/wayland/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105312057.14VKvQqQ067167>