Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc mention new openssh



details:   https://anonhg.NetBSD.org/src/rev/ab8bb3de7908
branches:  trunk
changeset: 767624:ab8bb3de7908
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 25 03:12:04 2011 +0000

description:
mention new openssh

diffstat:

 doc/3RDPARTY |  7 ++++---
 doc/CHANGES  |  3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 7c9e7c113a88 -r ab8bb3de7908 doc/3RDPARTY
--- a/doc/3RDPARTY      Mon Jul 25 03:09:51 2011 +0000
+++ b/doc/3RDPARTY      Mon Jul 25 03:12:04 2011 +0000
@@ -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
diff -r 7c9e7c113a88 -r ab8bb3de7908 doc/CHANGES
--- a/doc/CHANGES       Mon Jul 25 03:09:51 2011 +0000
+++ b/doc/CHANGES       Mon Jul 25 03:12:04 2011 +0000
@@ -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]



Home | Main Index | Thread Index | Old Index