Accepting request 433003 from Base:System
update to 3.4.15 (forwarded request 432668 from ecsos) OBS-URL: https://build.opensuse.org/request/show/433003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=94
This commit is contained in:
parent
65cd0f52fa
commit
342e0cae5e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35deddf2779b76ac11057de38bf380b8066c05de21b94263ad5b6dfa75dfbb23
|
||||
size 6673148
|
Binary file not shown.
3
gnutls-3.4.15.tar.xz
Normal file
3
gnutls-3.4.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb2a013905f5f2a0cbf7bcc1d20c85a50065063ee87bd33b496c4e19815e3498
|
||||
size 6676480
|
BIN
gnutls-3.4.15.tar.xz.sig
Normal file
BIN
gnutls-3.4.15.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 16:13:59 UTC 2016 - ecsos@opensuse.org
|
||||
|
||||
- GnuTLS 3.4.15:
|
||||
* libgnutls: Corrected the comparison of the serial size in OCSP
|
||||
response. Previously the OCSP certificate check wouldn't verify
|
||||
the serial length and could succeed in cases it shouldn't
|
||||
(GNUTLS-SA-2016-3).
|
||||
* libgnutls: Fixes in gnutls_x509_crt_list_import2, which was
|
||||
ignoring flags if all certificates in the list fit within the
|
||||
initially allocated memory.
|
||||
* libgnutls: Corrected issue which made
|
||||
gnutls_certificate_get_x509_crt() to return invalid pointers
|
||||
when returned more than a single certificate.
|
||||
* libgnutls: Fix gnutls_pkcs12_simple_parse to always extract the
|
||||
complete chain.
|
||||
* libgnutls: Added support for decrypting PKCS#8 files which use
|
||||
the HMAC-SHA256 as PRF.
|
||||
* libgnutls: Addressed issue with PKCS#11 signature generation on
|
||||
ECDSA keys. The signature is now written as unsigned integers
|
||||
into the DSASignatureValue structure. Previously signed
|
||||
integers could be written depending on what the underlying
|
||||
module would produce. Addresses #122.
|
||||
- fix build error for 13.2, 42.1 and 42.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 9 21:18:21 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
10
gnutls.spec
10
gnutls.spec
@ -30,7 +30,7 @@
|
||||
%bcond_without guile
|
||||
|
||||
Name: gnutls
|
||||
Version: 3.4.14
|
||||
Version: 3.4.15
|
||||
Release: 0
|
||||
Summary: The GNU Transport Layer Security Library
|
||||
License: LGPL-2.1+ and GPL-3.0+
|
||||
@ -51,12 +51,20 @@ BuildRequires: libidn-devel
|
||||
BuildRequires: libnettle-devel >= 3.1
|
||||
BuildRequires: libtasn1-devel >= 4.3
|
||||
BuildRequires: libtool
|
||||
%if 0%{?suse_version} <= 1320
|
||||
BuildRequires: net-tools
|
||||
%else
|
||||
BuildRequires: net-tools-deprecated
|
||||
%endif
|
||||
%if %{with tpm}
|
||||
BuildRequires: trousers-devel
|
||||
%endif
|
||||
%if %{with dane}
|
||||
%if 0%{?suse_version} <= 1320
|
||||
BuildRequires: unbound-devel
|
||||
%else
|
||||
BuildRequires: libunbound-devel
|
||||
%endif
|
||||
Requires: libgnutls-dane%{gnutls_dane_sover} = %{version}
|
||||
%endif
|
||||
%if %{with guile}
|
||||
|
Loading…
Reference in New Issue
Block a user