Module Name: src
Committed By: christos
Date: Mon Jun 8 00:15:37 UTC 2009
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention new openssh
To generate a diff of this commit:
cvs rdiff -u -r1.700 -r1.701 src/doc/3RDPARTY
cvs rdiff -u -r1.1237 -r1.1238 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.700 src/doc/3RDPARTY:1.701
--- src/doc/3RDPARTY:1.700 Fri Jun 5 07:31:51 2009
+++ src/doc/3RDPARTY Sun Jun 7 20:15:37 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.700 2009/06/05 11:31:51 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.701 2009/06/08 00:15:37 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -710,10 +710,10 @@
Next import will need $ Id removal..
Package: HPN-SSH
-Version: 5.0p1 13 v3
-Current Vers: 5.0p1 13 v3
+Version: 5.2p1 13 v6
+Current Vers: 5.2p1 13 v6
Maintainer: www.psc.edu
-Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.0p1-hpn13v3.diff.gz
+Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz
Home Page: http://www.psc.edu/networking/projects/hpn-ssh/
Mailing List:
Responsible: christos
@@ -722,17 +722,17 @@
Patch applied after OpenSSH import.
Package: OpenSSH
-Version: 5.0
+Version: 5.2
Current Vers: 5.2 / portable 5.2p1
Maintainer: OpenSSH
Archive Site: http://www.openssh.com/ftp.html
Home Page: http://www.openssh.com/portable.html
Mailing List: [email protected]
Responsible: thorpej, christos, elric
-License: BSD or more free. See src/crypto/dist/ssh/LICENSE
+License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
Notes:
-imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
-into crypto/dist/openssh. use openssh2netbsd before import.
+imported from OpenBSD ssh -- is not from the portable OpenSSH
+into crypto/external/bsd/openssh/dist. use openssh2netbsd before import.
local changes (should always try to bring them back to master openssh tree,
markus is very cooperative about it):
- default for PermitRootLogin is set to "no"
@@ -741,10 +741,21 @@
- krb5 support re-added
- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
when someone imports openssl, we can remove this.
-- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
- added moduli from portable openssh
- added USE_PAM patches and auth_pam.[ch] from portable openssh
-- add the HPN patch
+- conditionalize login_cap
+- conditionalize bsd_auth
+- restore krb5, krb4, afs, skey
+- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
+- fix ctype macro arguments
+- umac is broken, disable it
+- better ~homedir handling
+- netbsd style tunnels
+- urandom, xhome, chrootdir, rescuedir NetBSD handling
+- utmp/utmpx handling
+- handle tty posix_vdisable properly
+- handle setuid and unsetuid the posix way instead of setresuid()
+- add all missing functions
- always bump major when importing to avoid api problems.
Package: OpenSSL
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1237 src/doc/CHANGES:1.1238
--- src/doc/CHANGES:1.1237 Sun Jun 7 18:52:50 2009
+++ src/doc/CHANGES Sun Jun 7 20:15:37 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1237 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1238 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -290,3 +290,4 @@
rumpnet: Add IPv6 support [pooka 20090527]
agr(4): Add support for layering vlans on top. Also allow LACP
to be disabled. [darran 20090529]
+ openssh: Import 5.2. [christos 20090707]