OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 21-Jan-2003 09:38:25
Branch: HEAD Handle: 2003012108382103
Modified files:
openpkg-re/vcheck vc.cvs
openpkg-src/cvs cvs.patches.rse cvs.spec
openpkg-web news.txt
Log:
upgrade to 1.11.5 (fixes security bug)
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-re/vcheck/vc.cvs
1.9 +21 -21 openpkg-src/cvs/cvs.patches.rse
1.49 +2 -2 openpkg-src/cvs/cvs.spec
1.2957 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.cvs
============================================================================
$ cvs diff -u -r1.5 -r1.6 vc.cvs
--- openpkg-re/vcheck/vc.cvs 4 Jan 2003 14:28:07 -0000 1.5
+++ openpkg-re/vcheck/vc.cvs 21 Jan 2003 08:38:21 -0000 1.6
@@ -2,7 +2,7 @@
}
prog cvs = {
- version = 1.11.4
+ version = 1.11.5
url = http://ccvs.cvshome.org/servlets/ProjectDownloadList
regex = cvs-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.patches.rse
============================================================================
$ cvs diff -u -r1.8 -r1.9 cvs.patches.rse
--- openpkg-src/cvs/cvs.patches.rse 29 Dec 2002 16:58:30 -0000 1.8
+++ openpkg-src/cvs/cvs.patches.rse 21 Jan 2003 08:38:24 -0000 1.9
@@ -3,7 +3,7 @@
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 @@
+
+ This is the patched version of CVS from Ralf S. Engelschall
+ <[EMAIL PROTECTED]> - 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 @@
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 @@
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 @@
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 @@
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 @@
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 @@
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 */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 cvs.spec
--- openpkg-src/cvs/cvs.spec 14 Jan 2003 16:01:10 -0000 1.48
+++ openpkg-src/cvs/cvs.spec 21 Jan 2003 08:38:24 -0000 1.49
@@ -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 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20030114
+Release: 20030121
# optional support for applying the RSE patches
%option with_rse_patches no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2956 -r1.2957 news.txt
--- openpkg-web/news.txt 20 Jan 2003 19:44:20 -0000 1.2956
+++ openpkg-web/news.txt 21 Jan 2003 08:38:22 -0000 1.2957
@@ -1,3 +1,4 @@
+21-Jan-2003: Upgraded package: P<cvs-1.11.5-20030121>
20-Jan-2003: New package: P<gcrypt-1.1.12-20030120>
20-Jan-2003: Upgraded package: P<tomcat4-adapter-4.1.18-20030120>
20-Jan-2003: Upgraded package: P<tomcat4-4.1.18-20030120>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]