Patching Openssh on 4.9 PRERELEASE

2003-09-16 Thread David Wagenheim
The other day I cvsup'd using the stable supfile, did buildworld, installworld and built and installed a new kernel. All of that went fine and I now have a 4.9-PRERELEASE box. Today, I went to patch OpenSSH and I did: # cd /usr/src # patch /root/buffer46.patch # cd /usr/src/secure/lib/libssh #

Re: Patching Openssh on 4.9 PRERELEASE

2003-09-16 Thread David Wagenheim
version.h within /usr/src/crypto/openssh/version.h and change the FreeBSD-20030201 to be FreeBSD-20030916. The patch doesnt update the date. Only patches the security issue. On Tue, 16 Sep 2003, David Wagenheim wrote: The other day I cvsup'd using