Просмотр исходного кода

upgrade to 1.11.5 (fixes security bug)

Ralf S. Engelschall 23 лет назад
Родитель
Сommit
aaeb66841a
2 измененных файлов с 23 добавлено и 23 удалено
  1. 21 21
      cvs/cvs.patches.rse
  2. 2 2
      cvs/cvs.spec

+ 21 - 21
cvs/cvs.patches.rse

@@ -3,7 +3,7 @@ Index: src/README.RSE
 RCS file: src/README.RSE
 diff -N src/README.RSE
 --- /dev/null	1 Jan 1970 00:00:00 -0000
-+++ src/README.RSE	28 Dec 2002 11:23:25 -0000
++++ src/README.RSE	21 Jan 2003 08:32:44 -0000
 @@ -0,0 +1,338 @@
 +
 +  CVS RSE Patches
@@ -11,7 +11,7 @@ diff -N src/README.RSE
 +
 +  This is the patched version of CVS from Ralf S. Engelschall
 +  <rse@engelschall.com> - an enhanced version of the official CVS
-+  version 1.11.4 (see http://www.cvshome.org/).
++  version 1.11.5 (see http://www.cvshome.org/).
 +
 +  The following changes against the vendor CVS version are provided:
 +    - new `cvs pserverd' for running stand-alone pserver daemons
@@ -655,10 +655,10 @@ diff -u -d -r1.1.1.6 checkout.c
 Index: src/client.c
 ===================================================================
 RCS file: /e/ossp/pkg/tool/cvs/cvs/cvs/src/client.c,v
-retrieving revision 1.1.1.7
-diff -u -d -r1.1.1.7 client.c
---- src/client.c	28 Dec 2002 18:01:30 -0000	1.1.1.7
-+++ src/client.c	28 Dec 2002 20:14:06 -0000
+retrieving revision 1.1.1.8
+diff -u -d -r1.1.1.8 client.c
+--- src/client.c	16 Jan 2003 15:10:55 -0000	1.1.1.8
++++ src/client.c	21 Jan 2003 08:31:48 -0000
 @@ -104,6 +104,9 @@
  int status PROTO((int argc, char **argv));
  int tag PROTO((int argc, char **argv));
@@ -736,11 +736,11 @@ diff -u -d -r1.1.1.7 client.c
 Index: src/commit.c
 ===================================================================
 RCS file: /e/ossp/pkg/tool/cvs/cvs/cvs/src/commit.c,v
-retrieving revision 1.1.1.7
-diff -u -d -r1.1.1.7 commit.c
---- src/commit.c	28 Dec 2002 18:01:30 -0000	1.1.1.7
-+++ src/commit.c	28 Dec 2002 20:14:06 -0000
-@@ -308,6 +308,9 @@
+retrieving revision 1.1.1.8
+diff -u -d -r1.1.1.8 commit.c
+--- src/commit.c	16 Jan 2003 15:10:55 -0000	1.1.1.8
++++ src/commit.c	21 Jan 2003 08:31:49 -0000
+@@ -301,6 +301,9 @@
      data->type = status;
      data->tag = xstrdup (vers->tag);
      data->rev_old = data->rev_new = NULL;
@@ -750,7 +750,7 @@ diff -u -d -r1.1.1.7 commit.c
  
      node->type = UPDATE;
      node->delproc = update_delproc;
-@@ -996,7 +999,16 @@
+@@ -989,7 +992,16 @@
  		  xmalloc (sizeof (struct logfile_info)));
  	    li->type = status;
  	    li->tag = xstrdup (vers->tag);
@@ -767,7 +767,7 @@ diff -u -d -r1.1.1.7 commit.c
  	    li->rev_new = NULL;
  	    p->data = (char *) li;
  	    (void) addnode (ulist, p);
-@@ -2314,6 +2326,10 @@
+@@ -2307,6 +2319,10 @@
  	free (li->rev_old);
      if (li->rev_new)
  	free (li->rev_new);
@@ -3049,10 +3049,10 @@ diff -u -d -r1.1.1.6 parseinfo.c
 Index: src/rcs.c
 ===================================================================
 RCS file: /e/ossp/pkg/tool/cvs/cvs/cvs/src/rcs.c,v
-retrieving revision 1.1.1.6
-diff -u -d -r1.1.1.6 rcs.c
---- src/rcs.c	24 Sep 2002 20:47:09 -0000	1.1.1.6
-+++ src/rcs.c	28 Dec 2002 10:48:14 -0000
+retrieving revision 1.1.1.7
+diff -u -d -r1.1.1.7 rcs.c
+--- src/rcs.c	16 Jan 2003 15:10:55 -0000	1.1.1.7
++++ src/rcs.c	21 Jan 2003 08:31:49 -0000
 @@ -127,6 +127,10 @@
  static void rcs_internal_unlockfile PROTO ((FILE *, char *));
  static char *rcs_lockfilename PROTO ((char *));
@@ -3899,10 +3899,10 @@ diff -u -d -r1.1.1.6 sanity.sh
 Index: src/server.c
 ===================================================================
 RCS file: /e/ossp/pkg/tool/cvs/cvs/cvs/src/server.c,v
-retrieving revision 1.1.1.6
-diff -u -d -r1.1.1.6 server.c
---- src/server.c	6 Dec 2002 19:14:59 -0000	1.1.1.6
-+++ src/server.c	28 Dec 2002 10:48:17 -0000
+retrieving revision 1.1.1.7
+diff -u -d -r1.1.1.7 server.c
+--- src/server.c	16 Jan 2003 15:10:55 -0000	1.1.1.7
++++ src/server.c	21 Jan 2003 08:31:50 -0000
 @@ -120,6 +120,13 @@
  
  # endif /* AUTH_SERVER_SUPPORT */

+ 2 - 2
cvs/cvs.spec

@@ -24,7 +24,7 @@
 ##
 
 #   the involved versions
-%define       V_cvs       1.11.4
+%define       V_cvs       1.11.5
 %define       V_cvslock   0.2
 
 #   package information
@@ -37,7 +37,7 @@ Distribution: OpenPKG [CORE]
 Group:        SCM
 License:      GPL
 Version:      %{V_cvs}
-Release:      20030114
+Release:      20030121
 
 #   optional support for applying the RSE patches
 %option       with_rse_patches              no