forked from pool/gnutls
Accepting request 251823 from Base:System
Upgrade to GnuTLS 3.2.18; Delete files: gnutls-3.2.17.tar.xz, gnutls-3.2.17.tar.xz.sig; Add files: gnutls-3.2.18.tar.xz, gnutls-3.2.18.tar.xz.sig (forwarded request 251822 from citypw) OBS-URL: https://build.opensuse.org/request/show/251823 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=78
This commit is contained in:
parent
da0f97d0a3
commit
cb95dcfd35
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c9c1c38d7e458004749b1de47ecd794c2b16ddebb90dea073e57ac721e5e731
|
||||
size 5151932
|
Binary file not shown.
3
gnutls-3.2.18.tar.xz
Normal file
3
gnutls-3.2.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4762afab5e1b9e829c5f53d2b00cd5e41d43fa6d035efcf239e3fe0459134d45
|
||||
size 5154476
|
BIN
gnutls-3.2.18.tar.xz.sig
Normal file
BIN
gnutls-3.2.18.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 14:52:54 UTC 2014 - citypw@gmail.com
|
||||
|
||||
* Upgrade to Version 3.2.18 (released 2014-09-18)
|
||||
|
||||
** libgnutls: Fixes in gnutls_x509_crt_set_dn() and friends to properly handle
|
||||
strings with embedded spaces and escaped commas.
|
||||
|
||||
** libgnutls: Corrected gnutls_x509_crl_verify() which would always report
|
||||
a CRL signature as invalid. Reported by Armin Burgmeier.
|
||||
|
||||
** libgnutls: Fixed issue with certificates being sanitized by gnutls prior
|
||||
to signature verification. That resulted to certain non-DER compliant modifications
|
||||
of valid certificates, being corrected by libtasn1's parser and restructured as
|
||||
the original. Issue found and reported by Antti Karjalainen and Matti Kamunen from
|
||||
Codenomicon.
|
||||
|
||||
** API and ABI modifications:
|
||||
No changes since last version.
|
||||
|
||||
Delete files: gnutls-3.2.17.tar.xz, gnutls-3.2.17.tar.xz.sig
|
||||
Add files: gnutls-3.2.18.tar.xz, gnutls-3.2.18.tar.xz.sig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 09:27:47 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update list of available architectures for valgrind
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 31 07:01:32 UTC 2014 - citypw@gmail.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define gnutls_ossl_sover 27
|
||||
|
||||
Name: gnutls
|
||||
Version: 3.2.17
|
||||
Version: 3.2.18
|
||||
Release: 0
|
||||
Summary: The GNU Transport Layer Security Library
|
||||
License: LGPL-2.1+ and GPL-3.0+
|
||||
@ -44,7 +44,7 @@ BuildRequires: libidn-devel
|
||||
BuildRequires: libnettle-devel >= 2.7
|
||||
BuildRequires: libtasn1-devel >= 2.14
|
||||
BuildRequires: libtool
|
||||
%ifarch %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl
|
||||
%ifarch %ix86 x86_64 ppc ppc64 s390x ppc64le %arm aarch64
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
%if %suse_version >= 1230
|
||||
|
Loading…
Reference in New Issue
Block a user