update to 0.31.2
This commit is contained in:
parent
941b97b04d
commit
e9b9361c59
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ neon-0.29.2.tar.gz
|
||||
/neon-0.31.0.tar.gz
|
||||
/neon-0.31.1.tar.gz
|
||||
/results_neon
|
||||
/neon-0.31.2.tar.gz
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
diff --git a/src/ne_md5.c b/src/ne_md5.c
|
||||
index f07041c..2a8458e 100644
|
||||
--- a/src/ne_md5.c
|
||||
+++ b/src/ne_md5.c
|
||||
@@ -426,9 +426,9 @@ void *
|
||||
md5_read_ctx (const struct md5_ctx *ctx, void *resbuf)
|
||||
{
|
||||
#ifdef HAVE_OPENSSL
|
||||
-#define SWAP_CTX(x) (ctx->ctx.x)
|
||||
+#define SWAP_CTX(x) SWAP(ctx->ctx.x)
|
||||
#else
|
||||
-#define SWAP_CTX(x) (ctx->x)
|
||||
+#define SWAP_CTX(x) SWAP(ctx->x)
|
||||
#endif
|
||||
|
||||
((md5_uint32 *) resbuf)[0] = SWAP_CTX (A);
|
||||
@ -2,13 +2,12 @@
|
||||
|
||||
Summary: An HTTP and WebDAV client library
|
||||
Name: neon
|
||||
Version: 0.31.1
|
||||
Version: 0.31.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://notroj.github.io/neon/
|
||||
Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz
|
||||
Patch0: neon-0.27.0-multilib.patch
|
||||
Patch1: neon-0.31.1-endian.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel, libproxy-devel
|
||||
BuildRequires: pkgconfig, pakchois-devel
|
||||
@ -38,7 +37,6 @@ The development library for the C language HTTP and WebDAV client library.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .multilib
|
||||
%patch1 -p1 -b .endian
|
||||
|
||||
# prevent installation of HTML docs
|
||||
sed -ibak '/^install-docs/s/install-html//' Makefile.in
|
||||
@ -82,6 +80,9 @@ make %{?_smp_mflags} check
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Wed Jun 24 2020 Joe Orton <jorton@redhat.com> - 0.31.2-1
|
||||
- update to 0.31.2
|
||||
|
||||
* Fri Apr 17 2020 Joe Orton <jorton@redhat.com> - 0.31.1-1
|
||||
- update to 0.31.1
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (neon-0.31.1.tar.gz) = 00d7297c102ee828d84eb28c9b6a57e66290904acf5327f8a6d3d1759ffacf88329bb2157dcef418c69e93d1370ccbd591829da06c01c3f44aea6c7b92462c13
|
||||
SHA512 (neon-0.31.2.tar.gz) = 1e402b40a0445f68ed24d2697ee60d21636f61ebc98edcde37ff9e26c54430acabf3969ac22a942d1dd51bddee0f312c04073b423b0af3a3e7c9bf60cd53e48c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user