From 9034dc37235b957d53fd00bc0708810b770ccb7a Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 17 Mar 2026 14:52:36 +0000 Subject: [PATCH] update to neon-0.37.1 --- net/neon/Makefile | 2 +- net/neon/distinfo | 4 ++-- net/neon/patches/patch-src_ne_openssl_c | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/neon/Makefile b/net/neon/Makefile index 73a71fb4274..252e04d600a 100644 --- a/net/neon/Makefile +++ b/net/neon/Makefile @@ -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 diff --git a/net/neon/distinfo b/net/neon/distinfo index 60df813b3b2..701f99e92c0 100644 --- a/net/neon/distinfo +++ b/net/neon/distinfo @@ -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 diff --git a/net/neon/patches/patch-src_ne_openssl_c b/net/neon/patches/patch-src_ne_openssl_c index 78ee921e8bb..dce9d500f2a 100644 --- a/net/neon/patches/patch-src_ne_openssl_c +++ b/net/neon/patches/patch-src_ne_openssl_c @@ -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 -@@ -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;