rpms/mail-notification/devel mail-notification-5.4-sasl_encode64.patch, 1.2, 1.3

Dmitry Butskoy buc at fedoraproject.org
Tue May 19 18:07:17 UTC 2009


Author: buc

Update of /cvs/extras/rpms/mail-notification/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20861

Modified Files:
	mail-notification-5.4-sasl_encode64.patch 
Log Message:


mail-notification-5.4-sasl_encode64.patch:

Index: mail-notification-5.4-sasl_encode64.patch
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification-5.4-sasl_encode64.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mail-notification-5.4-sasl_encode64.patch	19 May 2009 17:44:30 -0000	1.2
+++ mail-notification-5.4-sasl_encode64.patch	19 May 2009 18:07:17 -0000	1.3
@@ -22,15 +22,3 @@ diff -up mail-notification-5.4/src/mn-cl
    unsigned int outlen;
    int result;
    char *str;
-diff -up mail-notification-5.4/src/mn-pop3-mailbox.gob mail-notification-5.4-OK/src/mn-pop3-mailbox.gob
---- mail-notification-5.4/src/mn-pop3-mailbox.gob	2008-05-22 17:45:36.000000000 +0200
-+++ mail-notification-5.4-OK/src/mn-pop3-mailbox.gob	2009-05-19 10:28:12.007226236 +0200
-@@ -438,7 +438,7 @@ class MN:POP3:Mailbox from MN:PI:Mailbox
- 
- 	if (initial_clientoutlen > 0)
- 	  {
--	    char buf64[initial_clientoutlen * 2]; /* Base64 is 33% larger than the data it encodes */
-+	    char buf64[initial_clientoutlen * 2 + 1]; /* Base64 is 33% larger than the data it encodes */
- 	    unsigned int outlen;
- 	    int result;
- 	    char *str;




More information about the scm-commits mailing list