diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 09:35:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 09:35:14 +0000 |
commit | 6f00334e7df32f83448cbf950ac333a41efe724b (patch) | |
tree | 533daf721cbc0b8a94f88f87e727618fc9a24c20 /pkgtools/pkg_install/files/lib/version.h | |
parent | f247c129e7318ae5bc15de591e0349aa1e10e4c4 (diff) | |
download | pkgsrc-6f00334e7df32f83448cbf950ac333a41efe724b.tar.gz |
Merge add/extract.c, rev 1.39:
If a plist contains @owner or @group entries and first rename failed,
pushout was called with NULL argument. This has the semantic of using a
working directory of "/", even though already read plist entries are
relative to prefix. The calls to chown and chgrp therefore end up with
the wrong arguments for the current directory. To compensate for this,
don't pushout the first time. As plists are not supposed to have
multiple @cwd entries anymore, this could most likely be simplified, but
that is outside the scope of this commit.
Merge lib/plist.c, rev 1.51:
When processing symlinks in pkg_delete and the call to readlink failed,
it often helps to know why, so use warn instead of warnx.
Bump version to 20061103.
Diffstat (limited to 'pkgtools/pkg_install/files/lib/version.h')
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 152b0e341c5..cbe6c61363d 100644 --- a/pkgtools/pkg_install/files/lib/version.h +++ b/pkgtools/pkg_install/files/lib/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.61 2006/07/20 11:29:48 gson Exp $ */ +/* $NetBSD: version.h,v 1.62 2006/11/03 09:35:14 joerg Exp $ */ /* * Copyright (c) 2001 Thomas Klausner. All rights reserved. @@ -33,6 +33,6 @@ #ifndef _INST_LIB_VERSION_H_ #define _INST_LIB_VERSION_H_ -#define PKGTOOLS_VERSION "20060720" +#define PKGTOOLS_VERSION "20061103" #endif /* _INST_LIB_VERSION_H_ */ |