From owner-svn-ports-all@freebsd.org Thu Mar 21 02:15:06 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00CC315478D4; Thu, 21 Mar 2019 02:15:06 +0000 (UTC) (envelope-from zeising@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9233E8DE7F; Thu, 21 Mar 2019 02:15:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7509E1DFD; Thu, 21 Mar 2019 02:15:05 +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 x2L2F5Gr001706; Thu, 21 Mar 2019 02:15:05 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2L2F5t6001705; Thu, 21 Mar 2019 02:15:05 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201903210215.x2L2F5t6001705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 21 Mar 2019 02:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r496409 - branches/2019Q1/x11/libXdmcp X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2019Q1/x11/libXdmcp X-SVN-Commit-Revision: 496409 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9233E8DE7F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 02:15:06 -0000 Author: zeising Date: Thu Mar 21 02:15:04 2019 New Revision: 496409 URL: https://svnweb.freebsd.org/changeset/ports/496409 Log: MFH: r496408 x11/libXdmcp: Update to 1.1.3 Update x11/libXdmcp to 1.1.3. This is a security update, fixing an issue where ther might be insufficient entropy generating session keys. It is unknown if this issue affects FreeBSD. PR: 236578 Submitted by: pete@nomadlogic.org Security: 1b6a10e9-4b7b-11e9-9e89-54e1ad3d6335 CVE-2017-2625 Approved by: ports-secteam (implicit, security fix) Modified: branches/2019Q1/x11/libXdmcp/Makefile branches/2019Q1/x11/libXdmcp/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/x11/libXdmcp/Makefile ============================================================================== --- branches/2019Q1/x11/libXdmcp/Makefile Thu Mar 21 02:12:37 2019 (r496408) +++ branches/2019Q1/x11/libXdmcp/Makefile Thu Mar 21 02:15:04 2019 (r496409) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXdmcp -PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2019Q1/x11/libXdmcp/distinfo ============================================================================== --- branches/2019Q1/x11/libXdmcp/distinfo Thu Mar 21 02:12:37 2019 (r496408) +++ branches/2019Q1/x11/libXdmcp/distinfo Thu Mar 21 02:15:04 2019 (r496409) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXdmcp-1.1.2.tar.bz2) = 81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2 -SIZE (xorg/lib/libXdmcp-1.1.2.tar.bz2) = 331518 +TIMESTAMP = 1552759009 +SHA256 (xorg/lib/libXdmcp-1.1.3.tar.bz2) = 20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529 +SIZE (xorg/lib/libXdmcp-1.1.3.tar.bz2) = 332795