Accepting request 76651 from devel:libraries:c_c++

- 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/request/show/76651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=31
This commit is contained in:
Sascha Peilicke 2011-07-21 13:58:52 +00:00 committed by Git OBS Bridge
commit 86fd12d764
4 changed files with 22 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -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 Thu May 12 11:14:48 UTC 2011 - lnussel@suse.de

View File

@ -18,7 +18,7 @@
Name: neon Name: neon
Version: 0.29.3 Version: 0.29.6
Release: 5 Release: 5
License: GPLv2+ License: GPLv2+
Summary: An HTTP and WebDAV Client Library Summary: An HTTP and WebDAV Client Library
@ -35,7 +35,7 @@ Obsoletes: neon-64bit
Url: http://www.webdav.org/neon Url: http://www.webdav.org/neon
# #
Group: Development/Libraries/Other 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 Source2: baselibs.conf
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
Patch0: %{name}-0.28.4-bloat.patch Patch0: %{name}-0.28.4-bloat.patch