Update to .NET SDK 6.0.129 and Runtime 6.0.29
Resolves: RHEL-31198
This commit is contained in:
parent
cbf8a5daaa
commit
eed74d360a
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/dotnet-v6.0.126.tar.gz
|
||||
/dotnet-v6.0.127.tar.gz
|
||||
/dotnet-v6.0.128.tar.gz
|
||||
/dotnet-v6.0.129.tar.gz
|
||||
|
@ -20,10 +20,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 }')
|
||||
@ -612,6 +612,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-31198
|
||||
|
||||
* 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-27541
|
||||
|
@ -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) = 02a9e3f46a2a8eb93470e035d5b4a4b408992beb18e5981e0b47df0cc1b51f01b8aedf527adbeff6c33e1e6c313a705b91bba93913c0fb3f813ce929d64079df
|
||||
SHA512 (dotnet-v6.0.129.tar.gz) = 2c1318595a4e3e3df8d8208e98d51ebae27637be798afb4b6255eaa785a438ac4cfab7c56783cbc379f4f3511d0b619ce1d786b98cbd8be01c3da61347f1c4f6
|
||||
|
Loading…
Reference in New Issue
Block a user