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: 15-Mar-2009 10:31:33 Branch: HEAD Handle: 2009031509313300 Modified files: openpkg-src/delegate delegate.patch delegate.spec Log: upgrading package: delegate 9.9.1 -> 9.9.2 Summary: Revision Changes Path 1.11 +27 -27 openpkg-src/delegate/delegate.patch 1.141 +2 -2 openpkg-src/delegate/delegate.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/delegate/delegate.patch ============================================================================ $ cvs diff -u -r1.10 -r1.11 delegate.patch --- openpkg-src/delegate/delegate.patch 18 Jan 2007 07:43:18 -0000 1.10 +++ openpkg-src/delegate/delegate.patch 15 Mar 2009 09:31:33 -0000 1.11 @@ -1,6 +1,6 @@ Index: maker/__forkpty.c ---- maker/__forkpty.c.orig 2005-07-30 09:42:26 +0200 -+++ maker/__forkpty.c 2007-01-18 08:33:12 +0100 +--- maker/__forkpty.c.orig 2007-06-12 08:17:50 +0200 ++++ maker/__forkpty.c 2009-03-15 10:19:26 +0100 @@ -6,8 +6,12 @@ #include <sys/types.h> #include <sys/ioctl.h> @@ -12,23 +12,23 @@ #endif +#endif - int Forkpty(int *pty,char *name){ + int _Forkpty(int *pty,char *name){ int pid; Index: src/Makefile ---- src/Makefile.orig 2006-11-29 17:57:54 +0100 -+++ src/Makefile 2007-01-18 08:33:12 +0100 -@@ -255,7 +255,7 @@ +--- src/Makefile.orig 2009-03-03 03:33:26 +0100 ++++ src/Makefile 2009-03-15 10:22:41 +0100 +@@ -289,7 +289,7 @@ SUBIN = subin #endif ############# #ifdef UNIX,OS2EMX ################################################ --CFLAGSPLUS = if(UNIX,OS2EMX) -x c++ -DQS -+CFLAGSPLUS = if(UNIX,OS2EMX) +-CFLAGSPLUS = if(WITHCPLUS,UNIX,OS2EMX) -x c++ -DQS ++CFLAGSPLUS = if(WITHCPLUS,UNIX,OS2EMX) DGEXE = ./dg.exe COPY = cp -f -p - CFLAGS = if(UNIX,OS2EMX) -O + CFLAGS = if(UNIX,OS2EMX) -O2 Index: src/X.c ---- src/X.c.orig 2005-06-08 04:54:43 +0200 -+++ src/X.c 2007-01-18 08:33:12 +0100 +--- src/X.c.orig 2007-10-29 09:43:06 +0100 ++++ src/X.c 2009-03-15 10:19:26 +0100 @@ -25,6 +25,13 @@ #include "delegate.h" #include "fpoll.h" @@ -44,11 +44,11 @@ static jmp_buf tel_env; Index: src/dget.c ---- 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 @@ - +--- src/dget.c.orig 2008-12-06 22:45:07 +0100 ++++ src/dget.c 2009-03-15 10:19:26 +0100 +@@ -39,6 +39,12 @@ const char *DELEGATE_getEnv(PCStr(name)); + char *fgetsTIMEOUT(xPVStr(b),int s,FILE *fp); +/* #undef ERR unconditionally + * real problem exists under Solaris (10) that defines ERR in @@ -60,9 +60,9 @@ int connect2server(Connection *Conn,PCStr(proto),PCStr(host),int port); Index: src/smtpgate.c ---- 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 @@ +--- src/smtpgate.c.orig 2009-01-19 05:24:58 +0100 ++++ src/smtpgate.c 2009-03-15 10:19:26 +0100 +@@ -53,6 +53,12 @@ #include "file.h" #include "auth.h" @@ -76,8 +76,8 @@ #define lfprintf SMTP_lfprintf void SMTP_lfprintf(FILE *log,FILE *tosc,PCStr(fmt),...); Index: src/telnet.c ---- src/telnet.c.orig 2006-11-09 07:40:08 +0100 -+++ src/telnet.c 2007-01-18 08:33:12 +0100 +--- src/telnet.c.orig 2008-12-14 10:33:10 +0100 ++++ src/telnet.c 2009-03-15 10:19:26 +0100 @@ -29,6 +29,12 @@ #include "auth.h" #include "proc.h" @@ -90,11 +90,11 @@ + extern int IO_TIMEOUT; - int makeXproxy(Connection *Conn,PVStr(pxdisplay),PCStr(display),PVStr(pxhost),PCStr(relhost),PCStr(me),int timeo); + int connectToSsh(Connection *Conn,const char *host,int port,PCStr(user),PCStr(pass)); 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 @@ +--- src/textconv.c.orig 2009-01-19 05:49:47 +0100 ++++ src/textconv.c 2009-03-15 10:19:26 +0100 +@@ -695,7 +695,7 @@ int *ccx_global; @@ -103,7 +103,7 @@ { const char *st; int thru = 0; -@@ -692,7 +692,7 @@ +@@ -731,7 +731,7 @@ } void global_setCCX(Connection *Conn,PVStr(code),PVStr(stat)) { @@ -114,7 +114,7 @@ Index: src/urlfind.c --- src/urlfind.c.orig 2006-03-16 09:07:57 +0100 -+++ src/urlfind.c 2007-01-18 08:33:12 +0100 ++++ src/urlfind.c 2009-03-15 10:19:26 +0100 @@ -25,6 +25,12 @@ #include "ystring.h" #include "dglib.h" @@ -130,7 +130,7 @@ -- Find recursively in URL space.\n\ Index: teleport/vehicle.c --- teleport/vehicle.c.orig 2006-02-08 11:25:36 +0100 -+++ teleport/vehicle.c 2007-01-18 08:33:12 +0100 ++++ teleport/vehicle.c 2009-03-15 10:19:26 +0100 @@ -22,6 +22,12 @@ #include <stdio.h> #include "teleport.h" @@ . patch -p0 <<'@@ .' Index: openpkg-src/delegate/delegate.spec ============================================================================ $ cvs diff -u -r1.140 -r1.141 delegate.spec --- openpkg-src/delegate/delegate.spec 22 Jan 2009 18:10:48 -0000 1.140 +++ openpkg-src/delegate/delegate.spec 15 Mar 2009 09:31:33 -0000 1.141 @@ -31,8 +31,8 @@ Class: EVAL Group: Network License: Freely distributable via publicly accessible on-line media -Version: 9.9.1 -Release: 20090122 +Version: 9.9.2 +Release: 20090315 # list of sources Source0: ftp://ftp:openpkg-dev%[email protected]/pub/DeleGate/delegate%{version}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
