Initial import of cvs-1.11.5 (security fix was already in-tree).
This commit is contained in:
parent
3402e518ba
commit
3cf515684c
23
gnu/dist/cvs/ChangeLog
vendored
23
gnu/dist/cvs/ChangeLog
vendored
@ -1,7 +1,28 @@
|
||||
2003-01-16 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* NEWS: Add 1.11.4 entry in regards to
|
||||
<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0015>.
|
||||
The Common Vulnerabilities and Exposures project (cve.mitre.org)
|
||||
has assigned the name CAN-2003-0015 to this issue.
|
||||
* configure.in: Update to CVS version 1.11.5.
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2002-01-16 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* configure.in: Update to dev version (1.11.4.1).
|
||||
* configure: Regenerated.
|
||||
|
||||
2002-12-28 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* NEWS: Add since 1.11.3 entry.
|
||||
* configure.in: Update to version 1.11.4.
|
||||
* configure: Regenerated.
|
||||
|
||||
2002-12-27 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* NEWS: Add dummy entry for since 1.11.3.
|
||||
* configure.in: Update to dev version 1.11.3.
|
||||
* configure.in: Update to dev version 1.11.3.1.
|
||||
* configure: Regenerated.
|
||||
|
||||
2002-12-27 Derek Price <derek@ximbiot.com>
|
||||
|
10
gnu/dist/cvs/NEWS
vendored
10
gnu/dist/cvs/NEWS
vendored
@ -1,4 +1,12 @@
|
||||
Changes since 1.11.3:
|
||||
Changes since 1.11.4:
|
||||
|
||||
* Fixed a security hole by which users with read only access could gain
|
||||
write access. The Common Vulnerabilities and Exposures project (cve.mitre.org)
|
||||
has assigned the name CAN-2003-0015 to this issue. See
|
||||
<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0015> for more
|
||||
information.
|
||||
|
||||
Changes from 1.11.3 to 1.11.4:
|
||||
|
||||
* Some minor changes to allow the code to compile on Windows platforms.
|
||||
|
||||
|
20
gnu/dist/cvs/configure
vendored
20
gnu/dist/cvs/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for Concurrent Versions System (CVS) 1.11.4.
|
||||
# Generated by GNU Autoconf 2.53 for Concurrent Versions System (CVS) 1.11.5.
|
||||
#
|
||||
# Report bugs to <bug-cvs@gnu.org>.
|
||||
#
|
||||
@ -256,8 +256,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='Concurrent Versions System (CVS)'
|
||||
PACKAGE_TARNAME='cvs'
|
||||
PACKAGE_VERSION='1.11.4'
|
||||
PACKAGE_STRING='Concurrent Versions System (CVS) 1.11.4'
|
||||
PACKAGE_VERSION='1.11.5'
|
||||
PACKAGE_STRING='Concurrent Versions System (CVS) 1.11.5'
|
||||
PACKAGE_BUGREPORT='bug-cvs@gnu.org'
|
||||
|
||||
ac_unique_file="src/cvs.h"
|
||||
@ -766,7 +766,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures Concurrent Versions System (CVS) 1.11.4 to adapt to many kinds of systems.
|
||||
\`configure' configures Concurrent Versions System (CVS) 1.11.5 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -828,7 +828,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Concurrent Versions System (CVS) 1.11.4:";;
|
||||
short | recursive ) echo "Configuration of Concurrent Versions System (CVS) 1.11.5:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -965,7 +965,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Concurrent Versions System (CVS) configure 1.11.4
|
||||
Concurrent Versions System (CVS) configure 1.11.5
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -980,7 +980,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by Concurrent Versions System (CVS) $as_me 1.11.4, which was
|
||||
It was created by Concurrent Versions System (CVS) $as_me 1.11.5, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1513,7 +1513,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=cvs
|
||||
VERSION=1.11.4
|
||||
VERSION=1.11.5
|
||||
|
||||
|
||||
# Some tools Automake needs.
|
||||
@ -9975,7 +9975,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by Concurrent Versions System (CVS) $as_me 1.11.4, which was
|
||||
This file was extended by Concurrent Versions System (CVS) $as_me 1.11.5, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -10040,7 +10040,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
Concurrent Versions System (CVS) config.status 1.11.4
|
||||
Concurrent Versions System (CVS) config.status 1.11.5
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
2
gnu/dist/cvs/configure.in
vendored
2
gnu/dist/cvs/configure.in
vendored
@ -1,5 +1,5 @@
|
||||
dnl configure.in for cvs
|
||||
AC_INIT([Concurrent Versions System (CVS)],[1.11.4],[bug-cvs@gnu.org],[cvs])
|
||||
AC_INIT([Concurrent Versions System (CVS)],[1.11.5],[bug-cvs@gnu.org],[cvs])
|
||||
AC_CONFIG_SRCDIR(src/cvs.h)
|
||||
AM_INIT_AUTOMAKE([gnu 1.5 dist-bzip2 no-define])
|
||||
AC_PREREQ(2.53)
|
||||
|
21
gnu/dist/cvs/doc/ChangeLog
vendored
21
gnu/dist/cvs/doc/ChangeLog
vendored
@ -1,3 +1,24 @@
|
||||
2003-01-16 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* stamp-1: Regenerated for version (1.11.5).
|
||||
* stamp-vti: Ditto.
|
||||
* version-client.texi: Ditto.
|
||||
* version.texi: Ditto.
|
||||
|
||||
2003-01-16 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* stamp-1: Regenerated for dev version (1.11.4.1).
|
||||
* stamp-vti: Ditto.
|
||||
* version-client.texi: Ditto.
|
||||
* version.texi: Ditto.
|
||||
|
||||
2002-12-28 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* stamp-1: Regenerated for version 1.11.4.
|
||||
* stamp-vti: Ditto.
|
||||
* version-client.texi: Ditto.
|
||||
* version.texi: Ditto.
|
||||
|
||||
2002-12-27 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* stamp-1: Regenerated for dev version 1.11.3.1.
|
||||
|
4
gnu/dist/cvs/doc/stamp-1
vendored
4
gnu/dist/cvs/doc/stamp-1
vendored
@ -1,4 +1,4 @@
|
||||
@set UPDATED 5 September 2001
|
||||
@set UPDATED-MONTH September 2001
|
||||
@set EDITION 1.11.4
|
||||
@set VERSION 1.11.4
|
||||
@set EDITION 1.11.5
|
||||
@set VERSION 1.11.5
|
||||
|
4
gnu/dist/cvs/doc/stamp-vti
vendored
4
gnu/dist/cvs/doc/stamp-vti
vendored
@ -1,4 +1,4 @@
|
||||
@set UPDATED 18 November 2002
|
||||
@set UPDATED-MONTH November 2002
|
||||
@set EDITION 1.11.4
|
||||
@set VERSION 1.11.4
|
||||
@set EDITION 1.11.5
|
||||
@set VERSION 1.11.5
|
||||
|
4
gnu/dist/cvs/doc/version-client.texi
vendored
4
gnu/dist/cvs/doc/version-client.texi
vendored
@ -1,4 +1,4 @@
|
||||
@set UPDATED 5 September 2001
|
||||
@set UPDATED-MONTH September 2001
|
||||
@set EDITION 1.11.4
|
||||
@set VERSION 1.11.4
|
||||
@set EDITION 1.11.5
|
||||
@set VERSION 1.11.5
|
||||
|
4
gnu/dist/cvs/doc/version.texi
vendored
4
gnu/dist/cvs/doc/version.texi
vendored
@ -1,4 +1,4 @@
|
||||
@set UPDATED 18 November 2002
|
||||
@set UPDATED-MONTH November 2002
|
||||
@set EDITION 1.11.4
|
||||
@set VERSION 1.11.4
|
||||
@set EDITION 1.11.5
|
||||
@set VERSION 1.11.5
|
||||
|
23
gnu/dist/cvs/src/ChangeLog
vendored
23
gnu/dist/cvs/src/ChangeLog
vendored
@ -1,3 +1,25 @@
|
||||
2003-01-15 Karl Fogel <kfogel@collab.net>
|
||||
|
||||
* server.c (dirswitch): Don't free dir_name until right before
|
||||
allocating it again. This removes a potential double-free
|
||||
problem, whereby this function could free dir_name and then
|
||||
immediately return due to invalid directory syntax (without ever
|
||||
reassigning dir_name), then reenter and free dir_name again.
|
||||
|
||||
Thanks to Stefan Esser <s.esser@e-matters.de> for the fix.
|
||||
|
||||
2003-01-08 Larry Jones <lawrence.jones@eds.com>
|
||||
|
||||
* client.c (update_entries): Only "0" is a special version number;
|
||||
other numbers starting with 0 (like 0.1) are normal version numbers.
|
||||
* commit.c (find_fileproc): Ditto. Also reorganize the code to
|
||||
simplify the conditions.
|
||||
(Reported by Michele Zamparelli <michele.zamparelli@eso.org>.)
|
||||
|
||||
2003-01-02 Larry Jones <lawrence.jones@eds.com>
|
||||
|
||||
* rcs.c (getdelta): Use RCSDEAD rather than literal "dead".
|
||||
|
||||
2002-12-27 Derek Price <derek@ximbiot.com>
|
||||
|
||||
* admin.c: s/LOCK_(NONE|WRITE|READ)/CVS_$&/g; since the definition of
|
||||
@ -63,6 +85,7 @@
|
||||
|
||||
* commit.c (commit): Strip leading zeros from numeric revision
|
||||
in addition to trailing dots.
|
||||
(Reported by Peter Meszaros <pme@prolan.hu>.)
|
||||
|
||||
2002-11-22 Larry Jones <lawrence.jones@eds.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user