forked from pool/gnutls
Accepting request 125757 from Base:System
- Updated to version 3.0.20: libgnutls: Corrected bug which prevented the parsing of handshake packets spanning multiple records. libgnutls: Check key identifiers when checking for an issuer. libgnutls: Added gnutls_pubkey_verify_hash2() libgnutls: Added gnutls_certificate_set_x509_system_trust() that loads the trusted CA certificates from system locations (e.g. trusted storage in windows and CA bundle files in other systems). certtool: Added support for the URI subject alternative name type in certtool. certtool: Increase to 128 the maximum number of distinct options (e.g. dns_names) allowed. gnutls-cli: If --print-cert is given, print the certificate, even on verification failure. ** API and ABI modifications: gnutls_pk_to_sign: Added gnutls_pubkey_verify_hash2: Added gnutls_certificate_set_x509_system_trust: Added OBS-URL: https://build.opensuse.org/request/show/125757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=50
This commit is contained in:
committed by
Git OBS Bridge
parent
f6968e4069
commit
9a00144267
@@ -21,7 +21,7 @@
|
||||
%define gnutls_ossl_sover 27
|
||||
|
||||
Name: gnutls
|
||||
Version: 3.0.19
|
||||
Version: 3.0.20
|
||||
Release: 0
|
||||
Summary: The GNU Transport Layer Security Library
|
||||
License: LGPL-3.0+ ; GPL-3.0+
|
||||
@@ -29,9 +29,6 @@ Group: Productivity/Networking/Security
|
||||
Url: http://www.gnutls.org/
|
||||
Source0: http://ftp.gnu.org/gnu/gnutls/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# upstream, will be officially available in some future gnutls
|
||||
# version and can be removed then -- lnussel
|
||||
Patch0: gnutls-introduce-gnutls_certificate_set_x509_system_trust.diff
|
||||
# suse specific, add support for certificate directories -- lnussel
|
||||
Patch1: gnutls-implement-trust-store-dir.diff
|
||||
Patch2: automake-1.12.patch
|
||||
@@ -126,7 +123,6 @@ Files needed for software development using gnutls.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
echo %{_includedir}/%{name}/abstract.h
|
||||
|
Reference in New Issue
Block a user