Module Name: src Committed By: christos Date: Tue Apr 8 02:19:54 UTC 2014
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSL To generate a diff of this commit: cvs rdiff -u -r1.1105 -r1.1106 src/doc/3RDPARTY cvs rdiff -u -r1.1912 -r1.1913 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.1105 src/doc/3RDPARTY:1.1106 --- src/doc/3RDPARTY:1.1105 Sat Apr 5 07:18:03 2014 +++ src/doc/3RDPARTY Mon Apr 7 22:19:54 2014 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1105 2014/04/05 11:18:03 apb Exp $ +# $NetBSD: 3RDPARTY,v 1.1106 2014/04/08 02:19:54 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -968,8 +968,8 @@ markus is very cooperative about it): - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. Package: OpenSSL -Version: 1.0.1f -Current Vers: 1.0.1f with AES-NI patch +Version: 1.0.1g +Current Vers: 1.0.1g with AES-NI patch Maintainer: The OpenSSL Project Archive Site: ftp://ftp.openssl.org/source/ Home Page: http://www.openssl.org/ Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1912 src/doc/CHANGES:1.1913 --- src/doc/CHANGES:1.1912 Mon Apr 7 07:26:16 2014 +++ src/doc/CHANGES Mon Apr 7 22:19:54 2014 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1912 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1913 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -384,3 +384,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: i386: Switched to GCC 4.8. [christos 20140404] mcp23s17gpio: Add Microchip MCP23S17 16-bit GPIO chip driver. e.g. Raspberry Pi interface boards [kardel 20140406] + OpenSSL: Imported 1.0.1g [christos 20140407]