From owner-dev-commits-ports-all@freebsd.org Tue Jun 1 14:40:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC8D46555C2; Tue, 1 Jun 2021 14:40:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FvZZh4Qnpz3LpY; Tue, 1 Jun 2021 14:40:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FCB025524; Tue, 1 Jun 2021 14:40:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 151EeSxM085274; Tue, 1 Jun 2021 14:40:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151EeS48085273; Tue, 1 Jun 2021 14:40:28 GMT (envelope-from git) Date: Tue, 1 Jun 2021 14:40:28 GMT Message-Id: <202106011440.151EeS48085273@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jung-uk Kim Subject: git: c0f9304ef928 - 2021Q2 - x11/libX11: Update to 1.7.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jkim X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: c0f9304ef928105ed2616c2bda5f9a48f6dae053 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 14:40:29 -0000 The branch 2021Q2 has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0f9304ef928105ed2616c2bda5f9a48f6dae053 commit c0f9304ef928105ed2616c2bda5f9a48f6dae053 Author: Daniel Engberg AuthorDate: 2021-05-20 17:44:43 +0000 Commit: Jung-uk Kim CommitDate: 2021-06-01 14:39:34 +0000 x11/libX11: Update to 1.7.1. https://lists.x.org/archives/xorg-announce/2021-May/003088.html https://lists.x.org/archives/xorg-announce/2021-May/003089.html PR: 256034 Security: CVE-2021-31535 (cherry picked from commit 275cdd9b5f5b66999dc8bcafa610eaa85b5b7b55) --- x11/libX11/Makefile | 2 +- x11/libX11/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index ff5357277fce..d4a6fcd144c2 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Anholt PORTNAME= libX11 -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index 050b2ec10ea4..febf957cf46c 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605899291 -SHA256 (xorg/lib/libX11-1.7.0.tar.bz2) = 36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54 -SIZE (xorg/lib/libX11-1.7.0.tar.bz2) = 2409144 +TIMESTAMP = 1621526548 +SHA256 (xorg/lib/libX11-1.7.1.tar.bz2) = e64e43deaa562cbfb0d5ada64670ec09c6fac7935262dcd77bbc6d984a535d47 +SIZE (xorg/lib/libX11-1.7.1.tar.bz2) = 2426509