Module Name: src Committed By: christos Date: Wed Mar 2 01:54:19 UTC 2016
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new openssl To generate a diff of this commit: cvs rdiff -u -r1.1308 -r1.1309 src/doc/3RDPARTY cvs rdiff -u -r1.2138 -r1.2139 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.1308 src/doc/3RDPARTY:1.1309 --- src/doc/3RDPARTY:1.1308 Wed Feb 24 11:06:20 2016 +++ src/doc/3RDPARTY Tue Mar 1 20:54:19 2016 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1308 2016/02/24 16:06:20 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1309 2016/03/02 01:54:19 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1038,8 +1038,8 @@ markus is very cooperative about it): - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. Package: OpenSSL -Version: 1.0.1r -Current Vers: 1.0.2f +Version: 1.0.1s +Current Vers: 1.0.2g 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.2138 src/doc/CHANGES:1.2139 --- src/doc/CHANGES:1.2138 Sun Feb 28 06:00:14 2016 +++ src/doc/CHANGES Tue Mar 1 20:54:19 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2138 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2139 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -251,3 +251,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0: elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219] openresolv: Import openresolv-3.7.3. [roy 20160222] mv(1): Add SIGINFO support. [mrg 20160228] + openssl: Import openssl 1.0.1s - disable weak (export) ciphers and SSLv2 + [christos 20160301]