diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-11-17 00:56:07 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-11-17 00:56:07 +0000 |
commit | cd2a8b04065dcd7448ec2c96f987b12caa89bffc (patch) | |
tree | 02234803e5792cedfe8882f8c1abb8487336f09f /security/openssh/files/patch-aj | |
parent | gtkgraph is in graphics, not math. :) (diff) |
Prompted by Kris Kennaway <kris@FreeBSD.org>
Update to to the current time for OpenSSH. The notable commit given to me
for this new date is:
(provos@cvs.openbsd.org)
usr.bin/ssh : hostfile.c
in known_hosts key lookup the entry for the bits does not need to match, all
the information is contained in n and e. This solves the problem with buggy
servers announcing the wrong modulus length. markus and me.
Diffstat (limited to 'security/openssh/files/patch-aj')
-rw-r--r-- | security/openssh/files/patch-aj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh/files/patch-aj b/security/openssh/files/patch-aj index 8a42eeee4c8b..2b51018f9bc7 100644 --- a/security/openssh/files/patch-aj +++ b/security/openssh/files/patch-aj @@ -1,11 +1,11 @@ ---- ./lib/Makefile.orig Thu Nov 11 05:32:55 1999 -+++ ./lib/Makefile Thu Nov 11 08:54:34 1999 +--- ./lib/Makefile.orig Tue Nov 16 16:50:53 1999 ++++ ./lib/Makefile Tue Nov 16 16:52:01 1999 @@ -4,7 +4,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ - cipher.c compat.c compress.c crc32.c deattack.c hostfile.c \ - log.c match.c mpaux.c nchan.c packet.c readpass.c rsa.c \ -- tildexpand.c ttymodes.c uidswap.c xmalloc.c -+ tildexpand.c ttymodes.c uidswap.c xmalloc.c strlcpy.c + cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ + hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ +- rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c ++ rsa.c strlcpy.c tildexpand.c ttymodes.c uidswap.c xmalloc.c NOPROFILE= yes NOPIC= yes |