Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pull up revisions 1.11-1.13 (r...
details: https://anonhg.NetBSD.org/src/rev/2c4a213eed79
branches: netbsd-1-5
changeset: 493139:2c4a213eed79
user: he <he%NetBSD.org@localhost>
date: Wed Jun 26 16:51:02 2002 +0000
description:
Pull up revisions 1.11-1.13 (requested by taca):
Synchronize with recent developments:
o close a memory leak
o clarify error message if running out of file descriptors
o implement new packing list directive, @blddep
o improve buffer size checks
o improve error handling on installation of prerequisite packages
o add optional file verification (none, gpg, pgp5)
diffstat:
usr.sbin/pkg_install/lib/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 563465d8cf2c -r 2c4a213eed79 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h Wed Jun 26 16:50:46 2002 +0000
+++ b/usr.sbin/pkg_install/lib/version.h Wed Jun 26 16:51:02 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.4.2.3 2002/02/23 18:16:30 he Exp $ */
+/* $NetBSD: version.h,v 1.4.2.4 2002/06/26 16:51:02 he 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 "20020218"
+#define PKGTOOLS_VERSION "20020402"
#endif /* _INST_LIB_VERSION_H_ */
Home |
Main Index |
Thread Index |
Old Index