Hello community,

here is the log from the commit of package putty for openSUSE:Factory checked 
in at 2016-03-16 10:35:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/putty (Old)
 and      /work/SRC/openSUSE:Factory/.putty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "putty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/putty/putty.changes      2015-11-10 
10:04:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.putty.new/putty.changes 2016-03-16 
10:35:56.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar  8 18:35:39 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------
+Tue Mar  8 16:43:24 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 0.67
+* resolved a security issue with the PSCP protocol implementation
+
+-------------------------------------------------------------------

Old:
----
  putty-0.66.tar.gz
  putty-0.66.tar.gz.gpg

New:
----
  putty-0.67.tar.gz
  putty-0.67.tar.gz.gpg
  reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ putty.spec ++++++
--- /var/tmp/diff_new_pack.5DzE81/_old  2016-03-16 10:35:57.000000000 +0100
+++ /var/tmp/diff_new_pack.5DzE81/_new  2016-03-16 10:35:57.000000000 +0100
@@ -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 @@
 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 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %configure

++++++ putty-0.66.tar.gz -> putty-0.67.tar.gz ++++++
++++ 8919 lines of diff (skipped)

++++++ reproducible.patch ++++++
From: Bernhard Wiedemann <bwiedem...@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

Reply via email to