FreeBSD Bugzilla – Attachment 199369 Details for
Bug 233346
security/libssh: remove support for sshv1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove option SSH1
libssh.patch (text/plain), 1.79 KB, created by
Arrigo Marchiori
on 2018-11-20 08:50:18 UTC
(
hide
)
Description:
Remove option SSH1
Filename:
MIME Type:
Creator:
Arrigo Marchiori
Created:
2018-11-20 08:50:18 UTC
Size:
1.79 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revisione 485306) >+++ Makefile (copia di lavoro) >@@ -7,7 +7,7 @@ > MASTER_SITES= https://www.libssh.org/files/0.8/ > > MAINTAINER= johans@FreeBSD.org >-COMMENT= Library implementing the SSH1 and SSH2 protocol >+COMMENT= Library implementing the SSH2 protocol > > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/COPYING >@@ -15,7 +15,7 @@ > BROKEN_SSL= openssl111 > BROKEN_SSL_REASON_openssl111= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') > >-OPTIONS_DEFINE= SSH1 STATIC >+OPTIONS_DEFINE= STATIC > OPTIONS_RADIO= CRYPTO > OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL > OPTIONS_DEFAULT= OPENSSL STATIC >@@ -35,10 +35,6 @@ > > OPENSSL_USES= ssl > >-SSH1_DESC= Build with SSH1 support >-SSH1_CMAKE_ON= -DWITH_SSH1:BOOL=ON >-SSH1_CMAKE_OFF= -DWITH_SSH1:BOOL=OFF >- > STATIC_CMAKE_ON= -DWITH_STATIC_LIB:BOOL=ON > STATIC_CMAKE_OFF= -DWITH_STATIC_LIB:BOOL=OFF > >Index: pkg-descr >=================================================================== >--- pkg-descr (revisione 485306) >+++ pkg-descr (copia di lavoro) >@@ -8,7 +8,7 @@ > libssh features: > > * Full C library functions for manipulating a client-side SSH connection >- * SSH2 and SSH1 protocol compliant >+ * SSH2 protocol compliant > * Fully configurable sessions > * Server support, SSH agent authentication support > * Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode >Index: pkg-plist >=================================================================== >--- pkg-plist (revisione 485306) >+++ pkg-plist (copia di lavoro) >@@ -4,7 +4,6 @@ > include/libssh/libsshpp.hpp > include/libssh/server.h > include/libssh/sftp.h >-%%SSH1%%include/libssh/ssh1.h > include/libssh/ssh2.h > lib/cmake/libssh/libssh/libssh-config.cmake > lib/cmake/libssh/libssh/libssh-config-version.cmake
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 233346
: 199369