SOURCES: sendmail-hprescan-dos.patch - update to 8.13.6
glen
glen at pld-linux.org
Thu Mar 23 00:38:32 CET 2006
Author: glen Date: Wed Mar 22 23:38:31 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update to 8.13.6
---- Files affected:
SOURCES:
sendmail-hprescan-dos.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/sendmail-hprescan-dos.patch
diff -u SOURCES/sendmail-hprescan-dos.patch:1.3 SOURCES/sendmail-hprescan-dos.patch:1.4
--- SOURCES/sendmail-hprescan-dos.patch:1.3 Tue Mar 8 09:58:57 2005
+++ SOURCES/sendmail-hprescan-dos.patch Thu Mar 23 00:38:26 2006
@@ -6,17 +6,17 @@
+#define MAXHDRZ 512
+
- static void collecttimeout __P((int));
static void eatfrom __P((char *volatile, ENVELOPE *));
static void collect_doheader __P((ENVELOPE *));
-@@ -288,6 +290,7 @@
+ 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 int dbto;
+ 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.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list