upgrade shlib major version for src/lib/libpcap (0.1 -> 1.0).
document KAME IPv6/IPsec import into INSTALL.txt (installation notes).
This commit is contained in:
parent
8cc65d3aa6
commit
67b57a858e
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: main,v 1.19 1999/05/24 07:03:18 ross Exp $
|
||||
.\" $NetBSD: main,v 1.20 1999/07/02 18:53:26 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -217,6 +217,15 @@ chrooting of servers easier.
|
||||
.It
|
||||
Most third party packages have been updated to the latest stable
|
||||
release.
|
||||
.It
|
||||
Import IPv6/IPsec stack, from KAME project.
|
||||
This includes addition of kernel code for IPv6/IPsec,
|
||||
IPv4/v6 dual-stack user applications and supporting libraries.
|
||||
Due to this, shlib major version for
|
||||
.Xr pcap 3
|
||||
is incremented and you may need a recompilation of your userland tools.
|
||||
We will be upgrading IPv6 part to unified-ipv6 codebase
|
||||
whenever it becomes ready.
|
||||
.El
|
||||
.Pp
|
||||
As has been noted, there have also been innumerable bug fixes.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: shl.elf,v 1.11 1999/05/13 10:34:42 veego Exp $
|
||||
# $NetBSD: shl.elf,v 1.12 1999/07/02 18:53:26 itojun Exp $
|
||||
./usr/lib/libamu.so.1
|
||||
./usr/lib/libbfd.so.3
|
||||
./usr/lib/libbz2.so.0
|
||||
@ -13,7 +13,7 @@
|
||||
./usr/lib/libntp.so.0
|
||||
./usr/lib/libobjc.so.0
|
||||
./usr/lib/libossaudio.so.0
|
||||
./usr/lib/libpcap.so.0
|
||||
./usr/lib/libpcap.so.1
|
||||
./usr/lib/libposix.so.0
|
||||
./usr/lib/libresolv.so.1
|
||||
./usr/lib/libskey.so.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: shl.mi,v 1.29 1999/07/02 14:50:26 itojun Exp $
|
||||
# $NetBSD: shl.mi,v 1.30 1999/07/02 18:53:27 itojun Exp $
|
||||
./usr/lib/libamu.so.1.1
|
||||
./usr/lib/libbfd.so.3.0
|
||||
./usr/lib/libbz2.so.0.0
|
||||
@ -13,7 +13,7 @@
|
||||
./usr/lib/libntp.so.0.0
|
||||
./usr/lib/libobjc.so.0.0
|
||||
./usr/lib/libossaudio.so.0.0
|
||||
./usr/lib/libpcap.so.0.1
|
||||
./usr/lib/libpcap.so.1.0
|
||||
./usr/lib/libposix.so.0.1
|
||||
./usr/lib/libresolv.so.1.0
|
||||
./usr/lib/libskey.so.0.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: shlib_version,v 1.4 1999/07/02 14:50:25 itojun Exp $
|
||||
# $NetBSD: shlib_version,v 1.5 1999/07/02 18:53:27 itojun Exp $
|
||||
# Remember to update distrib/sets/lists/base/shl.* when changing
|
||||
#
|
||||
major=0
|
||||
minor=1
|
||||
major=1
|
||||
minor=0
|
||||
|
Loading…
Reference in New Issue
Block a user