Update to .NET SDK 6.0.129 and Runtime 6.0.29
Resolves: RHEL-31194
This commit is contained in:
parent
a10b9c2141
commit
06aca34701
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ SOURCES/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.126.tar.gz
|
||||
/dotnet-v6.0.127.tar.gz
|
||||
/dotnet-v6.0.128.tar.gz
|
||||
/dotnet-v6.0.129.tar.gz
|
||||
|
@ -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 09 2024 Omair Majid <omajid@redhat.com> - 6.0.129-2
|
||||
- Update to .NET SDK 6.0.129 and Runtime 6.0.29
|
||||
- Resolves: RHEL-31194
|
||||
|
||||
* Tue Mar 19 2024 Omair Majid <omajid@redhat.com> - 6.0.128-2
|
||||
- Update to .NET SDK 6.0.128 and Runtime 6.0.28
|
||||
- Resolves: RHEL-27539
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.128.tar.gz) = d8317b07b34381a98d1653ebb83268ccc436b025a0b522bc4a5f92b9174e7534eb4ecef11df1108f9af9adf887f08f8c5e54c838b88e3f1dad8c07a8d47fdf53
|
||||
SHA512 (dotnet-v6.0.129.tar.gz) = 34355a3311701e6d9d0b2b30ff9986342bcde469463bebb476ab938ffb7973e9afc33f837b188356cba8471c2461b82bce55a58a64706d777e11fefcc42ab8e2
|
||||
|
Loading…
Reference in New Issue
Block a user