forked from pool/gnutls
Accepting request 896474 from home:susnux:branches:security:tls
Update to version 3.7.2 OBS-URL: https://build.opensuse.org/request/show/896474 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=54
This commit is contained in:
parent
a4119f3566
commit
b3497d3134
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e5cac6f
|
|
||||||
size 6038388
|
|
Binary file not shown.
3
gnutls-3.7.2.tar.xz
Normal file
3
gnutls-3.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:646e6c5a9a185faa4cea796d378a1ba8e1148dbb197ca6605f95986a25af2752
|
||||||
|
size 6091508
|
BIN
gnutls-3.7.2.tar.xz.sig
Normal file
BIN
gnutls-3.7.2.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 1 01:00:34 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 3.7.2
|
||||||
|
* Added Linux kernel AF_ALG based acceleration
|
||||||
|
* Fixed timing of early data exchange
|
||||||
|
* The priority string option DISABLE_TLS13_COMPAT_MODE was added
|
||||||
|
to disable TLS 1.3 middlebox compatibility mode
|
||||||
|
* The GNUTLS_NO_EXPLICIT_INIT envvar has been renamed to
|
||||||
|
GNUTLS_NO_IMPLICIT_INIT to reflect the purpose
|
||||||
|
* certtool:
|
||||||
|
* When signing a CSR, CRL distribution point (CDP) is no
|
||||||
|
longer copied from the signing CA by default
|
||||||
|
* When producing certificates and certificate requests, subject
|
||||||
|
DN components that are provided individually will now be
|
||||||
|
ordered by assumed scale
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 26 11:51:56 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
Wed May 26 11:51:56 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
12
gnutls.spec
12
gnutls.spec
@ -25,10 +25,16 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with dane
|
%bcond_with dane
|
||||||
%endif
|
%endif
|
||||||
|
# Enable Linux kernel AF_ALG based acceleration
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
%bcond_without kcapi
|
||||||
|
%else
|
||||||
|
%bcond_with kcapi
|
||||||
|
%endif
|
||||||
%bcond_with tpm
|
%bcond_with tpm
|
||||||
%bcond_without guile
|
%bcond_without guile
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.7.1
|
Version: 3.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Transport Layer Security Library
|
Summary: The GNU Transport Layer Security Library
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -61,6 +67,9 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: pkgconfig(autoopts)
|
BuildRequires: pkgconfig(autoopts)
|
||||||
|
%if %{with kcapi}
|
||||||
|
BuildRequires: pkgconfig(libkcapi)
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} <= 1320
|
%if 0%{?suse_version} <= 1320
|
||||||
BuildRequires: net-tools
|
BuildRequires: net-tools
|
||||||
%else
|
%else
|
||||||
@ -201,6 +210,7 @@ export CXXFLAGS="%{optflags} -fPIE"
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
%{?with_kcapi:--enable-afalg} \
|
||||||
--with-default-trust-store-dir=%{_localstatedir}/lib/ca-certificates/pem \
|
--with-default-trust-store-dir=%{_localstatedir}/lib/ca-certificates/pem \
|
||||||
--with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
|
--with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
|
||||||
--with-default-priority-string="@SYSTEM" \
|
--with-default-priority-string="@SYSTEM" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user