From 368ef4383b58b13c17af60331d241f1f87d82f7ce78507076a08a92320dabe5f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 7 Apr 2015 07:28:38 +0000 Subject: [PATCH] Accepting request 294011 from Base:System MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - updated to 3.3.13 (released 2015-03-30) ** libgnutls: When retrieving OCTET STRINGS from PKCS #12 ContentInfo structures use BER to decode them (requires libtasn1 4.3). That allows to decode some more complex structures. ** libgnutls: When an end-certificate with no name is present and there are CA name constraints, don't reject the certificate. This follows RFC5280 advice closely. Reported by Fotis Loukos. ** libgnutls: Fixed handling of supplemental data with types > 255. Patch by Thierry Quemerais. ** libgnutls: Fixed double free in the parsing of CRL distribution points certificate extension. Reported by Robert Święcki. ** libgnutls: Fixed a two-byte stack overflow in DTLS 0.9 protocol. That protocol is not enabled by default (used by openconnect VPN). ** libgnutls: The maximum user data send size is set to be the same for block and non-block ciphersuites. This addresses a regression with wine: https://bugs.winehq.org/show_bug.cgi?id=37500 ** libgnutls: When generating PKCS #11 keys, set CKA_ID, CKA_SIGN, and CKA_DECRYPT when needed. ** libgnutls: Allow names with zero size to be set using gnutls_server_name_set(). That will disable the Server Name Indication. Resolves issue with wine: https://gitlab.com/gnutls/gnutls/issues/2 OBS-URL: https://build.opensuse.org/request/show/294011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=82 --- gnutls-3.3.13.tar.xz | 3 --- gnutls-3.3.13.tar.xz.sig | Bin 287 -> 0 bytes gnutls-3.3.14.tar.xz | 3 +++ gnutls-3.3.14.tar.xz.sig | Bin 0 -> 287 bytes gnutls.changes | 33 +++++++++++++++++++++++++++++++++ gnutls.spec | 4 ++-- 6 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 gnutls-3.3.13.tar.xz delete mode 100644 gnutls-3.3.13.tar.xz.sig create mode 100644 gnutls-3.3.14.tar.xz create mode 100644 gnutls-3.3.14.tar.xz.sig diff --git a/gnutls-3.3.13.tar.xz b/gnutls-3.3.13.tar.xz deleted file mode 100644 index 9408114..0000000 --- a/gnutls-3.3.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91bf1ef5c159b7f2176f972184545b287af6507ab55a543f6007d31406b97a99 -size 6189164 diff --git a/gnutls-3.3.13.tar.xz.sig b/gnutls-3.3.13.tar.xz.sig deleted file mode 100644 index 14f6d32ec540917476a62dbf691b705c039c72f3b06fc20f0ef00439853addd0..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-v=LOB2m2@suLs`ii*xI(j12mqJ&=nZU*k!frgUuP#A z@djYt2_l|SH%FhIl;5@=?PI1JXiNVRzFqg$5a{@O08|3|J_0ECLIg7w5N^1=DT#}v zFq58`EFNxnWJNpN3*1ge*tEURoQF}Vq8k&aqjJ2ApJt|4&vfzAK` diff --git a/gnutls-3.3.14.tar.xz b/gnutls-3.3.14.tar.xz new file mode 100644 index 0000000..bdae208 --- /dev/null +++ b/gnutls-3.3.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfa0030faad8909c1e904105198232d6bc0123cae8cf4933b2bac85ee7cec52 +size 6286196 diff --git a/gnutls-3.3.14.tar.xz.sig b/gnutls-3.3.14.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..92222b83d39493940131df644b673160f9f156c4e5fe086f8b673327f5df6b53 GIT binary patch literal 287 zcmV+)0pR|L0UQJX0RjL91p-wV-yHx72@suLs`ii*xI#Lt2mq$PyNNkXZItd3f*HHo zjSxxUD*m!4k0+yd1j!Hg)BB8~UJG$IrqABA2sCj5!NIQ}RQ+@|S!AHYc96jP%VAgC z)Aw3neE&`{>VT6`r=!FAY!-Aj*T%Xd3q2Y zN)}*T#R<65E;|sr4-_t&8iw2Od$$+UL>qf;YSY8pInehA=dIG9RTEvnF)($8lK;O* z4 literal 0 HcmV?d00001 diff --git a/gnutls.changes b/gnutls.changes index 07cbf45..11dc4c8 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Apr 1 14:26:31 UTC 2015 - meissner@suse.com + +- updated to 3.3.13 (released 2015-03-30) + + ** libgnutls: When retrieving OCTET STRINGS from PKCS #12 ContentInfo + structures use BER to decode them (requires libtasn1 4.3). That allows + to decode some more complex structures. + + ** libgnutls: When an end-certificate with no name is present and there + are CA name constraints, don't reject the certificate. This follows RFC5280 + advice closely. Reported by Fotis Loukos. + + ** libgnutls: Fixed handling of supplemental data with types > 255. + Patch by Thierry Quemerais. + + ** libgnutls: Fixed double free in the parsing of CRL distribution points certificate + extension. Reported by Robert Święcki. + + ** libgnutls: Fixed a two-byte stack overflow in DTLS 0.9 protocol. That + protocol is not enabled by default (used by openconnect VPN). + + ** libgnutls: The maximum user data send size is set to be the same for + block and non-block ciphersuites. This addresses a regression with wine: + https://bugs.winehq.org/show_bug.cgi?id=37500 + + ** libgnutls: When generating PKCS #11 keys, set CKA_ID, CKA_SIGN, + and CKA_DECRYPT when needed. + + ** libgnutls: Allow names with zero size to be set using + gnutls_server_name_set(). That will disable the Server Name Indication. + Resolves issue with wine: https://gitlab.com/gnutls/gnutls/issues/2 + ------------------------------------------------------------------- Wed Mar 25 20:52:43 UTC 2015 - astieger@suse.com diff --git a/gnutls.spec b/gnutls.spec index addbd65..feb6fca 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -26,7 +26,7 @@ %bcond_with tpm Name: gnutls -Version: 3.3.13 +Version: 3.3.14 Release: 0 Summary: The GNU Transport Layer Security Library License: LGPL-2.1+ and GPL-3.0+ @@ -45,7 +45,7 @@ BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libidn-devel BuildRequires: libnettle-devel >= 2.7 -BuildRequires: libtasn1-devel >= 2.14 +BuildRequires: libtasn1-devel >= 4.3 BuildRequires: libtool %if %{with tpm} BuildRequires: trousers-devel