summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-af
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-07-12 09:19:17 +0000
committerwiz <wiz@pkgsrc.org>2003-07-12 09:19:17 +0000
commit6da4e38375b609dd9ca171786701560a197d88a6 (patch)
treed32b49ed5e350f4468cddc6ad4b622a9d3491d75 /devel/cvs/patches/patch-af
parentbf99f15a742f7388a34026afef3d63662c789f01 (diff)
downloadpkgsrc-6da4e38375b609dd9ca171786701560a197d88a6.tar.gz
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.
Diffstat (limited to 'devel/cvs/patches/patch-af')
-rw-r--r--devel/cvs/patches/patch-af6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/patches/patch-af b/devel/cvs/patches/patch-af
index 37c7580389c..d6ab5e63ceb 100644
--- a/devel/cvs/patches/patch-af
+++ b/devel/cvs/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.6 2002/11/24 21:31:23 hubertf Exp $
+$NetBSD: patch-af,v 1.7 2003/07/12 09:19:18 wiz Exp $
---- src/update.c.orig Sun Jul 8 22:51:46 2001
+--- src/update.c.orig Sat Apr 26 21:51:11 2003
+++ src/update.c
-@@ -1403,11 +1403,18 @@
+@@ -1336,11 +1336,18 @@ VERS: ", 0);
xchmod (finfo->file, 1);
else
{