Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/doc Tickets 991, 998, 999.
details: https://anonhg.NetBSD.org/src/rev/1367d39a52cf
branches: netbsd-3
changeset: 577560:1367d39a52cf
user: riz <riz%NetBSD.org@localhost>
date: Sun Nov 27 15:58:11 2005 +0000
description:
Tickets 991, 998, 999.
diffstat:
doc/CHANGES-3.0 | 38 +++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r 8b1ac23c89f2 -r 1367d39a52cf doc/CHANGES-3.0
--- a/doc/CHANGES-3.0 Sun Nov 27 15:55:41 2005 +0000
+++ b/doc/CHANGES-3.0 Sun Nov 27 15:58:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0,v 1.1.2.321 2005/11/24 22:28:27 tron Exp $
+# $NetBSD: CHANGES-3.0,v 1.1.2.322 2005/11/27 15:58:11 riz Exp $
A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
until the 3.0 release:
@@ -14453,3 +14453,39 @@
Update ipsec-tools version number in list of changes in NetBSD 3.0.
[tsutsui, ticket #1002]
+usr.sbin/pkg_install/add/add.h 1.9
+usr.sbin/pkg_install/add/extract.c 1.37
+usr.sbin/pkg_install/add/futil.c 1.16
+usr.sbin/pkg_install/add/perform.c 1.114
+usr.sbin/pkg_install/create/perform.c 1.43
+usr.sbin/pkg_install/info/perform.c 1.67
+usr.sbin/pkg_install/lib/Makefile 1.26
+usr.sbin/pkg_install/lib/fexec.c 1.9
+usr.sbin/pkg_install/lib/file.c 1.75
+usr.sbin/pkg_install/lib/lib.h 1.79
+usr.sbin/pkg_install/lib/pexec.c 1.1
+usr.sbin/pkg_install/lib/version.h 1.73
+
+ Reduce the use of the system() function in pkg_install to avoid quoting
+ problems. Instead, use exec*() functions. Replace PUSHOUT()
+ macro and string buffers with a function that operates on data
+ structures. If it is necessary to copy files into place from
+ staging area, then use pax to copy them.
+ Add functions in pexec.c to create a pipe for sending data to a child
+ process. Replace pipe code in create/perform.c with these functions.
+ Use these functions instead of command-line arguments when copying files
+ into place from staging area.
+ Three system() references remain: @exec, @unexec, and vsystem().
+ [ben, ticket #991]
+
+doc/CHANGES 1.530 via patch
+
+ Note ipsec-tools 0.6.2 import.
+ [tron, ticket #998]
+
+crypto/dist/openssl/apps/apps.c patch
+ Avoid NULL pointer dereference when doing
+ openssl ca -h
+ with openssl0.9.7d. Fixes PR 28851.
+ [mlelstv, ticket #999]
+
Home |
Main Index |
Thread Index |
Old Index