Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 22:39:31 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 567aa9c05c47 - 2021Q2 - x11-toolkits/wlroots: backport fix for bundled libXcursor
Message-ID:  <202105302239.14UMdVMw080684@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by jbeich:

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

commit 567aa9c05c47773a68f12d168cfb2c249c3101d1
Author:     Evgeniy Khramtsov <evgeniy@khramtsov.org>
AuthorDate: 2021-05-30 22:15:53 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-05-30 22:37:23 +0000

    x11-toolkits/wlroots: backport fix for bundled libXcursor
    
    PR:             256274
    Security:       CVE-2013-2003
    (cherry picked from commit fc72140f6f4a11e87aeb620aa7b9034308ef93ae)
---
 x11-toolkits/wlroots/Makefile | 2 ++
 x11-toolkits/wlroots/distinfo | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index c300e99431a6..6f0082e98b8d 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -1,11 +1,13 @@
 
 PORTNAME=	wlroots
 DISTVERSION=	0.12.0
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	8bdf0df41719.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064
 PATCHFILES+=	90cb6d26877b.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064
+PATCHFILES+=	d0c1f0c0b637.patch:-p1 # https://github.com/swaywm/wlroots/pull/2908
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Modular Wayland compositor library
diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo
index 3706fc23d866..7d15779683f0 100644
--- a/x11-toolkits/wlroots/distinfo
+++ b/x11-toolkits/wlroots/distinfo
@@ -5,5 +5,7 @@ SHA256 (8bdf0df41719.patch) = 038fb04b004f862f5ee9a2ad6f97592c94501283b17af6537d
 SIZE (8bdf0df41719.patch) = 5800
 SHA256 (90cb6d26877b.patch) = 65c9c9f45d9916da143b76dec3280f7414c757ff2cf9992897ed69cfcaed5edd
 SIZE (90cb6d26877b.patch) = 3971
+SHA256 (d0c1f0c0b637.patch) = 489aae1a14e7fecde4acfd09b3321975adae9b191fc859894e38cfad1b1ea9b7
+SIZE (d0c1f0c0b637.patch) = 1129
 SHA256 (fcee578b13eb.patch) = 641ae85b3730854f9cbafe9f5f27ddc7c79fa5eb59ff1f5d2ea64f6e6179ca29
 SIZE (fcee578b13eb.patch) = 27688



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