Date: Thu, 21 Mar 2019 02:12:38 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496408 - head/x11/libXdmcp Message-ID: <201903210212.x2L2CckT001413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu Mar 21 02:12:37 2019 New Revision: 496408 URL: https://svnweb.freebsd.org/changeset/ports/496408 Log: 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 MFH: 2019Q1 (implicit approval, security fix) Security: 1b6a10e9-4b7b-11e9-9e89-54e1ad3d6335 CVE-2017-2625 Modified: head/x11/libXdmcp/Makefile head/x11/libXdmcp/distinfo Modified: head/x11/libXdmcp/Makefile ============================================================================== --- head/x11/libXdmcp/Makefile Thu Mar 21 02:03:34 2019 (r496407) +++ head/x11/libXdmcp/Makefile Thu Mar 21 02:12:37 2019 (r496408) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXdmcp -PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/libXdmcp/distinfo ============================================================================== --- head/x11/libXdmcp/distinfo Thu Mar 21 02:03:34 2019 (r496407) +++ head/x11/libXdmcp/distinfo Thu Mar 21 02:12:37 2019 (r496408) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903210212.x2L2CckT001413>