OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   17-Nov-2008 22:08:59
  Branch: HEAD                             Handle: 2008111721085900

  Modified files:
    openpkg-src/fetchmail   fetchmail.patch fetchmail.spec

  Log:
    upgrading package: fetchmail 6.3.8 -> 6.3.9

  Summary:
    Revision    Changes     Path
    1.11        +2  -21     openpkg-src/fetchmail/fetchmail.patch
    1.94        +2  -2      openpkg-src/fetchmail/fetchmail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 fetchmail.patch
  --- openpkg-src/fetchmail/fetchmail.patch     4 Sep 2007 08:29:06 -0000       
1.10
  +++ openpkg-src/fetchmail/fetchmail.patch     17 Nov 2008 21:08:59 -0000      
1.11
  @@ -1,6 +1,6 @@
   Index: socket.c
  ---- socket.c.orig    2006-12-17 01:05:31 +0100
  -+++ socket.c 2007-01-06 09:43:51 +0100
  +--- socket.c.orig    2008-11-13 12:48:47 +0100
  ++++ socket.c 2008-11-17 13:59:21 +0100
   @@ -9,6 +9,8 @@
    #include <stdio.h>
    #include <errno.h>
  @@ -10,22 +10,3 @@
    #include <ctype.h> /* isspace() */
    #ifdef HAVE_MEMORY_H
    #include <memory.h>
  -
  ------------------------------------------------------------------------------
  -
  -Security Fix
  -http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt
  -
  -Index: sink.c
  ---- sink.c   (revision 5118)
  -+++ sink.c   (revision 5119)
  -@@ -262,7 +262,7 @@
  -     const char *md1 = "MAILER-DAEMON", *md2 = "MAILER-DAEMON@";
  - 
  -     /* don't bounce in reply to undeliverable bounces */
  --    if (!msg->return_path[0] ||
  -+    if (!msg || !msg->return_path[0] ||
  -     strcmp(msg->return_path, "<>") == 0 ||
  -     strcasecmp(msg->return_path, md1) == 0 ||
  -     strncasecmp(msg->return_path, md2, strlen(md2)) == 0)
  -
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.spec
  ============================================================================
  $ cvs diff -u -r1.93 -r1.94 fetchmail.spec
  --- openpkg-src/fetchmail/fetchmail.spec      8 Apr 2008 14:40:58 -0000       
1.93
  +++ openpkg-src/fetchmail/fetchmail.spec      17 Nov 2008 21:08:59 -0000      
1.94
  @@ -31,8 +31,8 @@
   Class:        BASE
   Group:        Mail
   License:      GPL
  -Version:      6.3.8
  -Release:      20080408
  +Version:      6.3.9
  +Release:      20081117
   
   #   package options
   %option       with_conf  no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to