From owner-svn-ports-all@freebsd.org Sun Oct 20 22:04:39 2019 Return-Path: Delivered-To: svn-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 7E97016C462; Sun, 20 Oct 2019 22:04:39 +0000 (UTC) (envelope-from mandree@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 46xDMW2pShz4QhQ; Sun, 20 Oct 2019 22:04:39 +0000 (UTC) (envelope-from mandree@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 437331A5EC; Sun, 20 Oct 2019 22:04:39 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9KM4dNo057708; Sun, 20 Oct 2019 22:04:39 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9KM4cqI057706; Sun, 20 Oct 2019 22:04:38 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201910202204.x9KM4cqI057706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 20 Oct 2019 22:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r515073 - branches/2019Q4/security/putty X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2019Q4/security/putty X-SVN-Commit-Revision: 515073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 20 Oct 2019 22:04:39 -0000 Author: mandree Date: Sun Oct 20 22:04:38 2019 New Revision: 515073 URL: https://svnweb.freebsd.org/changeset/ports/515073 Log: MFH: r514728 Update to upstream release 0.73 (security fixes) Relevant changes taken from this... ChangeLog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html * Security fix: in bracketed paste mode, the terminal escape sequences that should delimit the pasted data were appearing together on one side of it, making it possible to misidentify pasted data as manual keyboard input. * Bug fix (possibly security-related): an SSH-1 server sending a disconnection message could cause an access to freed memory. * Bug fix: tweaked terminal handling to prevent lost characters at the ends of lines in gcc's coloured error messages. * Bug fix: removed a bad interaction between the 'clear scrollback' operation and mouse selection that could give rise to the dreaded "line==NULL" assertion box. Approved by: ports-secteam@ (miwi@) Modified: branches/2019Q4/security/putty/Makefile branches/2019Q4/security/putty/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/security/putty/Makefile ============================================================================== --- branches/2019Q4/security/putty/Makefile Sun Oct 20 22:03:55 2019 (r515072) +++ branches/2019Q4/security/putty/Makefile Sun Oct 20 22:04:38 2019 (r515073) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -38,6 +38,7 @@ CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6 -DHAVE_FUTIMES LDFLAGS+= -Wl,--as-needed .if (${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3}) && !defined(WITHOUT_X11) +USES+= xorg USE_XORG= x11 .if ${PORT_OPTIONS:MGTK2} USES+= gnome Modified: branches/2019Q4/security/putty/distinfo ============================================================================== --- branches/2019Q4/security/putty/distinfo Sun Oct 20 22:03:55 2019 (r515072) +++ branches/2019Q4/security/putty/distinfo Sun Oct 20 22:04:38 2019 (r515073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563631735 -SHA256 (putty-0.72.tar.gz) = f236b5a26b0905809b3cd190158e8b95d81f86ad34fdd97a4312c1877f2cec5f -SIZE (putty-0.72.tar.gz) = 2449516 +TIMESTAMP = 1571412224 +SHA256 (putty-0.73.tar.gz) = 3db0b5403fb41aecd3aa506611366650d927650b6eb3d839ad4dcc782519df1c +SIZE (putty-0.73.tar.gz) = 2459115