Subject: CVS commit: pkgsrc/devel/cvs
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/12/2003 09:19:21
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jul 12 09:19:21 UTC 2003

Modified Files:
	pkgsrc/devel/cvs: Makefile distinfo
	pkgsrc/devel/cvs/patches: patch-aa patch-ab patch-ac patch-ae patch-af
	    patch-ah patch-ai patch-ak patch-am patch-an patch-ao patch-ap
	    patch-ar patch-as patch-at patch-au patch-av patch-ay patch-az

Log Message:
Update to 1.11.6.
* A warning message is now issued if an administrative file contains
more than one DEFAULT entry.

* An error running a verifymsg script (such as referencing an unset
user variable or the script not existing) now causes the verification
to fail.

* Errors in administrative files commands (like unset user variables)
are no longer reported unless the command is actually executed.

* When a file is initially checked out, its last access time is
now set to the current time rather than being set to the time the
file was last checked in like the modification time is.

* The Checkin.prog and Update.prog functionality has been removed.
This fuctionality previously allowed executables to be specified
in the modules file to be run at update and checkin time, but users
could edit these files on a per workspace basis, creating a security
hole.
[NB: already fixed in the package earlier -- wiz]

* Corrected the path in a failed write error message.

* Autoconf and Automake are no longer run automatically unless you
run configure with --enable-maintainer-mode.  Accordingly,
noautomake.sh is no longer needed and has been removed.

* We've standardized on Automake version 1.7.5 and Autoconf version
2.57 to get at a few new macros.  Again, this should only really
affect developers.  See the section of the INSTALL file about using
the autotools if you are compiling CVS yourself.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 pkgsrc/devel/cvs/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/cvs/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/cvs/patches/patch-aa \
    pkgsrc/devel/cvs/patches/patch-af pkgsrc/devel/cvs/patches/patch-am
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/cvs/patches/patch-ab \
    pkgsrc/devel/cvs/patches/patch-av
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/cvs/patches/patch-ac \
    pkgsrc/devel/cvs/patches/patch-at
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/cvs/patches/patch-ae \
    pkgsrc/devel/cvs/patches/patch-ah pkgsrc/devel/cvs/patches/patch-ai \
    pkgsrc/devel/cvs/patches/patch-ak pkgsrc/devel/cvs/patches/patch-ap \
    pkgsrc/devel/cvs/patches/patch-au
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/cvs/patches/patch-an \
    pkgsrc/devel/cvs/patches/patch-ao pkgsrc/devel/cvs/patches/patch-as \
    pkgsrc/devel/cvs/patches/patch-ay pkgsrc/devel/cvs/patches/patch-az
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/cvs/patches/patch-ar

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.