forked from pool/putty
Accepting request 370641 from X11:Utilities
- Update to new upstream release 0.67 OBS-URL: https://build.opensuse.org/request/show/370641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/putty?expand=0&rev=11
This commit is contained in:
commit
c50e443143
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993
|
||||
size 1948323
|
Binary file not shown.
3
putty-0.67.tar.gz
Normal file
3
putty-0.67.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47
|
||||
size 1955547
|
BIN
putty-0.67.tar.gz.gpg
Normal file
BIN
putty-0.67.tar.gz.gpg
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 18:35:39 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- Add reproducible.patch to fix build-compare
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 16:43:24 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.67
|
||||
* resolved a security issue with the PSCP protocol implementation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 08:47:47 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package putty
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: putty
|
||||
Version: 0.66
|
||||
Version: 0.67
|
||||
Release: 0
|
||||
Summary: GTK-based terminal emulator program
|
||||
License: MIT
|
||||
@ -30,6 +30,7 @@ Source: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz
|
||||
Source2: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz.gpg
|
||||
Source4: %name.keyring
|
||||
Patch1: putty-03-config.diff
|
||||
Patch2: reproducible.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: gtk2-devel
|
||||
@ -44,7 +45,7 @@ serial console client.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
%patch -P 1 -P 2 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
17
reproducible.patch
Normal file
17
reproducible.patch
Normal file
@ -0,0 +1,17 @@
|
||||
From: Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
Date: Tue, 8 Mar 2016 19:39:47
|
||||
# PATCH-FIX-TO-UPSTREAM
|
||||
|
||||
Drop build timestamps from png.
|
||||
|
||||
--- putty-0.66/icons/mkicon.py.orig 2015-11-07 10:16:40.000000000 +0000
|
||||
+++ putty-0.66/icons/mkicon.py 2016-03-08 18:34:34.600917451 +0000
|
||||
@@ -912,7 +912,7 @@
|
||||
assert minx >= 0 and miny >= 0 and maxx <= width and maxy <= width
|
||||
|
||||
block = render(canvas, 0, 0, width, width)
|
||||
- p = os.popen("convert -depth 8 -size %dx%d rgba:- %s" % (width,width,fname), "w")
|
||||
+ p = os.popen("convert -strip -depth 8 -size %dx%d rgba:- %s" % (width,width,fname), "w")
|
||||
assert len(block) == width
|
||||
for line in block:
|
||||
assert len(line) == width
|
Loading…
Reference in New Issue
Block a user