diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 75dfede6973be4817b71e75e4b7b6ca529829c1b..51cc10d9d54ae3bbc5bd18ab0a817f675d8a5039 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.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.27 -%global runtime_version 6.0.27 +%global host_version 6.0.29 +%global runtime_version 6.0.29 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.127 +%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 }') @@ -657,10 +657,18 @@ echo "Testing build results for debug symbols..." %changelog -* Sun Feb 18 2024 Liwei Ge - 6.0.127-1.0.1 +* Wed Apr 17 2024 Liwei Ge - 6.0.129-1.0.1 - Fix sdk suffix for Anolis OS - Update netstandard-targeting-pack-2.1 acquisition method (Zhao Hang) +* Tue Apr 02 2024 Omair Majid - 6.0.129-1 +- Update to .NET SDK 6.0.129 and Runtime 6.0.29 +- Resolves: RHEL-31196 + +* Thu Feb 29 2024 Omair Majid - 6.0.128-1 +- Update to .NET SDK 6.0.128 and Runtime 6.0.28 +- Resolves: RHEL-27538 + * Thu Feb 01 2024 Omair Majid - 6.0.127-1 - Update to .NET SDK 6.0.127 and Runtime 6.0.27 - Resolves: RHEL-23786 diff --git a/download b/download index 5885ef59f401e70e6431b4a0313794c42ca32076..7253bff6cf0f1739d384e627394c87fd4b40eb7c 100644 --- a/download +++ b/download @@ -1 +1 @@ -4930208e5ca7ae69bf8e4b0671d32dcd dotnet-v6.0.127.tar.gz +1568e87b39e88e29691f18d4c1219b62 dotnet-v6.0.129.tar.gz diff --git a/runtime-re-enable-implicit-rejection.patch b/runtime-re-enable-implicit-rejection.patch index 528fe2982b374a738fdbeb9686b77d1bec36a5a1..0455ad0f32f88fd48a001918642dc2f5406c91e2 100644 --- a/runtime-re-enable-implicit-rejection.patch +++ b/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 } }