diff options
-rw-r--r-- | mail/procmail/Makefile | 2 | ||||
-rw-r--r-- | mail/procmail/files/patch-src:mailfold.c | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 43b178026e1e..c773d0492893 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= procmail PORTVERSION= 3.22 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \ ftp://ftp.psg.com/pub/unix/procmail/ \ diff --git a/mail/procmail/files/patch-src:mailfold.c b/mail/procmail/files/patch-src:mailfold.c new file mode 100644 index 000000000000..a95d5eb24802 --- /dev/null +++ b/mail/procmail/files/patch-src:mailfold.c @@ -0,0 +1,12 @@ +--- src/mailfold.c.orig 2001-09-11 08:58:34.000000000 +0400 ++++ src/mailfold.c 2010-12-06 12:55:44.000000000 +0300 +@@ -378,7 +378,8 @@ + dfilled=mailread=0; + else if(rhead) /* only read in a new header */ + { memblk new; +- dfilled=mailread=0;makeblock(&new,0);readdyn(&new,&dfilled,0); ++ dfilled=mailread=0;makeblock(&new,0); ++ readdyn(&new,&dfilled,thebody-themail.p); + if(tobesent>dfilled&&isprivate) /* put it in place here */ + { tmemmove(themail.p+dfilled,thebody,filled-=tobesent); + tmemmove(themail.p,new.p,dfilled); |