From b4da92cc12c7586e671e5fdc957ece1dab339a21 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 09 2024 16:12:03 +0000 Subject: import rh-dotnet60-dotnet-6.0.129-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 546c695..0f3b82a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.128.tar.gz +SOURCES/dotnet-v6.0.129.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 3189a66..55b9340 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -55256033cd13a0ca68f94253e0053d746eb41808 SOURCES/dotnet-v6.0.128.tar.gz +1379e7caac41ad877db7447929f1f84a2e7190be SOURCES/dotnet-v6.0.129.tar.gz diff --git a/SOURCES/runtime-re-enable-implicit-rejection.patch b/SOURCES/runtime-re-enable-implicit-rejection.patch index 528fe29..0455ad0 100644 --- a/SOURCES/runtime-re-enable-implicit-rejection.patch +++ b/SOURCES/runtime-re-enable-implicit-rejection.patch @@ -71,9 +71,9 @@ index 55a044d62a6..e72d42e87d2 100644 - } - } - - public static IEnumerable OaepPaddingModes + [Fact] + public void Decrypt_Pkcs1_BadPadding() { - get @@ -726,23 +715,5 @@ public static IEnumerable OaepPaddingModes } } diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 78fd9ee..2004491 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.28 -%global runtime_version 6.0.28 +%global host_version 6.0.29 +%global runtime_version 6.0.29 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.128 +%global sdk_version 6.0.129 %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 +* 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 + * Thu Feb 29 2024 Omair Majid - 6.0.128-1 - Update to .NET SDK 6.0.128 and Runtime 6.0.28 - Resolves: RHBZ#2267078