Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/doc Ticket 444.
details: https://anonhg.NetBSD.org/src/rev/aec5f9a72f33
branches: netbsd-3
changeset: 576206:aec5f9a72f33
user: riz <riz%NetBSD.org@localhost>
date: Tue Jun 14 14:54:42 2005 +0000
description:
Ticket 444.
diffstat:
doc/CHANGES-3.0 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 4073d9d72b0d -r aec5f9a72f33 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0 Tue Jun 14 14:54:28 2005 +0000
+++ b/doc/CHANGES-3.0 Tue Jun 14 14:54:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0,v 1.1.2.130 2005/06/13 22:12:27 tron Exp $
+# $NetBSD: CHANGES-3.0,v 1.1.2.131 2005/06/14 14:54:42 riz Exp $
A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
until the 3.0 release:
@@ -9457,3 +9457,13 @@
changed.
[elad, ticket #447]
+usr.sbin/pkg_install/add/perform.c 1.108-1.109
+
+ Fix a minor bug in the estimation of required disk space. In
+ particular make sure we use a data type which is big enough.
+ This fixes a problem where pkg_add-ing of a binary package
+ which is between 512 Mb and 1 Gb fails because the estimated
+ required disk space is negative due to overflowing in the
+ calculation.
+ [dm, ticket #444]
+
Home |
Main Index |
Thread Index |
Old Index