Accepting request 262808 from Base:System
- Updated to 3.2.20 (released 2014-11-10) ** libgnutls: Removed superfluous random generator refresh on every call of gnutls_deinit(). That reduces load and usage of /dev/urandom. ** libgnutls: Corrected issue in export of ECC parameters to X9.63 format. Reported by Sean Burford [GNUTLS-SA-2014-5]. (CVE-2014-8564 bnc#904603) - Updated to 3.2.19 (released 2014-10-13) ** libgnutls: Fixes in the transparent import of PKCS #11 certificates. Reported by Joseph Peruski. ** libgnutls: Fixed issue with unexpected non-fatal errors resetting the handshake's hash buffer, in applications using the heartbeat extension or DTLS. Reported by Joeri de Ruiter. ** libgnutls: fix issue in DTLS retransmission when session tickets were in use; reported by Manuel Pégourié-Gonnard. ** libgnutls: Prevent abort() in library if getrusage() fails. Try to detect instead which of RUSAGE_THREAD and RUSAGE_SELF would work. ** guile: new 'set-session-server-name!' procedure; see the manual for details. OBS-URL: https://build.opensuse.org/request/show/262808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=79
This commit is contained in:
parent
cb95dcfd35
commit
1827cfd454
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4762afab5e1b9e829c5f53d2b00cd5e41d43fa6d035efcf239e3fe0459134d45
|
||||
size 5154476
|
Binary file not shown.
3
gnutls-3.2.20.tar.xz
Normal file
3
gnutls-3.2.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7967057e78c3ed968e524a07ab262681219b73001ab8e75cbc4f1a506abdb598
|
||||
size 5160184
|
BIN
gnutls-3.2.20.tar.xz.sig
Normal file
BIN
gnutls-3.2.20.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 10:59:02 UTC 2014 - meissner@suse.com
|
||||
|
||||
- Updated to 3.2.20 (released 2014-11-10)
|
||||
|
||||
** libgnutls: Removed superfluous random generator refresh on every
|
||||
call of gnutls_deinit(). That reduces load and usage of /dev/urandom.
|
||||
** libgnutls: Corrected issue in export of ECC parameters to X9.63
|
||||
format. Reported by Sean Burford [GNUTLS-SA-2014-5].
|
||||
(CVE-2014-8564 bnc#904603)
|
||||
|
||||
- Updated to 3.2.19 (released 2014-10-13)
|
||||
** libgnutls: Fixes in the transparent import of PKCS #11 certificates.
|
||||
Reported by Joseph Peruski.
|
||||
** libgnutls: Fixed issue with unexpected non-fatal errors resetting the
|
||||
handshake's hash buffer, in applications using the heartbeat extension
|
||||
or DTLS. Reported by Joeri de Ruiter.
|
||||
** libgnutls: fix issue in DTLS retransmission when session tickets were
|
||||
in use; reported by Manuel Pégourié-Gonnard.
|
||||
** libgnutls: Prevent abort() in library if getrusage() fails. Try to
|
||||
detect instead which of RUSAGE_THREAD and RUSAGE_SELF would work.
|
||||
** guile: new 'set-session-server-name!' procedure; see the manual
|
||||
for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 14:52:54 UTC 2014 - citypw@gmail.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define gnutls_ossl_sover 27
|
||||
|
||||
Name: gnutls
|
||||
Version: 3.2.18
|
||||
Version: 3.2.20
|
||||
Release: 0
|
||||
Summary: The GNU Transport Layer Security Library
|
||||
License: LGPL-2.1+ and GPL-3.0+
|
||||
@ -150,7 +150,7 @@ autoreconf -if
|
||||
--disable-silent-rules \
|
||||
--with-default-trust-store-dir=/var/lib/ca-certificates/pem \
|
||||
--with-sysroot=/%{?_sysroot}
|
||||
%__make %{?_smp_mflags}
|
||||
%__make
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user