Correct misplaced variable in patch.

Mon, 06 Apr 2009 23:53:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 06 Apr 2009 23:53:50 +0200
changeset 147
13509f36148e
parent 146
bc79b3740eb8
child 148
f6edc24e328f

Correct misplaced variable in patch.

postfix/postfix.patch file | annotate | diff | comparison | revisions
postfix/postfix.spec file | annotate | diff | comparison | revisions
     1.1 --- a/postfix/postfix.patch	Mon Apr 06 23:53:05 2009 +0200
     1.2 +++ b/postfix/postfix.patch	Mon Apr 06 23:53:50 2009 +0200
     1.3 @@ -101,14 +101,14 @@
     1.4       || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
     1.5       || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
     1.6  Index: src/smtp/smtp_reuse.c
     1.7 ---- src/smtp/smtp_reuse.c.orig	2008-12-04 01:06:42 +0100
     1.8 -+++ src/smtp/smtp_reuse.c	2009-01-04 11:11:45 +0100
     1.9 +--- src/smtp/smtp_reuse.c.orig	2008-12-04 01:06:42.000000000 +0100
    1.10 ++++ src/smtp/smtp_reuse.c	2009-04-06 20:38:18.974597344 +0200
    1.11  @@ -216,7 +216,9 @@
    1.12       /*
    1.13        * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE.
    1.14        */
    1.15  +#if 0
    1.16 -     vstream_tweak_sock(stream);
    1.17 +     vstream_tweak_sock(session->stream);
    1.18  +#endif
    1.19   
    1.20       /*
     2.1 --- a/postfix/postfix.spec	Mon Apr 06 23:53:05 2009 +0200
     2.2 +++ b/postfix/postfix.spec	Mon Apr 06 23:53:50 2009 +0200
     2.3 @@ -37,7 +37,7 @@
     2.4  Group:        Mail
     2.5  License:      IPL
     2.6  Version:      %{V_postfix}
     2.7 -Release:      20090104
     2.8 +Release:      20090406
     2.9  
    2.10  #   package options
    2.11  %option       with_fsl       yes

mercurial