SHA256
1
0
forked from pool/gnutls

Accepting request 244206 from Base:System

Upgrade to Version 3.2.16 (released 2014-07-23); delete files: gnutls-3.2.15.tar.xz, gnutls-3.2.15.tar.xz.sig, audit-improve.patch( already in upstream); Add files: gnutls-3.2.16.tar.xz, gnutls-3.2.16.tar.xz.sig (forwarded request 243536 from citypw)

OBS-URL: https://build.opensuse.org/request/show/244206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=75
This commit is contained in:
2014-08-13 15:19:55 +00:00
committed by Git OBS Bridge
parent b0904801b3
commit 53d426ba00
7 changed files with 38 additions and 39 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sun Aug 3 16:55:33 UTC 2014 - citypw@gmail.com
- Upgrade to Version 3.2.16 (released 2014-07-23)
** libgnutls: Do not call the post client hello callback twice when resuming
using session tickets.
** libgnutls: When the decoding of a printable DN element fails, then treat
it as unknown and print its hex value rather than failing. That works around
an issue in a TURKTRST root certificate which improperly encodes the
X520countryName element.
** libgnutls: IP addresses are printed using inet_ntop() when available.
** libgnutls: gnutls_x509_crt_check_hostname will also check IP addresses
and match documented behavior. Reported by David Woodhouse.
** libgnutls: Fixed PKCS #11 ECDSA key generation.
** p11tool: use GNUTLS_SO_PIN to read the security officer's PIN if set.
** p11tool: will not implicitly enable so-login for certain types of
objects. That avoids issues with tokens that require different login
types.
** API and ABI modifications:
No changes since last version.
delete files: gnutls-3.2.15.tar.xz, gnutls-3.2.15.tar.xz.sig,
audit-improve.patch( already in upstream)
Add files: gnutls-3.2.16.tar.xz, gnutls-3.2.16.tar.xz.sig
-------------------------------------------------------------------
Tue Jun 3 07:48:04 UTC 2014 - meissner@suse.com