# HG changeset patch # User Michael Schloh von Bennewitz # Date 1239054830 -7200 # Node ID 13509f36148eec61f71a199195fd58c91e20e1a6 # Parent bc79b3740eb8e52e5c0e864bdfbf225fdb529830 Correct misplaced variable in patch. diff -r bc79b3740eb8 -r 13509f36148e postfix/postfix.patch --- a/postfix/postfix.patch Mon Apr 06 23:53:05 2009 +0200 +++ b/postfix/postfix.patch Mon Apr 06 23:53:50 2009 +0200 @@ -101,14 +101,14 @@ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ Index: src/smtp/smtp_reuse.c ---- src/smtp/smtp_reuse.c.orig 2008-12-04 01:06:42 +0100 -+++ src/smtp/smtp_reuse.c 2009-01-04 11:11:45 +0100 +--- src/smtp/smtp_reuse.c.orig 2008-12-04 01:06:42.000000000 +0100 ++++ src/smtp/smtp_reuse.c 2009-04-06 20:38:18.974597344 +0200 @@ -216,7 +216,9 @@ /* * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE. */ +#if 0 - vstream_tweak_sock(stream); + vstream_tweak_sock(session->stream); +#endif /* diff -r bc79b3740eb8 -r 13509f36148e postfix/postfix.spec --- a/postfix/postfix.spec Mon Apr 06 23:53:05 2009 +0200 +++ b/postfix/postfix.spec Mon Apr 06 23:53:50 2009 +0200 @@ -37,7 +37,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20090104 +Release: 20090406 # package options %option with_fsl yes