Fri Apr 6 23:08:23 2018 UTC ()
mention openssl


(christos)
diff -r1.1510 -r1.1511 src/doc/3RDPARTY
diff -r1.2371 -r1.2372 src/doc/CHANGES

cvs diff -r1.1510 -r1.1511 src/doc/3RDPARTY (expand / switch to unified diff)

--- src/doc/3RDPARTY 2018/04/06 19:01:30 1.1510
+++ src/doc/3RDPARTY 2018/04/06 23:08:23 1.1511
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1510 2018/04/06 19:01:30 christos Exp $ 1# $NetBSD: 3RDPARTY,v 1.1511 2018/04/06 23:08:23 christos Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
@@ -1061,28 +1061,28 @@ markus is very cooperative about it): @@ -1061,28 +1061,28 @@ markus is very cooperative about it):
1061- fix ctype macro arguments 1061- fix ctype macro arguments
1062- umac is broken, disable it 1062- umac is broken, disable it
1063- better ~homedir handling 1063- better ~homedir handling
1064- netbsd style tunnels 1064- netbsd style tunnels
1065- urandom, xhome, chrootdir, rescuedir NetBSD handling 1065- urandom, xhome, chrootdir, rescuedir NetBSD handling
1066- utmp/utmpx handling 1066- utmp/utmpx handling
1067- handle tty posix_vdisable properly 1067- handle tty posix_vdisable properly
1068- handle setuid and unsetuid the posix way instead of setresuid() 1068- handle setuid and unsetuid the posix way instead of setresuid()
1069- add all missing functions 1069- add all missing functions
1070- always bump major when importing to avoid api problems. 1070- always bump major when importing to avoid api problems.
1071- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1071- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1072 1072
1073Package: OpenSSL 1073Package: OpenSSL
1074Version: 1.0.2k 1074Version: 1.0.2o/1.1.0h
1075Current Vers: 1.0.2k/1.1.0d 1075Current Vers: 1.0.2k/1.1.0h
1076Maintainer: The OpenSSL Project 1076Maintainer: The OpenSSL Project
1077Archive Site: ftp://ftp.openssl.org/source/ 1077Archive Site: ftp://ftp.openssl.org/source/
1078Home Page: http://www.openssl.org/ 1078Home Page: http://www.openssl.org/
1079Mailing List: openssl-announce@openssl.org 1079Mailing List: openssl-announce@openssl.org
1080Responsible: christos, mjf, tls, riastradh, spz 1080Responsible: christos, mjf, tls, riastradh, spz
1081License: OpenSSL and SSLeay license (both BSD-like) 1081License: OpenSSL and SSLeay license (both BSD-like)
1082Location: crypto/external/bsd/openssl/dist 1082Location: crypto/external/bsd/openssl/dist
1083Notes: 1083Notes:
1084- Run openssl2netbsd to get rid of the RCSID identifiers 1084- Run openssl2netbsd to get rid of the RCSID identifiers
1085- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1085- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1086 to regen man pages. 1086 to regen man pages.
1087- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1087- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1088 to regen assembly files 1088 to regen assembly files

cvs diff -r1.2371 -r1.2372 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2018/04/06 19:01:30 1.2371
+++ src/doc/CHANGES 2018/04/06 23:08:23 1.2372
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2371 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2372 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -124,13 +124,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0: @@ -124,13 +124,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
124 macppc: Remove macofcons(4). [sevan 20180226] 124 macppc: Remove macofcons(4). [sevan 20180226]
125 imcsmb(4): For amd64 and i386 on Intel {Ivy,Sandy}bridge and 125 imcsmb(4): For amd64 and i386 on Intel {Ivy,Sandy}bridge and
126 {Broad,Has}well CPUs, enable access to Integrated Memory 126 {Broad,Has}well CPUs, enable access to Integrated Memory
127 Controller-based SMBus [pgoyette 20170228] 127 Controller-based SMBus [pgoyette 20170228]
128 ichsmb(4) Add Apollo Lake and Gemini Lake devices. [msaitoh 20180302] 128 ichsmb(4) Add Apollo Lake and Gemini Lake devices. [msaitoh 20180302]
129 lm(4): Add NCT6796D support. [msaitoh 20180308] 129 lm(4): Add NCT6796D support. [msaitoh 20180308]
130 macppc: Enable Bluetooth support by default in GENERIC kernel. 130 macppc: Enable Bluetooth support by default in GENERIC kernel.
131 [sevan 20180316] 131 [sevan 20180316]
132 tzdata updated to 2017d [kre 20180324] 132 tzdata updated to 2017d [kre 20180324]
133 dhcpcd: Import 7.0.2. [roy 20180327] 133 dhcpcd: Import 7.0.2. [roy 20180327]
134 aarch64: Add initial support for aarch64. [ryo 20180401] 134 aarch64: Add initial support for aarch64. [ryo 20180401]
135 dhcpcd: Import 7.0.3. [roy 20180406] 135 dhcpcd: Import 7.0.3. [roy 20180406]
136 OpenSSH: Imported 7.7. [christos 20180406] 136 OpenSSH: Imported 7.7. [christos 20180406]
 137 OpenSSL: Imported 1.1.0h. [christos 20180406]