- update to 0.32.4:

* Fix Digest regression in allowing implicit algorithm= (issue #88)
  * Fix Digest to safely allow spaces in usernames (without userhash)
  * ne_ssl_trust_default_ca() now uses the system's trusted CAs
    with GnuTLS where supported (matching behaviour of OpenSSL)
  * Improvements and fixes to Windows build (Chun-wei Fan)
  * Fix finding pkg-config when cross-compiling (Hugh McMaster)
  * Fix Digest cnonce entropy sources in non-SSL builds
  * Fix cases where Digest usernames were rejected as non-ASCII
  * Fix build failures with OpenSSL 1.1 on some platforms

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=65
This commit is contained in:
Dirk Mueller 2022-09-13 09:49:03 +00:00 committed by Git OBS Bridge
parent 2e76468419
commit 8b9c872fc0
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:986566468c6295fc5d0fb141a5981e31c9f82ee38e938374abed8471ef2fb286
size 880651

3
neon-0.32.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1e2120e4ae07df952c4a858731619733115c5f438965de4fab41d6bf7e7a508
size 895482

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 13 09:47:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.32.4:
* Fix Digest regression in allowing implicit algorithm= (issue #88)
* Fix Digest to safely allow spaces in usernames (without userhash)
* ne_ssl_trust_default_ca() now uses the system's trusted CAs
with GnuTLS where supported (matching behaviour of OpenSSL)
* Improvements and fixes to Windows build (Chun-wei Fan)
* Fix finding pkg-config when cross-compiling (Hugh McMaster)
* Fix Digest cnonce entropy sources in non-SSL builds
* Fix cases where Digest usernames were rejected as non-ASCII
* Fix build failures with OpenSSL 1.1 on some platforms
-------------------------------------------------------------------
Sun Jan 23 08:59:28 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,7 +17,7 @@
Name: neon
Version: 0.32.2
Version: 0.32.4
Release: 0
Summary: An HTTP and WebDAV Client Library
License: GPL-2.0-or-later