* New interfaces and features:
- ne_request.h: add ne_get_response_location(),
add ne_get_request_target()
- ne_redirect.h: adds relative URI resolution per RFC 9110
- ne_socket.h: add ne_iaddr_set_scope(),
ne_iaddr_get_scope(), ne_sock_getproto()
- ne_session.h: add NE_SESSFLAG_STRICT session flag
- ne_session.h: ne_session_create() now accepts scoped IPv6
link-local literal addresses following the RFC 6874
syntax;
- ne_session.h: add ne_ssl_set_protovers() to configure TLS
protocol version ranges
- ne_utils.h: add NE_FEATURE_GSSAPI, NE_FEATURE_LIBPXY
feature flags
- ne_ssl.h: add ne_ssl_proto_name()
- HTTP strictness/compliance updated for RFC 9110/9112;
notably stricter in parsing header field line, chunked
transfer-coding, status-line.
Bug fixes:
- auth: the 'realm' string passed to credentials callback is
now cleaned of non-printable characters.
* Documentation & header updates for RFC 9110/9112.
* New NE_MINIMUM_VERSION() autoconf macro for better version
handling.
* Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich).
- version 0.30.0
* added ne_ssl_clicert_import, ne_ssl_context_get_flag,
* support chunked bodies with negative length passed to
- test suite hangs or fails in the OBS, but works locally
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=73
* NOTE: Since 0.32.0 the "$KRB5_CONFIG" environment variable is ignored
when running configure. Use KRB5_CONF_TOOL instead to specify an
alternative to /usr/bin/krb5-config.
* Fail for configure --with-gssapi if GSSAPI can't be enabled
* Add Georgian translation
* Fixes for Windows MSYS2/MinGW build, including cross-build
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=67
- 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/request/show/1003280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=57
* 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
- Update to 0.31.1
ADMIN: The neon website has moved to https://notroj.github.io/neon/
Restore ne_md5_read_ctx() in OpenSSL build.
Fix gcc warnings on Ubuntu (Jan-Marek Glogowski).
Fix various spelling mistakes in docs and headers (thanks to FOSSIES).
Fix ne_asctime_parse() (Eugenij-W).
Fix build with LibreSSL (Juan RP).
Interface changes:
none, API and ABI backwards-compatible with 0.27.x and later
New interfaces and features:
add more gcc “nonnull” attributes to ne_request_* functions.
for OpenSSL builds, ne_md5 code uses the OpenSSL implementation
add NE_SESSFLAG_SHAREPOINT session flag which enables workarounds
for RFC non-compliance issues in Sharepoint
ne_uri.h: add ne_path_escapef() in support of above
ne_207.h: add ne_207_set_flags() likewise in support of above
API clarification:
ne_version_match() behaviour now matches actual 0.27+ ABI history
Bug fixes:
fixes for OpenSSL 1.1.1 and TLSv1.3 support
fix crash with GnuTLS in client cert support (Henrik Holst)
fix possible crash in ne_set_request_flag()
fix build with libxml2 2.9.10 and later
fix handling lock timeouts >LONG_MAX (Giuseppe Castagno)
- Upstream has moved to https://notroj.github.io/neon/
* tarball checksums are no longer provided
- Drop upstreamed patches:
* neon-0.30.2-nulcert.patch
* neon-0.30.2_ssl-fix_timeout_retvals.patch
OBS-URL: https://build.opensuse.org/request/show/810606
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=57
- version 0.30.0
* drop neon-openssl-version.patch
* API and ABI backwards-compatible with 0.27.x and later
* ne_path_escape: fix excessive memory allocation
* added ne_ssl_clicert_import, ne_ssl_context_get_flag,
ne_set_addrlist2, added ne_addr_canonical..
* support chunked bodies with negative length passed to
ne_set_request_body_provider
- permanently drop neon-aes-ni.patch which is not applied
and obsolete, bug in openSSL already fixed and the ENGINE
loading issue addressed in a different fashion. (forwarded request 195764 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/195779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=43
- version 0.30.0
* drop neon-openssl-version.patch
* API and ABI backwards-compatible with 0.27.x and later
* ne_path_escape: fix excessive memory allocation
* added ne_ssl_clicert_import, ne_ssl_context_get_flag,
ne_set_addrlist2, added ne_addr_canonical..
* support chunked bodies with negative length passed to
ne_set_request_body_provider
- permanently drop neon-aes-ni.patch which is not applied
and obsolete, bug in openSSL already fixed and the ENGINE
loading issue addressed in a different fashion.
OBS-URL: https://build.opensuse.org/request/show/195764
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=35