- Update to release 0.73

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=64
This commit is contained in:
Jan Engelhardt 2019-10-01 07:46:57 +00:00 committed by Git OBS Bridge
parent 3608e2e77d
commit d29dc263dd
7 changed files with 39 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f236b5a26b0905809b3cd190158e8b95d81f86ad34fdd97a4312c1877f2cec5f
size 2449516

Binary file not shown.

3
putty-0.73.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3db0b5403fb41aecd3aa506611366650d927650b6eb3d839ad4dcc782519df1c
size 2459115

BIN
putty-0.73.tar.gz.gpg Normal file

Binary file not shown.

View File

@ -10,10 +10,10 @@
windows/windefs.c | 2 +-
3 files changed, 35 insertions(+), 22 deletions(-)
Index: putty-0.72/settings.c
Index: putty-0.73/settings.c
===================================================================
--- putty-0.72.orig/settings.c
+++ putty-0.72/settings.c
--- putty-0.73.orig/settings.c
+++ putty-0.73/settings.c
@@ -17,8 +17,8 @@
static const struct keyvalwhere ciphernames[] = {
{ "aes", CIPHER_AES, -1, -1 },
@ -129,10 +129,10 @@ Index: putty-0.72/settings.c
gppb(sesskey, "CJKAmbigWide", false, conf, CONF_cjk_ambig_wide);
gppb(sesskey, "UTF8Override", true, conf, CONF_utf8_override);
gpps(sesskey, "Printer", "", conf, CONF_printer);
Index: putty-0.72/unix/unix.h
Index: putty-0.73/unix/unix.h
===================================================================
--- putty-0.72.orig/unix/unix.h
+++ putty-0.72/unix/unix.h
--- putty-0.73.orig/unix/unix.h
+++ putty-0.73/unix/unix.h
@@ -400,11 +400,7 @@ Socket *make_fd_socket(int infd, int out
/*
* Default font setting, which can vary depending on NOT_X_WINDOWS.
@ -146,10 +146,10 @@ Index: putty-0.72/unix/unix.h
/*
* uxpty.c.
Index: putty-0.72/windows/windefs.c
Index: putty-0.73/windows/windefs.c
===================================================================
--- putty-0.72.orig/windows/windefs.c
+++ putty-0.72/windows/windefs.c
--- putty-0.73.orig/windows/windefs.c
+++ putty-0.73/windows/windefs.c
@@ -9,7 +9,7 @@
FontSpec *platform_default_fontspec(const char *name)
{

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Oct 1 07:43:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.73
* 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.
* An SSH-1 server sending a disconnection message could cause
an access to freed memory.
* Tweaked terminal handling to prevent lost characters at the
ends of lines in gcc's colored error messages.
* Removed a bad interaction between the "clear scrollback"
operation and mouse selection that could give rise to the
dreaded "line==NULL" assertion box.
-------------------------------------------------------------------
Mon Aug 12 15:24:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: putty
Version: 0.72
Version: 0.73
Release: 0
Summary: SSH client with optional GTK-based terminal emulator frontend
License: MIT