git: fc72140f6f4a - main - x11-toolkits/wlroots: backport fix for bundled libXcursor

Jan Beich jbeich at FreeBSD.org
Sun May 30 22:39:31 UTC 2021


The branch main has been updated by jbeich:

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

commit fc72140f6f4a11e87aeb620aa7b9034308ef93ae
Author:     Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-05-30 22:15:53 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-30 22:36:31 +0000

    x11-toolkits/wlroots: backport fix for bundled libXcursor
    
    PR:             256274
    Security:       CVE-2013-2003
---
 x11-toolkits/wlroots/Makefile | 3 ++-
 x11-toolkits/wlroots/distinfo | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index 7191d30827f5..826f8d7b3da6 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	wlroots
 DISTVERSION=	0.13.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	7c0e2a271a4c.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064
 PATCHFILES+=	e1b5323f56c3.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064
+PATCHFILES+=	d0c1f0c0b637.patch:-p1 # https://github.com/swaywm/wlroots/pull/2908
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Modular Wayland compositor library
diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo
index 7c3b241c11b7..23a9fd4e43c3 100644
--- a/x11-toolkits/wlroots/distinfo
+++ b/x11-toolkits/wlroots/distinfo
@@ -5,5 +5,7 @@ SHA256 (7c0e2a271a4c.patch) = 2b92d3dde7640061ed85ab1690031f7627bebc2366e8c4da21
 SIZE (7c0e2a271a4c.patch) = 5729
 SHA256 (e1b5323f56c3.patch) = 13145323caf9e56412ee3766fb9eacca9c6e4ca7088a320e79bc1512c0afe522
 SIZE (e1b5323f56c3.patch) = 4028
+SHA256 (d0c1f0c0b637.patch) = 489aae1a14e7fecde4acfd09b3321975adae9b191fc859894e38cfad1b1ea9b7
+SIZE (d0c1f0c0b637.patch) = 1129
 SHA256 (eba4b66f92ca.patch) = a271c30c414fb2ae2cb6e0cbca77c37c1e15a3b160097f6e78298bfcec8df352
 SIZE (eba4b66f92ca.patch) = 96009


More information about the dev-commits-ports-all mailing list