update to neon-0.32.4

This commit is contained in:
sthen 2022-09-12 10:24:30 +00:00
parent d9f031abc1
commit 81e969689d
3 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
COMMENT= HTTP and WebDAV client library, with C interface
DISTNAME= neon-0.32.1
REVISION= 0
DISTNAME= neon-0.32.4
SHARED_LIBS += neon 31.3 # 32.1

View File

@ -1,2 +1,2 @@
SHA256 (neon-0.32.1.tar.gz) = BcVLwRUDDInkY6T7KNOj+CFYeVKLpcpw1nbT0hvzr1I=
SIZE (neon-0.32.1.tar.gz) = 880434
SHA256 (neon-0.32.4.tar.gz) = seISDkrgfflSxKhYcxYZczEVxfQ4ll3k+rQda/fnpQg=
SIZE (neon-0.32.4.tar.gz) = 895482

View File

@ -3,7 +3,7 @@ LibreSSL does not provide EVP_sha512_256()
Index: src/ne_openssl.c
--- src/ne_openssl.c.orig
+++ src/ne_openssl.c
@@ -1121,7 +1121,6 @@ static const EVP_MD *hash_to_md(unsigned int flags)
@@ -1122,7 +1122,6 @@ static const EVP_MD *hash_to_md(unsigned int flags)
case NE_HASH_SHA256: return EVP_sha256();
#ifdef HAVE_OPENSSL11
case NE_HASH_SHA512: return EVP_sha512();