Author: tiwek                        Date: Tue Mar  8 08:59:02 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 8.13.3

---- Files affected:
SOURCES:
   sendmail-hprescan-dos.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/sendmail-hprescan-dos.patch
diff -u SOURCES/sendmail-hprescan-dos.patch:1.2 
SOURCES/sendmail-hprescan-dos.patch:1.3
--- SOURCES/sendmail-hprescan-dos.patch:1.2     Mon Sep 24 10:30:27 2001
+++ SOURCES/sendmail-hprescan-dos.patch Tue Mar  8 09:58:57 2005
@@ -1,24 +1,23 @@
-diff -Nur sendmail-8.12.0.orig/sendmail/collect.c 
sendmail-8.12.0/sendmail/collect.c
---- sendmail-8.12.0.orig/sendmail/collect.c    Wed Sep  5 00:43:02 2001
-+++ sendmail-8.12.0/sendmail/collect.c Mon Sep 24 10:25:42 2001
+--- sendmail-8.13.3/sendmail/collect.c~        2004-12-01 00:29:15.000000000 
+0100
++++ sendmail-8.13.3/sendmail/collect.c 2005-03-08 09:43:40.848804648 +0100
 @@ -15,6 +15,8 @@
  
  SM_RCSID("@(#)$Id$")
  
 +#define MAXHDRZ 512
 +
- static void   collecttimeout __P((time_t));
- static void   dferror __P((SM_FILE_T *volatile, char *, ENVELOPE *));
+ static void   collecttimeout __P((int));
  static void   eatfrom __P((char *volatile, ENVELOPE *));
-@@ -292,6 +294,7 @@
-       HDR **hdrp;
+ static void   collect_doheader __P((ENVELOPE *));
+@@ -288,6 +290,7 @@
        register ENVELOPE *e;
+       bool rsetsize;
  {
 +      int hdrz = 0;
        register SM_FILE_T *volatile df;
        volatile bool ignrdot;
-       volatile time_t dbto;
-@@ -582,6 +585,16 @@
+       volatile int dbto;
+@@ -613,6 +616,16 @@
                                mstate = MS_BODY;
                                goto nextstate;
                        }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/sendmail-hprescan-dos.patch?r1=1.2&r2=1.3&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to