svn commit: r514728 - head/security/putty

Matthias Andree mandree at FreeBSD.org
Fri Oct 18 15:58:50 UTC 2019


Author: mandree
Date: Fri Oct 18 15:58:49 2019
New Revision: 514728
URL: https://svnweb.freebsd.org/changeset/ports/514728

Log:
  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.
  
  MFH:		2019Q4

Modified:
  head/security/putty/Makefile
  head/security/putty/distinfo

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Fri Oct 18 15:54:48 2019	(r514727)
+++ head/security/putty/Makefile	Fri Oct 18 15:58:49 2019	(r514728)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	putty
-PORTVERSION=	0.72
+PORTVERSION=	0.73
 CATEGORIES=	security
 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: head/security/putty/distinfo
==============================================================================
--- head/security/putty/distinfo	Fri Oct 18 15:54:48 2019	(r514727)
+++ head/security/putty/distinfo	Fri Oct 18 15:58:49 2019	(r514728)
@@ -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


More information about the svn-ports-head mailing list