FreeBSD Bugzilla – Attachment 149338 Details for
Bug 193127
[PATCH] security/openssh-portable should allow a plain protocol version string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for Makefile
patch-Makefile (text/plain), 999 bytes, created by
Bernard Spil
on 2014-11-12 20:39:17 UTC
(
hide
)
Description:
patch for Makefile
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2014-11-12 20:39:17 UTC
Size:
999 bytes
patch
obsolete
>--- Makefile.orig 2014-11-12 20:33:23.907636000 +0100 >+++ Makefile 2014-11-12 21:18:15.553451401 +0100 >@@ -243,16 +243,10 @@ > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|' \ > -e 's|%%RC_SCRIPT_NAME%%|${RC_SCRIPT_NAME}|' ${WRKSRC}/sshd.8 > .endif >- @${REINPLACE_CMD} -E -e 's|SSH_VERSION|TMP_SSH_VERSION|' \ >- -e 's|.*SSH_RELEASE.*||' ${WRKSRC}/version.h >- @${ECHO_CMD} '#define FREEBSD_PORT_VERSION " FreeBSD-${PKGNAME}"' >> \ >- ${WRKSRC}/version.h >- @${ECHO_CMD} '#define SSH_VERSION TMP_SSH_VERSION SSH_PORTABLE FREEBSD_PORT_VERSION' >> \ >- ${WRKSRC}/version.h >- @${ECHO_CMD} '#define SSH_RELEASE TMP_SSH_VERSION SSH_PORTABLE FREEBSD_PORT_VERSION' >> \ >+ @${ECHO_CMD} '#define SSH_VERSION_FREEBSD_PORT " FreeBSD-${PKGNAME}"' >> \ > ${WRKSRC}/version.h > .if ${PORT_OPTIONS:MHPN} >- @${REINPLACE_CMD} -e 's|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|' \ >+ @${REINPLACE_CMD} -e 's|SSH_VERSION SSH_PORTABLE|SSH_VERSION SSH_PORTABLE|' \ > ${WRKSRC}/version.h > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193127
:
146494
|
146504
|
146507
|
146576
| 149338 |
149339
|
149340