- Update to release 0.74
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=67
This commit is contained in:
parent
c8c794c0a8
commit
99ab2303f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3db0b5403fb41aecd3aa506611366650d927650b6eb3d839ad4dcc782519df1c
|
||||
size 2459115
|
Binary file not shown.
3
putty-0.74.tar.gz
Normal file
3
putty-0.74.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddd5d388e51dd9e6e294005b30037f6ae802239a44c9dc9808c779e6d11b847d
|
||||
size 2476513
|
BIN
putty-0.74.tar.gz.gpg
Normal file
BIN
putty-0.74.tar.gz.gpg
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 11:02:18 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.74
|
||||
* Fixed a possible vulnerability [boo#1173442]
|
||||
* Added a new configuration option to mitigate a minor
|
||||
information leak in SSH host key policy.
|
||||
- Remove empty %post/%postun (says rpmlint)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 07:43:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
14
putty.spec
14
putty.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package putty
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: putty
|
||||
Version: 0.73
|
||||
Version: 0.74
|
||||
Release: 0
|
||||
Summary: SSH client with optional GTK-based terminal emulator frontend
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Url: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
|
||||
#Git-Web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
|
||||
#Git-Clone: git://git.tartarus.org/simon/putty
|
||||
@ -31,7 +31,6 @@ Source2: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz
|
||||
Source4: %name.keyring
|
||||
Patch1: putty-03-config.diff
|
||||
Patch2: reproducible.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: krb5-devel
|
||||
@ -88,14 +87,7 @@ install -m644 icons/putty-32.png "$b/%_datadir/pixmaps/putty.png"
|
||||
%check
|
||||
make check
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENCE doc/*.html
|
||||
%doc %_mandir/man*/*
|
||||
%_bindir/*
|
||||
|
Loading…
Reference in New Issue
Block a user