diff --git a/net/neon/Makefile b/net/neon/Makefile index 25df39a040a..f5bacb467d3 100644 --- a/net/neon/Makefile +++ b/net/neon/Makefile @@ -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 diff --git a/net/neon/distinfo b/net/neon/distinfo index f9865810499..ff9ef68c572 100644 --- a/net/neon/distinfo +++ b/net/neon/distinfo @@ -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 diff --git a/net/neon/patches/patch-src_ne_openssl_c b/net/neon/patches/patch-src_ne_openssl_c index a0bc6ea4627..442e3c5d149 100644 --- a/net/neon/patches/patch-src_ne_openssl_c +++ b/net/neon/patches/patch-src_ne_openssl_c @@ -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();