rpms/putty/EL-5 putty-perms.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 putty.spec, 1.14, 1.15 sources, 1.6, 1.7

tremble tremble at fedoraproject.org
Mon Apr 12 16:31:13 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/putty/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13006

Modified Files:
	.cvsignore putty.spec sources 
Added Files:
	putty-perms.patch 
Log Message:
Update to devel versions before inital EPEL release

putty-perms.patch:
 uxmisc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE putty-perms.patch ---
--- putty-0.60/unix/uxmisc.c.orig	2007-01-20 08:13:57.000000000 -0600
+++ putty-0.60/unix/uxmisc.c	2007-04-30 11:26:17.000000000 -0500
@@ -143,7 +143,7 @@
 	int fd;
 	assert(mode[0] == 'w');	       /* is_private is meaningless for read */
 	fd = open(filename.path, O_WRONLY | O_CREAT | O_TRUNC,
-		      0700);
+		      0600);
 	if (fd < 0)
 	    return NULL;
 	return fdopen(fd, mode);


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/putty/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	19 Apr 2005 12:22:49 -0000	1.5
+++ .cvsignore	12 Apr 2010 16:31:11 -0000	1.6
@@ -1,2 +1,2 @@
-putty-0.58.tar.gz
-putty-0.58.tar.gz.RSA
+putty-0.60.tar.gz
+putty-0.60.tar.gz.RSA


Index: putty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/putty/EL-5/putty.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- putty.spec	10 Mar 2007 23:06:41 -0000	1.14
+++ putty.spec	12 Apr 2010 16:31:12 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		putty
-Version:	0.59
-Release:	1%{?dist}
+Version:	0.60
+Release:	5%{?dist}
 Summary:	SSH, Telnet and Rlogin client
 License:	MIT
 Group:		Applications/Internet
@@ -9,8 +9,9 @@ Source0:	http://the.earth.li/~sgtatham/p
 Source1:	http://the.earth.li/~sgtatham/putty/latest/%{name}-%{version}.tar.gz.RSA
 Source2:	putty.desktop
 Source3:	putty.png
+Patch0:		putty-perms.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	gtk+-devel desktop-file-utils sed
+BuildRequires:	gtk+-devel desktop-file-utils sed pkgconfig
 
 %description
 Putty is a SSH, Telnet & Rlogin client - this time for Linux.
@@ -18,6 +19,7 @@ Putty is a SSH, Telnet & Rlogin client -
 %prep
 
 %setup -q
+%patch0 -p1
 
 %build
 %{__sed} -i -e "/.*sbcsdat.c/d" manifest
@@ -60,11 +62,27 @@ install -m644 -D -p %{SOURCE3} $RPM_BUIL
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
-* Sat Mar 10 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.59-1
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.60-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.60-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 13 2008 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.60-3
+- Bump-n-build for GCC 4.3
+
+* Tue Aug 21 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.60-2
+- Rebuild for BuildID
+
+* Mon Apr 30 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.60-1
+- New upstream version (mostly bugfixes)
+- Previous release pre-emptively fixed CVE-2006-7162/BZ#231726
+- Added patch to make "private" files (keys/logs) non-executable
+
+* Thu Jan 25 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.59-1
 - New upstream version
 - Macro-ized Source filenames
 - Cleanup of spaces/tabs to eliminate rpmlint warnings
-- Upgraded due to CVE-2006-7162/BZ#231726
 
 * Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.58-3
 - Rebuild for FC6


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/putty/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	10 Mar 2007 23:06:41 -0000	1.6
+++ sources	12 Apr 2010 16:31:12 -0000	1.7
@@ -1,2 +1,2 @@
-2c90f3aecd2e4b41df61fb047a6c8f11  putty-0.59.tar.gz
-fc538a0396a66be1424477c669d84c66  putty-0.59.tar.gz.RSA
+07e65fd98b16d115ae38a180bfb242e2  putty-0.60.tar.gz
+6e81a3ce4c32b02d656b1654d4cdf193  putty-0.60.tar.gz.RSA



More information about the scm-commits mailing list