mention new openssl.

This commit is contained in:
christos 2005-03-25 20:17:07 +00:00
parent dcba0206d6
commit a5a29c7f7d
2 changed files with 6 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: 3RDPARTY,v 1.309 2005/03/24 04:11:06 kochi Exp $
# $NetBSD: 3RDPARTY,v 1.310 2005/03/25 20:17:07 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@ -496,23 +496,14 @@ markus is very cooperative about it):
- added USE_PAM patches and auth_pam.[ch] from portable openssh
Package: OpenSSL
Version: 0.9.7d
Version: 0.9.7f
Current Vers: 0.9.7f
Maintainer: The OpenSSL Project
Archive Site: ftp://ftp.openssl.org/source/
Mailing List: openssl-announce@openssl.org
Responsible: mcr, thorpej, itojun, groo
Responsible: mcr, thorpej, itojun, groo, christos
Notes:
modified internal types to u_int32_t and alike, for non-32bit friendliness.
removed #ifdefs in header files so that they do not affect ABI.
on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000,
to tech-security.
crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
(should be done after the import - for some of the past imports done before
import by mistake).
The 0.9.7d import has brought us inline with OpenSSL w.r.t to strl* and
snprintf. There will be far fewer conflicts in the future.
FIPS is not enabled yet.
Package: pdisk
Version: 0.8a2

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.450 $>
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.451 $>
[Note: This file does not mention every change made to the NetBSD source tree.
@ -12,3 +12,4 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
a new tso4/-tso4 switch. [matt 20050306]
agr(4): Add pseudo-device driver for link aggregation. [yamt 20050318]
kernel: Limit the number of locks per user to 1024 [christos 20050320]
crypto: Upgrade to OpenSSL 0.9.7f [christos 20050325]