From owner-svn-ports-branches@freebsd.org Mon Dec 18 07:16:27 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F524EA3CB6; Mon, 18 Dec 2017 07:16:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFFD86ECB2; Mon, 18 Dec 2017 07:16:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBI7GQg3053323; Mon, 18 Dec 2017 07:16:26 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI7GPLY053321; Mon, 18 Dec 2017 07:16:25 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201712180716.vBI7GPLY053321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 18 Dec 2017 07:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r456598 - branches/2017Q4/x11/libXcursor X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2017Q4/x11/libXcursor X-SVN-Commit-Revision: 456598 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 07:16:27 -0000 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