- 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:
parent
1d3879371e
commit
51e1052dfb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:088ab21e45ea91455ec7d8db598600660031381a8bd233c3fd0719c9296b1f3f
|
||||
size 678914
|
3
neon-0.29.6.tar.gz
Normal file
3
neon-0.29.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43
|
||||
size 882267
|
17
neon.changes
17
neon.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 14:23:23 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 11:14:48 UTC 2011 - lnussel@suse.de
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user