diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index 0c31945..c117db2 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -b57a75f1ff2f926ab9ecc0e2f338da8f92141f86 SOURCES/dotnet-v6.0.128.tar.gz +00ac4f4508eb3b8a85cb3622bfc0843293f32827 SOURCES/dotnet-v6.0.129.tar.gz 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/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/dotnet6.0.spec b/SPECS/dotnet6.0.spec index 4696add..5f0d6cd 100644 --- a/SPECS/dotnet6.0.spec +++ b/SPECS/dotnet6.0.spec @@ -21,10 +21,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 }') @@ -634,6 +634,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* 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