rpms/up-imapproxy/devel up-imapproxy-CAN-2005-2661.patch, NONE, 1.1 up-imapproxy.spec, 1.4, 1.5

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Oct 11 19:37:30 UTC 2005


Author: scop

Update of /cvs/extras/rpms/up-imapproxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32294/devel

Modified Files:
	up-imapproxy.spec 
Added Files:
	up-imapproxy-CAN-2005-2661.patch 
Log Message:
(Non-maintainer update, Jeff ack'd.)

* Tue Oct 11 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.4-4
- Fix for CAN-2005-2661 (#170220, from Debian).


up-imapproxy-CAN-2005-2661.patch:

--- NEW FILE up-imapproxy-CAN-2005-2661.patch ---
--- src/main.c~	2005-08-31 19:32:24.000000000 +0300
+++ src/main.c	2005-10-11 21:06:27.000000000 +0300
@@ -849,7 +849,7 @@
 	exit( 1 );
     }
     
-    sprintf( DestBuf, CP );
+    sprintf( DestBuf, "%s", CP );
     
     /*
      * initially assume that the server doesn't support UNSELECT.


Index: up-imapproxy.spec
===================================================================
RCS file: /cvs/extras/rpms/up-imapproxy/devel/up-imapproxy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- up-imapproxy.spec	10 Sep 2005 02:30:03 -0000	1.4
+++ up-imapproxy.spec	11 Oct 2005 19:37:28 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: University of Pittsburgh IMAP Proxy
 Name: up-imapproxy
 Version: 1.2.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://www.imapproxy.org
@@ -9,6 +9,7 @@
 Source1: imapproxy.init
 # Source1 can be downloaded from
 # https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=118632
+Patch0: %{name}-CAN-2005-2661.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig, /sbin/service
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure
@@ -72,6 +74,9 @@
 %{_sbindir}/*
 
 %changelog
+* Tue Oct 11 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.4-4
+- Fix for CAN-2005-2661 (#170220, from Debian).
+
 * Fri Sep  9 2005 Jeff Carlson <jeff at ultimateevil.org> - 1.2.4-3
 - Same as -2.
 




More information about the fedora-extras-commits mailing list