From 54565d36604362c556fe324998e9e905c3a2099ae9ea97327da4829cfb8403fe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 11 Sep 2020 11:35:33 +0000 Subject: [PATCH] Accepting request 828581 from home:dirkmueller:branches:devel:libraries:c_c++ - update to 0.31.2: * Fix ne_md5_read_ctx() with OpenSSL on big-endian architectures. * Fix GCC 10 warning in PKCS#11 build. * Fix OpenSSL build w/o deprecated APIs (Rosen Penev). * Fix unnecessary MD5 test for non-Digest auth (Sebastian Reschke). * Fix hang on SSL connection close with IIS (issue #11). * Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich). OBS-URL: https://build.opensuse.org/request/show/828581 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=59 --- neon-0.31.1.tar.gz | 3 --- neon-0.31.2.tar.gz | 3 +++ neon.changes | 11 +++++++++++ neon.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 neon-0.31.1.tar.gz create mode 100644 neon-0.31.2.tar.gz diff --git a/neon-0.31.1.tar.gz b/neon-0.31.1.tar.gz deleted file mode 100644 index ea5f1d6..0000000 --- a/neon-0.31.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9dfcee723050df37ce18ba449d7707b78e7ab8230f3a4c59d9112e17dc2718d -size 867810 diff --git a/neon-0.31.2.tar.gz b/neon-0.31.2.tar.gz new file mode 100644 index 0000000..f87ecab --- /dev/null +++ b/neon-0.31.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1ee3ac27a215814a9c80803fcee4f0ede8466ebead40267a9bd115e16a8678 +size 867914 diff --git a/neon.changes b/neon.changes index 10920dd..1ba21d3 100644 --- a/neon.changes +++ b/neon.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 21 20:39:12 UTC 2020 - Dirk Mueller + +- update to 0.31.2: + * Fix ne_md5_read_ctx() with OpenSSL on big-endian architectures. + * Fix GCC 10 warning in PKCS#11 build. + * Fix OpenSSL build w/o deprecated APIs (Rosen Penev). + * Fix unnecessary MD5 test for non-Digest auth (Sebastian Reschke). + * Fix hang on SSL connection close with IIS (issue #11). + * Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich). + ------------------------------------------------------------------- Mon Jun 1 09:04:45 UTC 2020 - Vítězslav Čížek diff --git a/neon.spec b/neon.spec index f825f17..f72e680 100644 --- a/neon.spec +++ b/neon.spec @@ -17,7 +17,7 @@ Name: neon -Version: 0.31.1 +Version: 0.31.2 Release: 0 Summary: An HTTP and WebDAV Client Library License: GPL-2.0-or-later