Update of /cvsroot/leaf/bin/lince
In directory sc8-pr-cvs1:/tmp/cvs-serv16337

Added Files:
        astaro_pop3vscan-0.4.patch 
Log Message:
new patch for pop3vscan

--- NEW FILE: astaro_pop3vscan-0.4.patch ---
diff -urN pop3vscan-0.4/Makefile pop3vscan-patch/Makefile
--- pop3vscan-0.4/Makefile      2002-06-12 02:19:05.000000000 +0200
+++ pop3vscan-patch/Makefile    2003-09-12 00:16:27.000000000 +0200
@@ -25,21 +25,21 @@
 CC=gcc
 #CFLAGS=-Wall -ggdb
 CFLAGS=-Wall -O2
-LDFLAGS=-L. -lmime -lpcre #-static
+LDFLAGS=-L. -lripmime -lpcre #-static
 
 OBJECTS=getline.o parsefile.o pop3vscan.o \
        scanner_basic.o scanner_avpd.o scanner_trophie.o
-LIBS=libmime.a
+LIBS=libripmime.a
 PROGS=pop3vscan
 DISTNAME="pop3vscan-0.4"
 
 all: $(PROGS)
 
[...11147 lines suppressed...]
     char * command;
     int len;
     FILE * scanner;
-    char  line[4096];
+    static char  line[4096*16];
     pcre * rx;
     const char *pcre_error;
     int pcre_erroffset;
--- pop3vscan-0.4/CHANGELOG     1970-01-01 01:00:00.000000000 +0100
+++ pop3vscan-patch/CHANGELOG   2003-09-12 00:38:59.000000000 +0200
@@ -0,0 +1,9 @@
+CHANGES---------------------------------------------------------------
+Thu Sep 11 2003
+       www.astaro.com sponsored the following changes
+       - implementing RIPMIME Released 1.3.0.4
+       - increased buffer size to handle long lines
+       - improved the timeout behavior of the proxy
+       - fixed small other issues
+       
+       




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to