Files
ports/security/openssh-portable/files/extra-patch-version-addendum
T
Bryan Drewery 6014ebaef2 Make the VersionAddendum fix use the proper default.
Once I ran into the X509 issue previously I failed to retest that the patch
worked.

PR:		193127
2015-03-29 04:17:53 +00:00

6 lines
233 B
Plaintext

--- servconf.c.orig 2015-03-28 23:08:41.296700000 -0500
+++ servconf.c 2015-03-28 23:08:54.016291000 -0500
@@ -318 +318 @@
- options->version_addendum = xstrdup("");
+ options->version_addendum = xstrdup(SSH_VERSION_FREEBSD_PORT);