From b8e11487604eed99b23268bb45086ebcba055d8b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 14 2024 18:52:51 +0000 Subject: import rh-dotnet60-dotnet-6.0.130-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 0f3b82a..59c3803 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.129.tar.gz +SOURCES/dotnet-v6.0.130.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 55b9340..b619e44 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -1379e7caac41ad877db7447929f1f84a2e7190be SOURCES/dotnet-v6.0.129.tar.gz +3864417e5c2c98b71f707ce04eddcdf1ef6711df SOURCES/dotnet-v6.0.130.tar.gz diff --git a/SOURCES/runtime-re-enable-implicit-rejection.patch b/SOURCES/runtime-re-enable-implicit-rejection.patch index 0455ad0..3e96a1e 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/dotnet.spec b/SPECS/dotnet.spec index 2004491..d42f268 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -23,10 +23,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 6.0.29 -%global runtime_version 6.0.29 +%global host_version 6.0.30 +%global runtime_version 6.0.30 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.129 +%global sdk_version 6.0.130 %global sdk_feature_band_version %(echo %{sdk_version} | 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 }') @@ -590,6 +590,10 @@ echo "Testing build results for debug symbols..." %changelog +* Mon May 06 2024 Omair Majid - 6.0.130-1 +- Update to .NET SDK 6.0.130 and Runtime 6.0.30 +- Resolves: RHBZ#2278732 + * Tue Apr 02 2024 Omair Majid - 6.0.129-1 - Update to .NET SDK 6.0.129 and Runtime 6.0.29 - Resolves: RHBZ#2272552