Module Name: src
Committed By: christos
Date: Wed Aug 5 19:10:56 UTC 2009
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention new openssl.
To generate a diff of this commit:
cvs rdiff -u -r1.710 -r1.711 src/doc/3RDPARTY
cvs rdiff -u -r1.1268 -r1.1269 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.710 src/doc/3RDPARTY:1.711
--- src/doc/3RDPARTY:1.710 Tue Jul 28 17:05:36 2009
+++ src/doc/3RDPARTY Wed Aug 5 15:10:56 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.710 2009/07/28 21:05:36 roy Exp $
+# $NetBSD: 3RDPARTY,v 1.711 2009/08/05 19:10:56 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -759,7 +759,7 @@
- always bump major when importing to avoid api problems.
Package: OpenSSL
-Version: SNAP-20090710
+Version: SNAP-20090805
Current Vers: 0.9.8k
Maintainer: The OpenSSL Project
Archive Site: ftp://ftp.openssl.org/source/
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1268 src/doc/CHANGES:1.1269
--- src/doc/CHANGES:1.1268 Tue Aug 4 13:21:14 2009
+++ src/doc/CHANGES Wed Aug 5 15:10:56 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1268 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1269 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -354,3 +354,5 @@
types are enabled as wakeup devices if the firmware supports
it: lid switch, sleep/power button, PC keyboard controller.
[jmcneill 20090804]
+ openssl: Import SNAP-20090805 to fix the namespace issues
+ (BLOCK, CSTRING, etc) [christos 20090805]