Date: Tue, 25 Aug 2020 17:31:51 +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: r546200 - branches/2020Q3/x11/libX11 Message-ID: <202008251731.07PHVp5M009541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Tue Aug 25 17:31:51 2020 New Revision: 546200 URL: https://svnweb.freebsd.org/changeset/ports/546200 Log: MFH: r546198 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 Security: 8da79498-e6f6-11ea-8cbf-54e1ad3d6335 Approved by: ports-secteam (implicit, security update) Modified: branches/2020Q3/x11/libX11/Makefile branches/2020Q3/x11/libX11/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11/libX11/Makefile ============================================================================== --- branches/2020Q3/x11/libX11/Makefile Tue Aug 25 17:30:33 2020 (r546199) +++ branches/2020Q3/x11/libX11/Makefile Tue Aug 25 17:31:51 2020 (r546200) @@ -2,17 +2,12 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.11 -PORTREVISION= 1 +PORTVERSION= 1.6.12 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@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: branches/2020Q3/x11/libX11/distinfo ============================================================================== --- branches/2020Q3/x11/libX11/distinfo Tue Aug 25 17:30:33 2020 (r546199) +++ branches/2020Q3/x11/libX11/distinfo Tue Aug 25 17:31:51 2020 (r546200) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008251731.07PHVp5M009541>