Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnutls for openSUSE:Factory checked in at 2021-06-05 23:30:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnutls (Old) and /work/SRC/openSUSE:Factory/.gnutls.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnutls" Sat Jun 5 23:30:59 2021 rev:131 rq:896687 version:3.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes 2021-05-18 18:26:55.386837413 +0200 +++ /work/SRC/openSUSE:Factory/.gnutls.new.1898/gnutls.changes 2021-06-05 23:31:26.640428775 +0200 @@ -1,0 +2,22 @@ +Tue Jun 1 01:00:34 UTC 2021 - Ferdinand Thiessen <r...@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 <pmonr...@suse.com> + +- Rework the crypto-policies dependencies in libraries [bsc#1186385] + +------------------------------------------------------------------- Old: ---- gnutls-3.7.1.tar.xz gnutls-3.7.1.tar.xz.sig New: ---- gnutls-3.7.2.tar.xz gnutls-3.7.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnutls.spec ++++++ --- /var/tmp/diff_new_pack.kQ4dFn/_old 2021-06-05 23:31:27.344429999 +0200 +++ /var/tmp/diff_new_pack.kQ4dFn/_new 2021-06-05 23:31:27.348430006 +0200 @@ -25,10 +25,16 @@ %else %bcond_with dane %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_without guile Name: gnutls -Version: 3.7.1 +Version: 3.7.2 Release: 0 Summary: The GNU Transport Layer Security Library License: GPL-3.0-or-later AND LGPL-2.1-or-later @@ -61,6 +67,9 @@ BuildRequires: xz BuildRequires: zlib-devel BuildRequires: pkgconfig(autoopts) +%if %{with kcapi} +BuildRequires: pkgconfig(libkcapi) +%endif %if 0%{?suse_version} <= 1320 BuildRequires: net-tools %else @@ -94,6 +103,9 @@ # install libopenssl and libopenssl-hmac close together (bsc#1090765) License: LGPL-2.1-or-later Group: System/Libraries +%if 0%{?suse_version} && ! 0%{?sle_version} +Requires: crypto-policies +%endif Suggests: libgnutls%{gnutls_sover}-hmac = %{version}-%{release} %description -n libgnutls%{gnutls_sover} @@ -124,6 +136,9 @@ Summary: C++ API for the GNU Transport Layer Security Library License: LGPL-2.1-or-later Group: System/Libraries +%if 0%{?suse_version} && ! 0%{?sle_version} +Requires: crypto-policies +%endif %description -n libgnutlsxx%{gnutlsxx_sover} The GnuTLS library provides a secure layer over a reliable transport @@ -134,8 +149,11 @@ Summary: Development package for the GnuTLS C API License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ +%if 0%{?suse_version} && ! 0%{?sle_version} +Requires: crypto-policies +%endif Requires: glibc-devel -Requires: gnutls = %{version}-%{release} +Requires: gnutls = %{version} Requires: libgnutls%{gnutls_sover} = %{version} Requires(pre): %{install_info_prereq} Provides: gnutls-devel = %{version}-%{release} @@ -192,6 +210,7 @@ --disable-static \ --disable-rpath \ --disable-silent-rules \ + %{?with_kcapi:--enable-afalg} \ --with-default-trust-store-dir=%{_localstatedir}/lib/ca-certificates/pem \ --with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \ --with-default-priority-string="@SYSTEM" \ ++++++ gnutls-3.7.1.tar.xz -> gnutls-3.7.2.tar.xz ++++++ ++++ 126697 lines of diff (skipped)