Wed Mar 2 01:54:19 2016 UTC ()
new openssl


(christos)
diff -r1.1308 -r1.1309 src/doc/3RDPARTY
diff -r1.2138 -r1.2139 src/doc/CHANGES

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

--- src/doc/3RDPARTY 2016/02/24 16:06:20 1.1308
+++ src/doc/3RDPARTY 2016/03/02 01:54:19 1.1309
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1308 2016/02/24 16:06:20 wiz Exp $ 1# $NetBSD: 3RDPARTY,v 1.1309 2016/03/02 01:54:19 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#
@@ -1028,28 +1028,28 @@ markus is very cooperative about it): @@ -1028,28 +1028,28 @@ markus is very cooperative about it):
1028- fix ctype macro arguments 1028- fix ctype macro arguments
1029- umac is broken, disable it 1029- umac is broken, disable it
1030- better ~homedir handling 1030- better ~homedir handling
1031- netbsd style tunnels 1031- netbsd style tunnels
1032- urandom, xhome, chrootdir, rescuedir NetBSD handling 1032- urandom, xhome, chrootdir, rescuedir NetBSD handling
1033- utmp/utmpx handling 1033- utmp/utmpx handling
1034- handle tty posix_vdisable properly 1034- handle tty posix_vdisable properly
1035- handle setuid and unsetuid the posix way instead of setresuid() 1035- handle setuid and unsetuid the posix way instead of setresuid()
1036- add all missing functions 1036- add all missing functions
1037- always bump major when importing to avoid api problems. 1037- always bump major when importing to avoid api problems.
1038- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1038- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1039 1039
1040Package: OpenSSL 1040Package: OpenSSL
1041Version: 1.0.1r 1041Version: 1.0.1s
1042Current Vers: 1.0.2f 1042Current Vers: 1.0.2g
1043Maintainer: The OpenSSL Project 1043Maintainer: The OpenSSL Project
1044Archive Site: ftp://ftp.openssl.org/source/ 1044Archive Site: ftp://ftp.openssl.org/source/
1045Home Page: http://www.openssl.org/ 1045Home Page: http://www.openssl.org/
1046Mailing List: openssl-announce@openssl.org 1046Mailing List: openssl-announce@openssl.org
1047Responsible: christos, mjf, tls, riastradh, spz 1047Responsible: christos, mjf, tls, riastradh, spz
1048License: OpenSSL and SSLeay license (both BSD-like) 1048License: OpenSSL and SSLeay license (both BSD-like)
1049Location: crypto/external/bsd/openssl/dist 1049Location: crypto/external/bsd/openssl/dist
1050Notes: 1050Notes:
1051- Run openssl2netbsd to get rid of the RCSID identifiers 1051- Run openssl2netbsd to get rid of the RCSID identifiers
1052- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1052- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1053 to regen man pages. 1053 to regen man pages.
1054- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1054- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1055 to regen assembly files 1055 to regen assembly files

cvs diff -r1.2138 -r1.2139 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2016/02/28 11:00:14 1.2138
+++ src/doc/CHANGES 2016/03/02 01:54:19 1.2139
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2138 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2139 $>
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]
@@ -241,13 +241,15 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -241,13 +241,15 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
241 ntp: Import ntp 4.2.8p5. [christos 20160108] 241 ntp: Import ntp 4.2.8p5. [christos 20160108]
242 flex(1): Import flex-2.6.0 [christos 20160109] 242 flex(1): Import flex-2.6.0 [christos 20160109]
243 acpi(4): Updated ACPICA to 20160108. [christos 20160109] 243 acpi(4): Updated ACPICA to 20160108. [christos 20160109]
244 byacc: update to 20150711 [christos 20160109] 244 byacc: update to 20150711 [christos 20160109]
245 tmux(1): Import of tmux 2.1 [christos 20160110] 245 tmux(1): Import of tmux 2.1 [christos 20160110]
246 dhcp: Import version 4.3.3. [christos 20160110] 246 dhcp: Import version 4.3.3. [christos 20160110]
247 gettext: Upgrade to 0.16.1 [christos 20160112] 247 gettext: Upgrade to 0.16.1 [christos 20160112]
248 bind: Import version 9.10.3-P3. [christos 20160119] 248 bind: Import version 9.10.3-P3. [christos 20160119]
249 dhcpcd: Import dhcpcd 6.10.1. [roy 20160120] 249 dhcpcd: Import dhcpcd 6.10.1. [roy 20160120]
250 openssl: Import openssl 1.0.1r [christos 20160130] 250 openssl: Import openssl 1.0.1r [christos 20160130]
251 elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219] 251 elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219]
252 openresolv: Import openresolv-3.7.3. [roy 20160222] 252 openresolv: Import openresolv-3.7.3. [roy 20160222]
253 mv(1): Add SIGINFO support. [mrg 20160228] 253 mv(1): Add SIGINFO support. [mrg 20160228]
 254 openssl: Import openssl 1.0.1s - disable weak (export) ciphers and SSLv2
 255 [christos 20160301]