summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-22 13:47:08 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-22 13:47:08 +0000
commit6bb49fafeaf29d451e699cd7bb0e9738f4f68be4 (patch)
tree2d3ca171b4ec266e553f55e9733a867b8f5dd825 /pkgtools/pkg_install/files/lib
parent47c9588cc5faaeb4a579ca0d87ca33c5a082a085 (diff)
downloadpkgsrc-6bb49fafeaf29d451e699cd7bb0e9738f4f68be4.tar.gz
pkg_install-20080422:
Make use of the linkresolver from libarchive and thereby fix the permissions of hardlinks in archives. This wasn't a problem so far as nbpax is (incorrectly) ignoring the permissions of the other entries.
Diffstat (limited to 'pkgtools/pkg_install/files/lib')
-rw-r--r--pkgtools/pkg_install/files/lib/version.h4
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 048ae938095..185c49b9884 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.100 2008/04/16 00:53:06 joerg Exp $ */
+/* $NetBSD: version.h,v 1.101 2008/04/22 13:47:08 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 "20080415"
+#define PKGTOOLS_VERSION "20080422"
#endif /* _INST_LIB_VERSION_H_ */