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:   18-Jan-2007 08:43:18
  Branch: HEAD                             Handle: 2007011807431800

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

  Log:
    upgrading package: delegate 9.4.1 -> 9.4.2

  Summary:
    Revision    Changes     Path
    1.10        +37 -16     openpkg-src/delegate/delegate.patch
    1.110       +3  -3      openpkg-src/delegate/delegate.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/delegate/delegate.patch
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 delegate.patch
  --- openpkg-src/delegate/delegate.patch       4 Dec 2006 17:11:20 -0000       
1.9
  +++ openpkg-src/delegate/delegate.patch       18 Jan 2007 07:43:18 -0000      
1.10
  @@ -1,6 +1,6 @@
   Index: maker/__forkpty.c
   --- maker/__forkpty.c.orig   2005-07-30 09:42:26 +0200
  -+++ maker/__forkpty.c        2006-06-10 22:56:33 +0200
  ++++ maker/__forkpty.c        2007-01-18 08:33:12 +0100
   @@ -6,8 +6,12 @@
    #include <sys/types.h>
    #include <sys/ioctl.h>
  @@ -16,7 +16,7 @@
        int pid;
   Index: src/Makefile
   --- src/Makefile.orig        2006-11-29 17:57:54 +0100
  -+++ src/Makefile     2006-12-04 18:05:38 +0100
  ++++ src/Makefile     2007-01-18 08:33:12 +0100
   @@ -255,7 +255,7 @@
    SUBIN = subin
    #endif #############
  @@ -28,8 +28,8 @@
    CFLAGS =    if(UNIX,OS2EMX) -O
   Index: src/X.c
   --- src/X.c.orig     2005-06-08 04:54:43 +0200
  -+++ src/X.c  2006-06-10 22:56:33 +0200
  -@@ -24,6 +24,13 @@
  ++++ src/X.c  2007-01-18 08:33:12 +0100
  +@@ -25,6 +25,13 @@
    #include "delegate.h"
    #include "fpoll.h"
    #include "proc.h"
  @@ -44,9 +44,9 @@
    
    static jmp_buf tel_env;
   Index: src/dget.c
  ---- src/dget.c.orig  2006-06-01 21:34:16 +0200
  -+++ src/dget.c       2006-06-10 22:56:33 +0200
  -@@ -32,6 +32,12 @@
  +--- src/dget.c.orig  2006-09-29 12:29:26 +0200
  ++++ src/dget.c       2007-01-18 08:33:12 +0100
  +@@ -33,6 +33,12 @@
    
    const char *DELEGATE_getEnv(PCStr(name));
    
  @@ -60,9 +60,9 @@
    int connect2server(Connection *Conn,PCStr(proto),PCStr(host),int port);
    
   Index: src/smtpgate.c
  ---- src/smtpgate.c.orig      2006-05-04 23:37:38 +0200
  -+++ src/smtpgate.c   2006-06-10 22:56:33 +0200
  -@@ -49,6 +49,12 @@
  +--- src/smtpgate.c.orig      2007-01-16 19:28:57 +0100
  ++++ src/smtpgate.c   2007-01-18 08:33:12 +0100
  +@@ -52,6 +52,12 @@
    #include "file.h"
    #include "auth.h"
    
  @@ -76,9 +76,9 @@
    #define lfprintf    SMTP_lfprintf
    void SMTP_lfprintf(FILE *log,FILE *tosc,PCStr(fmt),...);
   Index: src/telnet.c
  ---- src/telnet.c.orig        2006-03-16 09:03:23 +0100
  -+++ src/telnet.c     2006-06-10 22:56:33 +0200
  -@@ -28,6 +28,12 @@
  +--- src/telnet.c.orig        2006-11-09 07:40:08 +0100
  ++++ src/telnet.c     2007-01-18 08:33:12 +0100
  +@@ -29,6 +29,12 @@
    #include "auth.h"
    #include "proc.h"
    
  @@ -91,9 +91,30 @@
    extern int IO_TIMEOUT;
    
    int makeXproxy(Connection 
*Conn,PVStr(pxdisplay),PCStr(display),PVStr(pxhost),PCStr(relhost),PCStr(me),int
 timeo);
  +Index: src/textconv.c
  +--- src/textconv.c.orig      2007-01-04 21:23:23 +0100
  ++++ src/textconv.c   2007-01-18 08:37:54 +0100
  +@@ -656,7 +656,7 @@
  + 
  + int *ccx_global;
  + 
  +-void setCCX(Connection *Conn,PVStr(code),PVStr(stat))
  ++static void local_setCCX(Connection *Conn,PVStr(code),PVStr(stat))
  + {   const char *st;
  +     int thru = 0;
  + 
  +@@ -692,7 +692,7 @@
  + }
  + void global_setCCX(Connection *Conn,PVStr(code),PVStr(stat))
  + {
  +-    setCCX(Conn,AVStr(code),AVStr(stat));
  ++    local_setCCX(Conn,AVStr(code),AVStr(stat));
  +     ccx_global = (int*)CCX0;
  + }
  + 
   Index: src/urlfind.c
   --- src/urlfind.c.orig       2006-03-16 09:07:57 +0100
  -+++ src/urlfind.c    2006-06-10 22:56:33 +0200
  ++++ src/urlfind.c    2007-01-18 08:33:12 +0100
   @@ -25,6 +25,12 @@
    #include "ystring.h"
    #include "dglib.h"
  @@ -109,8 +130,8 @@
        -- Find recursively in URL space.\n\
   Index: teleport/vehicle.c
   --- teleport/vehicle.c.orig  2006-02-08 11:25:36 +0100
  -+++ teleport/vehicle.c       2006-06-10 22:56:33 +0200
  -@@ -21,6 +21,12 @@
  ++++ teleport/vehicle.c       2007-01-18 08:33:12 +0100
  +@@ -22,6 +22,12 @@
    #include <stdio.h>
    #include "teleport.h"
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/delegate/delegate.spec
  ============================================================================
  $ cvs diff -u -r1.109 -r1.110 delegate.spec
  --- openpkg-src/delegate/delegate.spec        1 Jan 2007 17:37:23 -0000       
1.109
  +++ openpkg-src/delegate/delegate.spec        18 Jan 2007 07:43:18 -0000      
1.110
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define       V_dist   9.4.1
  -%define       V_opkg   9.4.1
  +%define       V_dist   9.4.2
  +%define       V_opkg   9.4.2
   
   #   package information
   Name:         delegate
  @@ -37,7 +37,7 @@
   Group:        Network
   License:      Freely distributable
   Version:      %{V_opkg}
  -Release:      20061213
  +Release:      20070118
   
   #   list of sources
   Source0:      ftp://ftp:[EMAIL 
PROTECTED]/pub/DeleGate/delegate%{V_dist}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to