SOURCES (RA-branch): sendmail-hprescan-dos.patch - up to 8.13.6

tiwek tiwek at pld-linux.org
Sat Mar 25 19:19:04 CET 2006


Author: tiwek                        Date: Sat Mar 25 18:19:04 2006 GMT
Module: SOURCES                       Tag: RA-branch
---- Log message:
- up to 8.13.6

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

---- Diffs:

================================================================
Index: SOURCES/sendmail-hprescan-dos.patch
diff -u SOURCES/sendmail-hprescan-dos.patch:1.2 SOURCES/sendmail-hprescan-dos.patch:1.2.2.1
--- SOURCES/sendmail-hprescan-dos.patch:1.2	Mon Sep 24 10:30:27 2001
+++ SOURCES/sendmail-hprescan-dos.patch	Sat Mar 25 19:18:59 2006
@@ -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	eatfrom __P((char *volatile, ENVELOPE *));
-@@ -292,6 +294,7 @@
- 	HDR **hdrp;
+ static void	collect_doheader __P((ENVELOPE *));
+ static SM_FILE_T *collect_dfopen __P((ENVELOPE *));
+@@ -283,6 +285,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 @@
+ 	register SM_FILE_T *df;
+ 	bool ignrdot;
+ 	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.2.2.1&f=u



More information about the pld-cvs-commit mailing list