[putty] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Aug 12 08:00:34 UTC 2013


commit da58d809ed5af0832480b7e48251a7b2511e95e2
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Aug 12 10:00:25 2013 +0200

    New version
    
      Resolves: rhbz#995610
    - Dropped perms, CVE-2013-4852, CVE-2013-4206, CVE-2013-4207,
      CVE-2013-4208 patches (all in upstream)

 putty-CVE-2013-4206.patch |   85 ---------------------------------------------
 putty-CVE-2013-4207.patch |   20 ----------
 putty-CVE-2013-4208.patch |   27 --------------
 putty-CVE-2013-4852.patch |   43 -----------------------
 putty-perms.patch         |   11 ------
 putty.spec                |   20 ++++------
 6 files changed, 8 insertions(+), 198 deletions(-)
---
diff --git a/putty.spec b/putty.spec
index 9bdb35d..418f5d8 100644
--- a/putty.spec
+++ b/putty.spec
@@ -1,6 +1,6 @@
 Name:		putty
-Version:	0.62
-Release:	7%{?dist}
+Version:	0.63
+Release:	1%{?dist}
 Summary:	SSH, Telnet and Rlogin client
 License:	MIT
 Group:		Applications/Internet
@@ -8,11 +8,6 @@ URL:		http://www.chiark.greenend.org.uk/~sgtatham/putty/
 Source0:	http://the.earth.li/~sgtatham/putty/latest/%{name}-%{version}.tar.gz
 Source2:	%{name}.desktop
 # By default create new files as non-executables
-Patch0:		putty-perms.patch
-Patch1:		putty-CVE-2013-4852.patch
-Patch2:		putty-CVE-2013-4206.patch
-Patch3:		putty-CVE-2013-4207.patch
-Patch4:		putty-CVE-2013-4208.patch
 BuildRequires:	gtk2-devel krb5-devel halibut desktop-file-utils
 BuildRequires:	ImageMagick
 
@@ -22,11 +17,6 @@ Putty is a SSH, Telnet & Rlogin client - this time for Linux.
 %prep
 
 %setup -q
-%patch0 -p1
-%patch1 -p1 -b .CVE-2013-4852
-%patch2 -p1 -b .CVE-2013-4206
-%patch3 -p1 -b .CVE-2013-4207
-%patch4 -p1 -b .CVE-2013-4208
 
 %build
 ./mkfiles.pl
@@ -66,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 12 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 0.63-1
+- New version
+  Resolves: rhbz#995610
+- Dropped perms, CVE-2013-4852, CVE-2013-4206, CVE-2013-4207,
+  CVE-2013-4208 patches (all in upstream)
+
 * Thu Aug  8 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 0.62-7
 - Fixed a heap-corrupting buffer underrun bug in the modmul function
   Resolves: CVE-2013-4206


More information about the scm-commits mailing list