Date: Mon, 18 Dec 2017 07:16:25 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r456598 - branches/2017Q4/x11/libXcursor Message-ID: <201712180716.vBI7GPLY053321@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon Dec 18 07:16:25 2017 New Revision: 456598 URL: https://svnweb.freebsd.org/changeset/ports/456598 Log: MFH: r456538 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 Security: ddecde18-e33b-11e7-a293-54e1ad3d6335 Approved by: ports-secteam (delphij) Modified: branches/2017Q4/x11/libXcursor/Makefile branches/2017Q4/x11/libXcursor/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/x11/libXcursor/Makefile ============================================================================== --- branches/2017Q4/x11/libXcursor/Makefile Mon Dec 18 07:16:09 2017 (r456597) +++ branches/2017Q4/x11/libXcursor/Makefile Mon Dec 18 07:16:25 2017 (r456598) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXcursor -PORTVERSION= 1.1.14 -PORTREVISION= 4 +PORTVERSION= 1.1.15 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2017Q4/x11/libXcursor/distinfo ============================================================================== --- branches/2017Q4/x11/libXcursor/distinfo Mon Dec 18 07:16:09 2017 (r456597) +++ branches/2017Q4/x11/libXcursor/distinfo Mon Dec 18 07:16:25 2017 (r456598) @@ -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?201712180716.vBI7GPLY053321>