From 1827cfd454f7ee6c3dd4eea601f8da590fcf46c1e355bd590ec94f60068d2e45 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 28 Nov 2014 07:46:04 +0000 Subject: [PATCH] Accepting request 262808 from Base:System MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- gnutls-3.2.18.tar.xz | 3 --- gnutls-3.2.18.tar.xz.sig | Bin 287 -> 0 bytes gnutls-3.2.20.tar.xz | 3 +++ gnutls-3.2.20.tar.xz.sig | Bin 0 -> 287 bytes gnutls.changes | 24 ++++++++++++++++++++++++ gnutls.spec | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 gnutls-3.2.18.tar.xz delete mode 100644 gnutls-3.2.18.tar.xz.sig create mode 100644 gnutls-3.2.20.tar.xz create mode 100644 gnutls-3.2.20.tar.xz.sig diff --git a/gnutls-3.2.18.tar.xz b/gnutls-3.2.18.tar.xz deleted file mode 100644 index 8674ff5..0000000 --- a/gnutls-3.2.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4762afab5e1b9e829c5f53d2b00cd5e41d43fa6d035efcf239e3fe0459134d45 -size 5154476 diff --git a/gnutls-3.2.18.tar.xz.sig b/gnutls-3.2.18.tar.xz.sig deleted file mode 100644 index 76d18038d0ed1ed6cae6f220d83a2dfe6b073aa3ef23cc9e783ece53301cd974..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-tW%0K`L2@suLs`ii*xI!(;2l@kBSpIcD$~SctekAKI zD-)S7;DQ@uC-v+kO&utmw0>Wr_PB_&T)`ln>F%Tl=!aeEq1h`P05WDwf|yciQvplG zvakdqzFV%uUZ8&}wtA>Ntk}cQaBoEBdooe#kifYQ_YBHc*wxfq=^EogCQaDflD3I8 zf#4`?<}#v8PFpEan|@)4Ooaf+J!u9m*LQuC5V3scaK20%bJ!Xp-<)?xli_u>i9eFD zQuUA^^4J}HcwAe?Jog^nPQdhg+5T^^YbLI=pli!P_*EU2^k$NR>+Q- l7!d<8yzD&=!QmNq-7T9Cz})14b(RAJlolkWd6>#{F4*}TzlUbD`8Z%u2wplEiDmvyh zGF~kr(q9bXz@PV?_$y5QkLhYFu*fB5V+^2kKIX>8#RSjvL0 lJ}cC=BA{;%PY-~dCd^Nzfi5^@7MMt1;#|VCj48JzSPFswfvW%j literal 0 HcmV?d00001 diff --git a/gnutls.changes b/gnutls.changes index 4c29d42..894ae09 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -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 diff --git a/gnutls.spec b/gnutls.spec index f62889b..91e44ca 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -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