From 3f9902f222762fb4a5d87a03351f7f9e86cb62ab Mon Sep 17 00:00:00 2001 From: Dominik Wombacher Date: Tue, 9 Jul 2024 13:03:37 +0000 Subject: [PATCH] feat: Update to version 1.4.17. --- s2n-tls.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/s2n-tls.spec b/s2n-tls.spec index bc979e4..5a82fff 100644 --- a/s2n-tls.spec +++ b/s2n-tls.spec @@ -3,7 +3,7 @@ s2n-tls is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority.} Name: s2n-tls -Version: 1.4.16 +Version: 1.4.17 Release: 1%{?dist} Summary: A C99 implementation of the TLS/SSL protocols @@ -12,17 +12,6 @@ URL: https://github.com/aws/s2n-tls Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz # Install cmake files in 'libdir/cmake/s2n-tls' rather than 'libdir/s2n-tls/cmake' Patch: s2n-tls-cmake.patch -# Patches between v1.4.16 release and main -# Use certificate with SHA256 rather than SHA1 in unit tests. https://github.com/aws/s2n-tls/pull/4582#issuecomment-2155735012 -# SHA1 is deprecated in RHEL 9. https://github.com/aws/s2n-tls/issues/4541#issuecomment-2118171284 -Patch0001: 0001-update-default-test-cert-chain.patch -Patch0002: 0002-apply-clang-format.patch -Patch0003: 0003-add-cert-gen-script.patch -Patch0004: 0004-clean-up-cert-gen-script.patch -Patch0005: 0005-clean-up-cert-gen-script.patch -Patch0006: 0006-fix-cert-gen-script.patch -Patch0007: 0007-use-existing-cert-chain-for-default-cert-chain.patch -Patch0008: 0008-modify-test-parameter.patch BuildRequires: gcc BuildRequires: cmake -- 2.45.2