From 8b9c872fc07d109a6fc0f0ad6c3452f9cbebc580fb549ad8eaecb7941bfe62e3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 13 Sep 2022 09:49:03 +0000 Subject: [PATCH] - 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 --- neon-0.32.2.tar.gz | 3 --- neon-0.32.4.tar.gz | 3 +++ neon.changes | 14 ++++++++++++++ neon.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 neon-0.32.2.tar.gz create mode 100644 neon-0.32.4.tar.gz diff --git a/neon-0.32.2.tar.gz b/neon-0.32.2.tar.gz deleted file mode 100644 index 3e05690..0000000 --- a/neon-0.32.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:986566468c6295fc5d0fb141a5981e31c9f82ee38e938374abed8471ef2fb286 -size 880651 diff --git a/neon-0.32.4.tar.gz b/neon-0.32.4.tar.gz new file mode 100644 index 0000000..a4cbe28 --- /dev/null +++ b/neon-0.32.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e2120e4ae07df952c4a858731619733115c5f438965de4fab41d6bf7e7a508 +size 895482 diff --git a/neon.changes b/neon.changes index 3e0d71a..59bc8c2 100644 --- a/neon.changes +++ b/neon.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 13 09:47:07 UTC 2022 - Dirk Müller + +- 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 diff --git a/neon.spec b/neon.spec index add9d18..5a211bd 100644 --- a/neon.spec +++ b/neon.spec @@ -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