Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 09:33:57 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544154 - head/x11/libX11
Message-ID:  <202008040933.0749XvNd028175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Aug  4 09:33:56 2020
New Revision: 544154
URL: https://svnweb.freebsd.org/changeset/ports/544154

Log:
  x11/libX11: Fix regression after security fixes
  
  Add an upstream patch that fixes regressions after the last round of
  security updates, and the update to 1.6.10.
  This regression causes issues with emacs, at least.
  
  Reported by:	Kevin Oberman
  MFH:		2020Q3

Modified:
  head/x11/libX11/Makefile
  head/x11/libX11/distinfo

Modified: head/x11/libX11/Makefile
==============================================================================
--- head/x11/libX11/Makefile	Tue Aug  4 09:33:11 2020	(r544153)
+++ head/x11/libX11/Makefile	Tue Aug  4 09:33:56 2020	(r544154)
@@ -3,12 +3,15 @@
 
 PORTNAME=	libX11
 PORTVERSION=	1.6.10
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X11 library
+
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/
+PATCHFILES=	93fce3f4e79cbc737d6468a4f68ba3de1b83953b.diff:-p1
 
 LICENSE=	MIT
 

Modified: head/x11/libX11/distinfo
==============================================================================
--- head/x11/libX11/distinfo	Tue Aug  4 09:33:11 2020	(r544153)
+++ head/x11/libX11/distinfo	Tue Aug  4 09:33:56 2020	(r544154)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1596280172
+TIMESTAMP = 1596532483
 SHA256 (xorg/lib/libX11-1.6.10.tar.bz2) = af48626989b8515c994777896bd7b7ba2bd5b1ef4e1efaee0a55d8852bbe6226
 SIZE (xorg/lib/libX11-1.6.10.tar.bz2) = 2294095
+SHA256 (xorg/lib/93fce3f4e79cbc737d6468a4f68ba3de1b83953b.diff) = 9714a5a84f2fd810f5b0c80e1fa5ead5fc77885482126b52b353f063459782a4
+SIZE (xorg/lib/93fce3f4e79cbc737d6468a4f68ba3de1b83953b.diff) = 958



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