svn commit: r546198 - head/x11/libX11

Niclas Zeising zeising at FreeBSD.org
Tue Aug 25 17:28:56 UTC 2020


Author: zeising
Date: Tue Aug 25 17:28:55 2020
New Revision: 546198
URL: https://svnweb.freebsd.org/changeset/ports/546198

Log:
  x11/libX11: Update to 1.6.12
  
  Update x11/libX11 to 1.6.12, which contains a fix for a double free
  vulnerability.
  The update also contains fixes already included in the FreeBSD libX11 port.
  
  Announcement and changelog:
  https://lists.x.org/archives/xorg-announce/2020-August/003057.html
  
  MFH:		2020Q3 (implicit, security fix)
  Security:	8da79498-e6f6-11ea-8cbf-54e1ad3d6335

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

Modified: head/x11/libX11/Makefile
==============================================================================
--- head/x11/libX11/Makefile	Tue Aug 25 17:26:32 2020	(r546197)
+++ head/x11/libX11/Makefile	Tue Aug 25 17:28:55 2020	(r546198)
@@ -2,17 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	libX11
-PORTVERSION=	1.6.11
-PORTREVISION=	1
+PORTVERSION=	1.6.12
 PORTEPOCH=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X11 library
-
-PATCH_SITES=	https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/
-PATCHFILES+=	6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff:-p1
-PATCHFILES+=	d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff:-p1
 
 LICENSE=	MIT
 

Modified: head/x11/libX11/distinfo
==============================================================================
--- head/x11/libX11/distinfo	Tue Aug 25 17:26:32 2020	(r546197)
+++ head/x11/libX11/distinfo	Tue Aug 25 17:28:55 2020	(r546198)
@@ -1,7 +1,3 @@
-TIMESTAMP = 1597657392
-SHA256 (xorg/lib/libX11-1.6.11.tar.bz2) = b1cc4b802058be7e3fb438ee2490f66fcc52ac3b2a14f47a22cbf77638e33606
-SIZE (xorg/lib/libX11-1.6.11.tar.bz2) = 2389687
-SHA256 (xorg/lib/6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff) = 9e3ebb781e985372f0b10db41898873049d50094aeea58884b150ebce27b68f8
-SIZE (xorg/lib/6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff) = 1011
-SHA256 (xorg/lib/d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff) = f0e637d850a24116c0abf7b45eff3bc926caef5df17b2664aef81c03f792bdf4
-SIZE (xorg/lib/d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff) = 463
+TIMESTAMP = 1598374923
+SHA256 (xorg/lib/libX11-1.6.12.tar.bz2) = f108227469419ac04d196df0f3b80ce1f7f65059bb54c0de811f4d8e03fd6ec7
+SIZE (xorg/lib/libX11-1.6.12.tar.bz2) = 2376498


More information about the svn-ports-head mailing list