svn commit: r456538 - head/x11/libXcursor

Niclas Zeising zeising at FreeBSD.org
Sun Dec 17 15:26:03 UTC 2017


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 at 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


More information about the svn-ports-head mailing list