From 62fa285feb8ab60678c1a64a1bcf039ac308eea527ee420501b8163eb6ff2b49 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 May 2015 09:18:34 +0000 Subject: [PATCH] Accepting request 305469 from Base:System MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated to 3.4.1 (released 2015-05-03) ** libgnutls: gnutls_certificate_get_ours: will return the certificate even if a callback was used to send it. ** libgnutls: Check for invalid length in the X.509 version field. Without the check certificates with invalid length would be detected as having an arbitrary version. Reported by Hanno Böck. ** libgnutls: Handle DNS name constraints with a leading dot. Patch by Fotis Loukos. ** libgnutls: Updated system-keys support for windows to compile in more versions of mingw. Patch by Tim Kosse. ** libgnutls: Fix for MD5 downgrade in TLS 1.2 signatures. Reported by Karthikeyan Bhargavan [GNUTLS-SA-2015-2]. bsc#929690 ** libgnutls: Reverted: The gnutls_handshake() process will enforce a timeout by default. That caused issues with non-blocking programs. ** certtool: It can generate SHA256 key IDs. ** gnutls-cli: fixed crash in --benchmark-ciphers. Reported by James Cloos. ** API and ABI modifications: gnutls_x509_crt_get_pk_ecc_raw: Added - gnutls-fix-double-mans.patch: fixed upstream OBS-URL: https://build.opensuse.org/request/show/305469 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=85 --- gnutls-3.4.0.tar.xz | 3 --- gnutls-3.4.0.tar.xz.sig | Bin 287 -> 0 bytes gnutls-3.4.1.tar.xz | 3 +++ gnutls-3.4.1.tar.xz.sig | Bin 0 -> 287 bytes gnutls-fix-double-mans.patch | 16 ---------------- gnutls.changes | 24 ++++++++++++++++++++++++ gnutls.spec | 6 +----- 7 files changed, 28 insertions(+), 24 deletions(-) delete mode 100644 gnutls-3.4.0.tar.xz delete mode 100644 gnutls-3.4.0.tar.xz.sig create mode 100644 gnutls-3.4.1.tar.xz create mode 100644 gnutls-3.4.1.tar.xz.sig delete mode 100644 gnutls-fix-double-mans.patch diff --git a/gnutls-3.4.0.tar.xz b/gnutls-3.4.0.tar.xz deleted file mode 100644 index 45a78c6..0000000 --- a/gnutls-3.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b422544431bfb5c4e24a605b6c793ee34792cc791c1060562ab46eaf77f3472e -size 6453932 diff --git a/gnutls-3.4.0.tar.xz.sig b/gnutls-3.4.0.tar.xz.sig deleted file mode 100644 index 2f28209ea816738a54d78cc554616716094a0bf837b09f069f563f7bea1ecbea..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-wh$(jHP2@suLs`ii*xI!#O2mqj2Bs>MuzW=+0$5wH8 zS^h9(ioFm9T zwd|EzDCM4wo3^?rMEmZTZh84?=WaIbY;%8w7C>%@V)&**HhmNh>oM?16Rmm1K lTLseBmJdzrl?V!BY~id8lIafQo`<mrh&z} zNa@p0lq4is+u@O&CHdX+dEt9NYqio`>3R{ZW{FnY zM38-KP>gtsaFy1YX`&F$yafXHBkx$e1}7$+ttzcBN*f8=@xB)R@D-^h{Y#~_FpsOf l_{_C(WMYlP90BOkN`=CjA^&v>r>bt0f-CY#{i4LkS7#RNjpYCU literal 0 HcmV?d00001 diff --git a/gnutls-fix-double-mans.patch b/gnutls-fix-double-mans.patch deleted file mode 100644 index d2161cc..0000000 --- a/gnutls-fix-double-mans.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: gnutls-3.4.0/doc/manpages/Makefile.am -=================================================================== ---- gnutls-3.4.0.orig/doc/manpages/Makefile.am -+++ gnutls-3.4.0/doc/manpages/Makefile.am -@@ -134,11 +134,8 @@ APIMANS += gnutls_certificate_get_peers. - APIMANS += gnutls_certificate_get_peers_subkey_id.3 - APIMANS += gnutls_certificate_get_trust_list.3 - APIMANS += gnutls_certificate_get_verify_flags.3 --APIMANS += gnutls_certificate_get_verify_flags.3 --APIMANS += gnutls_certificate_get_x509_crt.3 - APIMANS += gnutls_certificate_get_x509_crt.3 - APIMANS += gnutls_certificate_get_x509_key.3 --APIMANS += gnutls_certificate_get_x509_key.3 - APIMANS += gnutls_certificate_send_x509_rdn_sequence.3 - APIMANS += gnutls_certificate_server_set_request.3 - APIMANS += gnutls_certificate_set_dh_params.3 diff --git a/gnutls.changes b/gnutls.changes index 5a49662..2dd45e5 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue May 5 12:40:11 UTC 2015 - meissner@suse.com + +- Updated to 3.4.1 (released 2015-05-03) + + ** libgnutls: gnutls_certificate_get_ours: will return the certificate even + if a callback was used to send it. + ** libgnutls: Check for invalid length in the X.509 version field. Without + the check certificates with invalid length would be detected as having an + arbitrary version. Reported by Hanno Böck. + ** libgnutls: Handle DNS name constraints with a leading dot. Patch by + Fotis Loukos. + ** libgnutls: Updated system-keys support for windows to compile in more + versions of mingw. Patch by Tim Kosse. + ** libgnutls: Fix for MD5 downgrade in TLS 1.2 signatures. Reported by + Karthikeyan Bhargavan [GNUTLS-SA-2015-2]. bsc#929690 + ** libgnutls: Reverted: The gnutls_handshake() process will enforce a timeout + by default. That caused issues with non-blocking programs. + ** certtool: It can generate SHA256 key IDs. + ** gnutls-cli: fixed crash in --benchmark-ciphers. Reported by James Cloos. + ** API and ABI modifications: gnutls_x509_crt_get_pk_ecc_raw: Added + +- gnutls-fix-double-mans.patch: fixed upstream + ------------------------------------------------------------------- Sun Apr 26 08:54:53 UTC 2015 - schwab@linux-m68k.org diff --git a/gnutls.spec b/gnutls.spec index 2ed5b35..a80f793 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -29,7 +29,7 @@ %bcond_with tpm Name: gnutls -Version: 3.4.0 +Version: 3.4.1 Release: 0 Summary: The GNU Transport Layer Security Library License: LGPL-2.1+ and GPL-3.0+ @@ -41,9 +41,6 @@ Source1: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.x Source2: %name.keyring Source3: baselibs.conf -# PATCH-FIX-UPSTREM gnutls-fix-double-mans.patch meissner@suse.de -- fixed man instll, is in upstream git for 3.4.1 -Patch0: gnutls-fix-double-mans.patch - BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libidn-devel @@ -167,7 +164,6 @@ Files needed for software development using gnutls. %prep %setup -q -%patch0 -p1 %build export LDFLAGS="-pie"