Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2017 15:26:02 +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: r456538 - head/x11/libXcursor
Message-ID:  <201712171526.vBHFQ2WY053848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Dec 17 15:26:02 2017
New Revision: 456538
URL: https://svnweb.freebsd.org/changeset/ports/456538

Log:
  Update to 1.1.15
  
  This update contains a fix for CVE-2017-16612, integer overflow that can
  lead to a heap buffer overflow when parsing malicious files.
  
  For general changelog, see
  https://lists.x.org/archives/xorg-announce/2017-November/002823.html
  
  MFH:		2017Q4
  Security:	ddecde18-e33b-11e7-a293-54e1ad3d6335

Modified:
  head/x11/libXcursor/Makefile
  head/x11/libXcursor/distinfo

Modified: head/x11/libXcursor/Makefile
==============================================================================
--- head/x11/libXcursor/Makefile	Sun Dec 17 15:23:50 2017	(r456537)
+++ head/x11/libXcursor/Makefile	Sun Dec 17 15:26:02 2017	(r456538)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libXcursor
-PORTVERSION=	1.1.14
-PORTREVISION=	4
+PORTVERSION=	1.1.15
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11/libXcursor/distinfo
==============================================================================
--- head/x11/libXcursor/distinfo	Sun Dec 17 15:23:50 2017	(r456537)
+++ head/x11/libXcursor/distinfo	Sun Dec 17 15:26:02 2017	(r456538)
@@ -1,2 +1,3 @@
-SHA256 (xorg/lib/libXcursor-1.1.14.tar.bz2) = 9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df
-SIZE (xorg/lib/libXcursor-1.1.14.tar.bz2) = 311896
+TIMESTAMP = 1513522502
+SHA256 (xorg/lib/libXcursor-1.1.15.tar.bz2) = 294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b
+SIZE (xorg/lib/libXcursor-1.1.15.tar.bz2) = 331607



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