update to neon-0.37.1

This commit is contained in:
sthen
2026-03-17 14:52:36 +00:00
parent 61742a8ed7
commit 9034dc3723
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= HTTP and WebDAV client library, with C interface
DISTNAME= neon-0.37.0
DISTNAME= neon-0.37.1
SHARED_LIBS += neon 31.6 # 37.0
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (neon-0.37.0.tar.gz) = k1jPKeERJ7GjGWYh0HFZ07AToLeevDiKJUiKUUQ7i4E=
SIZE (neon-0.37.0.tar.gz) = 978545
SHA256 (neon-0.37.1.tar.gz) = qZtyYlJaRU0QZc923RckD9gI38TvFWNpkP+DpdDZ50A=
SIZE (neon-0.37.1.tar.gz) = 979090
+3 -3
View File
@@ -4,8 +4,8 @@ this ends in tears.
Index: src/ne_openssl.c
--- src/ne_openssl.c.orig
+++ src/ne_openssl.c
@@ -85,7 +85,7 @@ typedef const unsigned char ne_d2i_uchar;
#define EVP_PKEY_get0_RSA(evp) (evp->pkey.rsa)
@@ -88,7 +88,7 @@ typedef const unsigned char ne_d2i_uchar;
#define ASN1_STRING_type(as_) ((as_)->type)
#endif
-#if OPENSSL_VERSION_NUMBER >= 0x10101000
@@ -13,7 +13,7 @@ Index: src/ne_openssl.c
/* OpenSSL 1.1.1 has STORE. */
#define HAVE_OPENSSL111
#include <openssl/store.h>
@@ -1286,6 +1286,8 @@ char *ne_vstrhash(unsigned int flags, va_list ap)
@@ -1296,6 +1296,8 @@ char *ne_vstrhash(unsigned int flags, va_list ap)
unsigned char v[EVP_MAX_MD_SIZE];
unsigned int vlen;
const char *arg;