forked from pool/gnutls
Accepting request 305469 from Base:System
- 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
This commit is contained in:
parent
03f6e10195
commit
62fa285feb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b422544431bfb5c4e24a605b6c793ee34792cc791c1060562ab46eaf77f3472e
|
||||
size 6453932
|
Binary file not shown.
3
gnutls-3.4.1.tar.xz
Normal file
3
gnutls-3.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9b5f58becf34756464216056cd5abbf04315eda80a374d02699dee83f80b12e
|
||||
size 6469756
|
BIN
gnutls-3.4.1.tar.xz.sig
Normal file
BIN
gnutls-3.4.1.tar.xz.sig
Normal file
Binary file not shown.
@ -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
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user