import UBI dotnet7.0-7.0.118-1.el9_3
This commit is contained in:
parent
523a66999c
commit
b1e995e22f
@ -1 +1 @@
|
|||||||
b8aac4329ed0a675ea1d9bd3af92d6889817d9d9 SOURCES/dotnet-v7.0.117.tar.gz
|
0e0bef0a641ecb44414d0f9c4c363621bea115c7 SOURCES/dotnet-v7.0.118.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v7.0.117.tar.gz
|
SOURCES/dotnet-v7.0.118.tar.gz
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,10 +6,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 }')
|
||||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 02 2024 Omair Majid <omajid@redhat.com> - 7.0.118-1
|
||||||
|
- Update to .NET SDK 7.0.118 and Runtime 7.0.18
|
||||||
|
- Resolves: RHEL-31202
|
||||||
|
|
||||||
* Thu Feb 29 2024 Omair Majid <omajid@redhat.com> - 7.0.117-1
|
* Thu Feb 29 2024 Omair Majid <omajid@redhat.com> - 7.0.117-1
|
||||||
- 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-27544
|
- Resolves: RHEL-27544
|
||||||
|
Loading…
Reference in New Issue
Block a user