- update to 0.29.6:
* Don't abort SSL handshake with GnuTLS if a client cert is requested but none is configured/available * Fix GnuTLS build with Nettle * Fix the method string passed to create_request hooks to have the same lifetime as the request object * Docs updates. * Fix GnuTLS handshakes failures with 'TLS warning alert' * Fix SNI support * Fix possible Solaris linker errors if building static library * Fix error handling when pulling a request body from an file * Fix ne_request_dispatch() return value for SOCKS proxy failure cases * Tighten SSL cert ID checks to deny a wildcard match against an IP address OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=15
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: neon
|
||||
Version: 0.29.3
|
||||
Version: 0.29.6
|
||||
Release: 5
|
||||
License: GPLv2+
|
||||
Summary: An HTTP and WebDAV Client Library
|
||||
@@ -35,7 +35,7 @@ Obsoletes: neon-64bit
|
||||
Url: http://www.webdav.org/neon
|
||||
#
|
||||
Group: Development/Libraries/Other
|
||||
Source: http://www.webdav.org/neon/neon-%{version}.tar.bz2
|
||||
Source: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
|
||||
Patch0: %{name}-0.28.4-bloat.patch
|
||||
|
Reference in New Issue
Block a user