git: update to 2.43.0

- Refresh patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
(cherry picked from commit 158b761193)
This commit is contained in:
krant
2024-02-06 10:10:04 +02:00
committed by Josef Schlehofer
parent f628aaa30f
commit 53fa23900a
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
@@ -955,7 +955,8 @@ AC_RUN_IFELSE(
@@ -964,7 +964,8 @@ AC_RUN_IFELSE(
FILE *f = fopen(".", "r");
return f != NULL;]])],
[ac_cv_fread_reads_directories=no],
@@ -10,7 +10,7 @@
])
if test $ac_cv_fread_reads_directories = yes; then
FREAD_READS_DIRECTORIES=UnfortunatelyYes
@@ -989,7 +990,8 @@ AC_RUN_IFELSE(
@@ -998,7 +999,8 @@ AC_RUN_IFELSE(
if (snprintf(buf, 3, "%s", "12345") != 5
|| strcmp(buf, "12")) return 1]])],
[ac_cv_snprintf_returns_bogus=no],
@@ -20,7 +20,7 @@
])
if test $ac_cv_snprintf_returns_bogus = yes; then
SNPRINTF_RETURNS_BOGUS=UnfortunatelyYes
@@ -1012,7 +1014,8 @@ yippeeyeswehaveit
@@ -1021,7 +1023,8 @@ yippeeyeswehaveit
#endif
]),
[ac_cv_sane_mode_bits=yes],

View File

@@ -14,7 +14,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
--- a/imap-send.c
+++ b/imap-send.c
@@ -274,8 +274,10 @@ static int ssl_socket_connect(struct ima
@@ -279,8 +279,10 @@ static int ssl_socket_connect(struct ima
int ret;
X509 *cert;