You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
# If the source code was changed, but there were no interface changes:
24
24
# Increment REVISION.
25
-
set(LIBRARY_VERSION "4.7.2")
25
+
set(LIBRARY_VERSION "4.7.3")
26
26
set(LIBRARY_SOVERSION "4")
27
27
28
28
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
@@ -39,6 +39,9 @@ include(CompilerChecks.cmake)
39
39
include(MacroEnsureOutOfSourceBuild)
40
40
macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.")
Copy file name to clipboardExpand all lines: COPYING
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -455,6 +455,15 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455
455
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456
456
DAMAGES.
457
457
458
-
Linking with OpenSSL
459
-
17. In addition, as a special exception, we give permission to link the code of its release of libssh with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU Lesser General Public License in all respects for all of the code used other than "OpenSSL". If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.
458
+
Linking with OpenSSL
459
+
460
+
17. In addition, as a special exception, we give permission to link the code
461
+
of its release of libssh with the OpenSSL project's "OpenSSL" library (or with
462
+
modified versions of it that use the same license as the "OpenSSL" library),
463
+
and distribute the linked executables. You must obey the GNU Lesser General
464
+
Public License in all respects for all of the code used other than "OpenSSL".
465
+
If you modify this file, you may extend this exception to your version of the
466
+
file, but you are not obligated to do so. If you do not wish to do so, delete
0 commit comments