Update to .NET SDK 7.0.118 and Runtime 7.0.18
Resolves: RHEL-31199
This commit is contained in:
parent
43e347d950
commit
5f41c37b22
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/dotnet-v7.0.115.tar.gz
|
/dotnet-v7.0.115.tar.gz
|
||||||
/dotnet-v7.0.116.tar.gz
|
/dotnet-v7.0.116.tar.gz
|
||||||
/dotnet-v7.0.117.tar.gz
|
/dotnet-v7.0.117.tar.gz
|
||||||
|
/dotnet-v7.0.118.tar.gz
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%global host_version 7.0.17
|
%global host_version 7.0.18
|
||||||
%global runtime_version 7.0.17
|
%global runtime_version 7.0.18
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 7.0.117
|
%global sdk_version 7.0.118
|
||||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
%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 %{runtime_version}
|
||||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
@ -615,6 +615,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 09 2024 Omair Majid <omajid@redhat.com> - 7.0.118-2
|
||||||
|
- Update to .NET SDK 7.0.118 and Runtime 7.0.18
|
||||||
|
- Resolves: RHEL-31199
|
||||||
|
|
||||||
* Tue Mar 19 2024 Omair Majid <omajid@redhat.com> - 7.0.117-2
|
* Tue Mar 19 2024 Omair Majid <omajid@redhat.com> - 7.0.117-2
|
||||||
- Update to .NET SDK 7.0.117 and Runtime 7.0.17
|
- Update to .NET SDK 7.0.117 and Runtime 7.0.17
|
||||||
- Resolves: RHEL-27547
|
- Resolves: RHEL-27547
|
||||||
|
@ -71,9 +71,9 @@ index 55a044d62a6..e72d42e87d2 100644
|
|||||||
- }
|
- }
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
public static IEnumerable<object[]> OaepPaddingModes
|
[Fact]
|
||||||
|
public void Decrypt_Pkcs1_BadPadding()
|
||||||
{
|
{
|
||||||
get
|
|
||||||
@@ -726,23 +715,5 @@ public static IEnumerable<object[]> OaepPaddingModes
|
@@ -726,23 +715,5 @@ public static IEnumerable<object[]> OaepPaddingModes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v7.0.117.tar.gz) = a3f44bc9960605a3ff9bf51aa9b5c8d49e1a7de57e75d707912c61dca47b9255a0eb73b7b78aa3df7e3094dcfda172900328bf91c99bea8ecf2b7052684b60c4
|
SHA512 (dotnet-v7.0.118.tar.gz) = 8205def9d6d3c201cb92f30fbf9ac8e9851b491cd20559defe66984636e6e56113c730697b522a57bb1d57750171c8d3d10a714742a73f3767365f98d64a6f58
|
||||||
|
Loading…
Reference in New Issue
Block a user