@@ 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