From 7b61f3c0ca89debac0b47fdb874476117591bdd6 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 24 May 2024 01:23:39 +0000 Subject: [PATCH] import UBI dotnet7.0-7.0.119-1.el8_10 --- .dotnet7.0.metadata | 2 +- .gitignore | 2 +- ...runtime-re-enable-implicit-rejection.patch | 27 ---------------- SPECS/dotnet7.0.spec | 31 ++++++++++--------- 4 files changed, 19 insertions(+), 43 deletions(-) diff --git a/.dotnet7.0.metadata b/.dotnet7.0.metadata index 7b1656d..a17d3e6 100644 --- a/.dotnet7.0.metadata +++ b/.dotnet7.0.metadata @@ -1 +1 @@ -27333e17b3a2523e84913757a79480a79023f621 SOURCES/dotnet-v7.0.118.tar.gz +040f6560a72c73dc628cb79f8166d8fc94ac8362 SOURCES/dotnet-v7.0.119.tar.gz diff --git a/.gitignore b/.gitignore index bad029b..9258e01 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v7.0.118.tar.gz +SOURCES/dotnet-v7.0.119.tar.gz diff --git a/SOURCES/runtime-re-enable-implicit-rejection.patch b/SOURCES/runtime-re-enable-implicit-rejection.patch index d4f0e0f..f97a695 100644 --- a/SOURCES/runtime-re-enable-implicit-rejection.patch +++ b/SOURCES/runtime-re-enable-implicit-rejection.patch @@ -47,33 +47,6 @@ index 55a044d62a6..e72d42e87d2 100644 using (RSA rsa = RSAFactory.Create(TestData.RSA2048Params)) { void RoundtripEmpty(RSAEncryptionPadding paddingMode) -@@ -692,26 +701,6 @@ public void NotSupportedValueMethods() - } - } - -- [ConditionalTheory] -- [InlineData(new byte[] { 1, 2, 3, 4 })] -- [InlineData(new byte[0])] -- public void Decrypt_Pkcs1_ErrorsForInvalidPadding(byte[] data) -- { -- if (data.Length == 0 && !PlatformSupportsEmptyRSAEncryption) -- { -- throw new SkipTestException("Platform does not support RSA encryption of empty data."); -- } -- -- using (RSA rsa = RSAFactory.Create(TestData.RSA2048Params)) -- { -- byte[] encrypted = Encrypt(rsa, data, RSAEncryptionPadding.Pkcs1); -- encrypted[1] ^= 0xFF; -- -- // PKCS#1, the data, and the key are all deterministic so this should always throw an exception. -- Assert.ThrowsAny(() => Decrypt(rsa, encrypted, RSAEncryptionPadding.Pkcs1)); -- } -- } -- - [Fact] - public void Decrypt_Pkcs1_BadPadding() - { @@ -726,23 +715,5 @@ public static IEnumerable OaepPaddingModes } } diff --git a/SPECS/dotnet7.0.spec b/SPECS/dotnet7.0.spec index ef7bd07..aaa6bf8 100644 --- a/SPECS/dotnet7.0.spec +++ b/SPECS/dotnet7.0.spec @@ -7,10 +7,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 7.0.18 -%global runtime_version 7.0.18 +%global host_version 7.0.19 +%global runtime_version 7.0.19 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 7.0.118 +%global sdk_version 7.0.119 %global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|') %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -83,7 +83,6 @@ Patch1: roslyn-analyzers-ppc64le-apphost.patch Patch2: runtime-re-enable-implicit-rejection.patch - %if 0%{?fedora} || 0%{?rhel} >= 8 ExclusiveArch: aarch64 ppc64le s390x x86_64 %else @@ -616,25 +615,29 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog -* Tue Apr 02 2024 Omair Majid - 7.0.118-1 +* Tue May 14 2024 Omair Majid - 7.0.119-1 +- Update to .NET SDK 7.0.119 and Runtime 7.0.19 +- Resolves: RHEL-35313 + +* Tue Apr 09 2024 Omair Majid - 7.0.118-2 - Update to .NET SDK 7.0.118 and Runtime 7.0.18 -- Resolves: RHEL-31201 +- Resolves: RHEL-31199 -* Thu Feb 29 2024 Omair Majid - 7.0.117-1 +* Tue Mar 19 2024 Omair Majid - 7.0.117-2 - Update to .NET SDK 7.0.117 and Runtime 7.0.17 -- Resolves: RHEL-27546 +- Resolves: RHEL-27547 -* Thu Feb 01 2024 Omair Majid - 7.0.116-1 +* Wed Feb 14 2024 Omair Majid - 7.0.116-2 - Update to .NET SDK 7.0.116 and Runtime 7.0.16 -- Resolves: RHEL-23791 +- Resolves: RHEL-23789 -* Wed Dec 20 2023 Omair Majid - 7.0.115-1 +* Mon Jan 15 2024 Omair Majid - 7.0.115-2 - Update to .NET SDK 7.0.115 and Runtime 7.0.15 -- Resolves: RHEL-19805 +- Resolves: RHEL-19799 -* Thu Nov 02 2023 Omair Majid - 7.0.114-1 +* Fri Dec 22 2023 Omair Majid - 7.0.114-2 - Update to .NET SDK 7.0.114 and Runtime 7.0.14 -- Resolves: RHEL-15358 +- Resolves: RHEL-15350 * Tue Oct 24 2023 Omair Majid - 7.0.113-2 - Update to .NET SDK 7.0.113 and Runtime 7.0.13