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:   09-Mar-2007 07:42:55
  Branch: HEAD                             Handle: 2007030906425500

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

  Log:
    upgrading package: citadel 7.05 -> 7.06

  Summary:
    Revision    Changes     Path
    1.6         +7  -9      openpkg-src/citadel/citadel.patch
    1.43        +2  -2      openpkg-src/citadel/citadel.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/citadel/citadel.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 citadel.patch
  --- openpkg-src/citadel/citadel.patch 26 Feb 2007 06:35:35 -0000      1.5
  +++ openpkg-src/citadel/citadel.patch 9 Mar 2007 06:42:55 -0000       1.6
  @@ -1,15 +1,13 @@
   Index: sysdep.c
  ---- sysdep.c.orig    2007-02-22 19:26:35 +0100
  -+++ sysdep.c 2007-02-26 07:30:42 +0100
  -@@ -289,7 +289,10 @@
  -     else {
  -             sin.sin_addr.s_addr = inet_addr(ip_addr);
  -     }
  --                                                                            
  -+
  +--- sysdep.c.orig    2007-03-08 04:09:26 +0100
  ++++ sysdep.c 2007-03-09 07:39:23 +0100
  +@@ -284,6 +284,9 @@
  +     memset(&sin, 0, sizeof(sin));
  +     sin.sin_family = AF_INET;
  +     sin.sin_port = htons((u_short)port_number);
   +#ifndef INADDR_NONE
   +#define INADDR_NONE 0xffffffff
   +#endif
  -     if (sin.sin_addr.s_addr == INADDR_NONE) {
  +     if (ip_addr == NULL) {
                sin.sin_addr.s_addr = INADDR_ANY;
        }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/citadel/citadel.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 citadel.spec
  --- openpkg-src/citadel/citadel.spec  26 Feb 2007 06:35:35 -0000      1.42
  +++ openpkg-src/citadel/citadel.spec  9 Mar 2007 06:42:55 -0000       1.43
  @@ -32,8 +32,8 @@
   Class:        EVAL
   Group:        Mail
   License:      GNU
  -Version:      7.05
  -Release:      20070226
  +Version:      7.06
  +Release:      20070309
   
   #   package options
   %option       with_ical   no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to