From c767b9fed6aeb8db3df1b71524b5bea3c5958840e6196b7a51b010911c1fb180 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 17 Mar 2019 11:40:14 +0000 Subject: [PATCH] - Update to new upstream release 0.71 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=53 --- putty-0.70.tar.gz | 3 - putty-0.70.tar.gz.gpg | Bin 287 -> 0 bytes putty-0.71.tar.gz | 3 + putty-0.71.tar.gz.gpg | Bin 0 -> 438 bytes putty-03-config.diff | 130 +++++++++++++++++++++--------------------- putty.changes | 14 +++++ putty.spec | 6 +- 7 files changed, 85 insertions(+), 71 deletions(-) delete mode 100644 putty-0.70.tar.gz delete mode 100644 putty-0.70.tar.gz.gpg create mode 100644 putty-0.71.tar.gz create mode 100644 putty-0.71.tar.gz.gpg diff --git a/putty-0.70.tar.gz b/putty-0.70.tar.gz deleted file mode 100644 index b8380da..0000000 --- a/putty-0.70.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be -size 2386108 diff --git a/putty-0.70.tar.gz.gpg b/putty-0.70.tar.gz.gpg deleted file mode 100644 index 1e07495f681f992582bc68c727e2b38d070d0647655e87e13eff654af3f2c026..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p--MfQkSL2@swBCP=h2G~_>J2me#pRU$I$O&d%Rg58Vz zeighjpY5K?MS02)((h_^R8@{C&}=e96@u?mhpR$^Kxj^F_b!Y}3G4e4R7k&kTTb0z z8tm)Z9%K@La&uuRp)K4)ajv4R-+d`Vx70wvwx1?OeJki7fU@YxWlf3r+)|hMj1&sX@#%-wv{SNW>W$ lzg6oZt0~A!_Vqe(IKMOWEzk=!;RpWDh0@+#s{H!3bqd#eil+bo diff --git a/putty-0.71.tar.gz b/putty-0.71.tar.gz new file mode 100644 index 0000000..e743986 --- /dev/null +++ b/putty-0.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f931ce2f89780cc8ca7bbed90fcd22c44515d2773f5fa954069e209b48ec6b8 +size 2423752 diff --git a/putty-0.71.tar.gz.gpg b/putty-0.71.tar.gz.gpg new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..bd259bb88604d9e5545f0e68e7eb9ae6c1d2b12dfa6e909d5cfde4e0a9b1ba2a GIT binary patch literal 438 zcmV;n0ZIOe0kZ@E0SEvc79j-UbCj&3`Pl@OBH&bFiK1Uh=-Pq>0$hzIS^x?O5Mqg< zUrOlOf*x=T0FgqKU1cOer3}VF{xrfC3#!cfm-M6rhiOV>Ip|4g3_hlJOxD^O=rtvv zR=fcZn}8@Zl}5xdhwYf)o3!rB$xm=PEfhRJ7{Bn;u%~;IOxKpbhw%6CPnGLDQ&97G z54yAHCZM8*?HYbHLD48QSv8)(V^#H1oCMGE<{2=c*@TPryz@#CoMP z@|8tH!u~Rx{d<)$Ch*1~O|in2!3?z$($Txy?tY zt!<96OEUb}!Txj!Bp?4}e^5qR0!YzTa9Kc=PSA?=>%Z*Un`m)$IJEvpVsKeJx_0U{ z5$n1S7YKJi>z6nJqWE{_cltl_4k~P`>X=WnhCopcqbHllPkm*Qcm1;8T*bzN|8_Pu g0{%1H8BDshZrUPj=0<^}Z*MxjR9^9pxk + +- Update to new upstream release 0.71 + * Fixed a remotely triggerable memory overwrite in RSA key + exchange, which can occur before host key verification + potential recycling of random numbers used in cryptography. + * Fixed a remotely triggerable buffer overflow in any kind of + server-to-client forwarding. + * Fixed multiple denial-of-service attacks that can be triggered + by writing to the terminal. + * Major rewrite of the crypto code to remove cache and timing + side channels. + ------------------------------------------------------------------- Thu Jun 7 03:56:51 UTC 2018 - jnwang@suse.com diff --git a/putty.spec b/putty.spec index 403d3a1..b9dff4f 100644 --- a/putty.spec +++ b/putty.spec @@ -1,7 +1,7 @@ # # spec file for package putty # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: putty -Version: 0.70 +Version: 0.71 Release: 0 Summary: GTK-based terminal emulator program License: MIT