Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 1d20010

Browse files
committed
project: Update for 0.10.5 merge.
1 parent 7a8db1a commit 1d20010

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

SMP/SMP.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ index 6be33c77..70686735 100644
4141

4242
#else
4343
diff --git a/src/init.c b/src/init.c
44-
index 7f184b9c..89796561 100644
44+
index e516c331..2df4aafa 100644
4545
--- a/src/init.c
4646
+++ b/src/init.c
47-
@@ -32,17 +32,40 @@
47+
@@ -35,17 +35,40 @@
4848
#include <winsock2.h>
4949
#endif
5050

@@ -89,7 +89,7 @@ index 7f184b9c..89796561 100644
8989

9090
/* Declare static mutex */
9191
static SSH_MUTEX ssh_init_mutex = SSH_MUTEX_STATIC_INIT;
92-
@@ -53,8 +76,8 @@ static int _ssh_initialized = 0;
92+
@@ -56,8 +79,8 @@ static int _ssh_initialized = 0;
9393
/* Cache the returned value */
9494
static int _ssh_init_ret = 0;
9595

@@ -101,7 +101,7 @@ index 7f184b9c..89796561 100644
101101
static int _ssh_init(unsigned constructor) {
102102

103103
diff --git a/src/libgcrypt.c b/src/libgcrypt.c
104-
index b8b86593..fd950225 100644
104+
index 2e44a53c..474fa4f8 100644
105105
--- a/src/libgcrypt.c
106106
+++ b/src/libgcrypt.c
107107
@@ -198,12 +198,12 @@ static int blowfish_set_key(struct ssh_cipher_struct *cipher, void *key, void *I
@@ -135,7 +135,7 @@ index b8b86593..fd950225 100644
135135
}
136136

137137
diff --git a/src/misc.c b/src/misc.c
138-
index 3f2652d4..36678203 100644
138+
index 7c478a77..cc2110dc 100644
139139
--- a/src/misc.c
140140
+++ b/src/misc.c
141141
@@ -51,8 +51,10 @@
@@ -199,7 +199,7 @@ index 3f2652d4..36678203 100644
199199

200200
int ssh_is_ipaddr_v4(const char *str)
201201
diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c
202-
index b619b1a3..94017dc2 100644
202+
index 418a46b3..1d7dbaa7 100644
203203
--- a/src/pki_gcrypt.c
204204
+++ b/src/pki_gcrypt.c
205205
@@ -2141,7 +2141,11 @@ ssh_signature pki_do_sign_hash(const ssh_key privkey,

SMP/libssh/libssh_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* libssh version */
3030
#define LIBSSH_VERSION_MAJOR 0
3131
#define LIBSSH_VERSION_MINOR 10
32-
#define LIBSSH_VERSION_MICRO 4
32+
#define LIBSSH_VERSION_MICRO 5
3333

3434
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
3535
LIBSSH_VERSION_MINOR, \

0 commit comments

Comments
 (0)