From 9442c2652d81a0545ed88329f7372e500d23149e7618e31c0edcb8817d9bbdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 4 Dec 2019 06:50:10 +0000 Subject: [PATCH] Accepting request 753784 from home:AndreasStieger:branches:security:tls gnutls 3.6.11.1 OBS-URL: https://build.opensuse.org/request/show/753784 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=28 --- gnutls-3.6.10.tar.xz | 3 --- gnutls-3.6.10.tar.xz.sig | Bin 310 -> 0 bytes gnutls-3.6.11.1.tar.xz | 3 +++ gnutls-3.6.11.1.tar.xz.sig | Bin 0 -> 310 bytes gnutls.changes | 17 +++++++++++++++++ gnutls.spec | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 gnutls-3.6.10.tar.xz delete mode 100644 gnutls-3.6.10.tar.xz.sig create mode 100644 gnutls-3.6.11.1.tar.xz create mode 100644 gnutls-3.6.11.1.tar.xz.sig diff --git a/gnutls-3.6.10.tar.xz b/gnutls-3.6.10.tar.xz deleted file mode 100644 index 4a30672..0000000 --- a/gnutls-3.6.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f3ca67673b05b746a961acf2243eaae0ffe658b6a6494265c648e7c7812293 -size 5795984 diff --git a/gnutls-3.6.10.tar.xz.sig b/gnutls-3.6.10.tar.xz.sig deleted file mode 100644 index 2ec437b879a9ef9a599a728aa871a46db425e2e968594f0c2cb91ba1736f751c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*#`?XxB^Qfx~P&aef97u=pXPRXN0$q@YumB1P5ZD|@ zhw*2cWla_c0GL^WJc(|2zJd{2#gRO2(AfUfFY!mbqK^ znNZ$e`avqQ9>xBscuv64qrn4h7~x-Jslo?G!(p+HS@x$^VH1$gM{w4}PN3*v;k?aXys9SRmS$e5y)w$E#nU}ej{R}UjIV<5sKj5Nh@vsaGNKqYcu2oq7SKXv{~0e@^uN<{yVHL z^2aA-Kkne)(Z;bY4qY;u>Xj;Cd13``VSVyH3UOu~>a80@4e6{OnGP(zHtm`Opu}_C z!X&RY7R+Ubqt-qLlIDVUAR^M2n-vjVY=ypFLEi1Qf@4#ZahahYc!*2xrH}u?&JQXQ Ih9I1A?OVi;4gdfE literal 0 HcmV?d00001 diff --git a/gnutls.changes b/gnutls.changes index 2f47a02..53a9ac0 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 3 19:34:20 UTC 2019 - Andreas Stieger + +- gnutls 3.6.11.1: + * libgnutls: Corrected issue with TLS 1.2 session ticket + handling as client during resumption + * libgnutls: gnutls_base64_decode2() succeeds decoding the empty + string to the empty string. This is a behavioral change of the + API but it conforms to the RFC4648 expectations + * libgnutls: Fixed AES-CFB8 implementation, when input is shorter + than the block size. Fix backported from nettle. + * certtool: CRL distribution points will be set in CA + certificates even when non self-signed + * gnutls-cli/serv: added raw public-key handling capabilities + (RFC7250). Key material can be set via the --rawpkkeyfile and + --rawpkfile flags. + ------------------------------------------------------------------- Thu Oct 10 17:48:44 UTC 2019 - Andreas Stieger diff --git a/gnutls.spec b/gnutls.spec index 944ed2b..cdd7923 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -28,7 +28,7 @@ %bcond_with tpm %bcond_without guile Name: gnutls -Version: 3.6.10 +Version: 3.6.11.1 Release: 0 Summary: The GNU Transport Layer Security Library License: LGPL-2.1-or-later AND GPL-3.0-or-later