Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 22:04:38 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r515073 - branches/2019Q4/security/putty
Message-ID:  <201910202204.x9KM4cqI057706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910202204.x9KM4cqI057706>