Module Name: src
Committed By: christos
Date: Mon Jul 25 03:12:04 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention new openssh
To generate a diff of this commit:
cvs rdiff -u -r1.853 -r1.854 src/doc/3RDPARTY
cvs rdiff -u -r1.1581 -r1.1582 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.853 src/doc/3RDPARTY:1.854
--- src/doc/3RDPARTY:1.853 Tue Jul 12 04:52:17 2011
+++ src/doc/3RDPARTY Sun Jul 24 23:12:04 2011
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.853 2011/07/12 08:52:17 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.854 2011/07/25 03:12:04 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -782,8 +782,8 @@
Patch applied after OpenSSH import.
Package: OpenSSH
-Version: 5.6
-Current Vers: 5.6 / portable 5.6p1
+Version: 5.8
+Current Vers: 5.8 / portable 5.8p1
Maintainer: OpenSSH
Archive Site: http://www.openssh.com/ftp.html
Home Page: http://www.openssh.com/portable.html
@@ -819,6 +819,7 @@
- handle setuid and unsetuid the posix way instead of setresuid()
- add all missing functions
- always bump major when importing to avoid api problems.
+- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
Package: OpenSSL
Version: 1.0.1-stable-SNAP-20110605
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1581 src/doc/CHANGES:1.1582
--- src/doc/CHANGES:1.1581 Wed Jul 20 16:38:29 2011
+++ src/doc/CHANGES Sun Jul 24 23:12:04 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1581 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1582 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1081,3 +1081,4 @@
[tsutsui 20110716]
urndis(4): Add driver for Microsoft RNDIS-based USB networking devices,
such as Android-based phones. From OpenBSD. [jakllsch 20110720]
+ openssh: Import 5.8. [christos 20110724]