From 42855a213fe5e13a45b4c76791e8ab3b7c740446 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 17 Feb 2025 09:45:14 +0900 Subject: [PATCH] Bump nettle dependency to 3.10.1 Related: RHEL-52740 Signed-off-by: Daiki Ueno --- gnutls.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 2309e5e..7d9b29f 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -13,7 +13,7 @@ print(string.sub(hash, 0, 16)) } Version: 3.8.3 -Release: 5%{?dist} +Release: 6%{?dist} # not upstreamed Patch: gnutls-3.2.7-rpath.patch Patch: gnutls-3.7.2-enable-intel-cet.patch @@ -61,7 +61,7 @@ BuildRequires: zlib-devel, brotli-devel, libzstd-devel BuildRequires: automake, autoconf, gperf, libtool %endif BuildRequires: texinfo -BuildRequires: nettle-devel >= 3.9.1 +BuildRequires: nettle-devel >= 3.10.1 %if %{with tpm12} BuildRequires: trousers-devel >= 0.3.11.2 %endif @@ -79,7 +79,7 @@ BuildRequires: p11-kit-trust, ca-certificates Requires: crypto-policies Requires: p11-kit-trust Requires: libtasn1 >= 4.3 -Requires: nettle >= 3.9.1 +Requires: nettle >= 3.10.1 %if %{with tpm12} Recommends: trousers >= 0.3.11.2 %endif @@ -416,6 +416,9 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null XFAIL_TESTS="$x %endif %changelog +* Mon Feb 17 2025 Daiki Ueno - 3.8.3-6 +- Bump nettle dependency to 3.10.1 (RHEL-52740) + * Wed Feb 12 2025 Alexander Sosedkin - 3.8.3-5 - Backport the fix for CVE-2024-12243 (RHEL-78580)