Patching sshd in FreeBSD 4.7

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Thu Oct 9 05:50:05 PDT 2003


Kevin G <whackstr at pacbell.net> writes:

> *** 5,11 ****
> 
>   #define SSH_VERSION             (ssh_version_get())
>   #define SSH_VERSION_BASE        "OpenSSH_3.4p1"
> ! #define SSH_VERSION_ADDENDUM    "FreeBSD-20030917"
> 
>   const char *ssh_version_get(void);
>   void ssh_version_set_addendum(const char *add);
> --- 5,11 ----
> 
>   #define SSH_VERSION             (ssh_version_get())
>   #define SSH_VERSION_BASE        "OpenSSH_3.4p1"
> ! #define SSH_VERSION_ADDENDUM    "FreeBSD-20030924"
> 
>   const char *ssh_version_get(void);
>   void ssh_version_set_addendum(const char *add);
> 
>   
> I've never had any problems patching before, I could use
> some help.

I can't see why the patch would fail, but it looks like you should be
able to easily make the change by hand (putting the later-dated string
in the file).  Or you could ignore it -- it doesn't really affect
anything.  


More information about the freebsd-questions mailing list