From d52f716f4308eb33a5b856b4e6b357549555982b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 9 Apr 2024 21:29:27 +0000 Subject: [PATCH] import UBI dotnet6.0-6.0.129-1.el9_3 --- .dotnet6.0.metadata | 2 +- .gitignore | 2 +- SOURCES/runtime-re-enable-implicit-rejection.patch | 4 ++-- SPECS/dotnet6.0.spec | 12 ++++++++---- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index 7a20510..156e870 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -c649ed6290120976258e02ab5bab39e37f565b86 SOURCES/dotnet-v6.0.128.tar.gz +c7a7b8fdb6f58198a88ac194e8d6ce69d0a81d36 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 a317046..b01b02e 100644 --- a/SPECS/dotnet6.0.spec +++ b/SPECS/dotnet6.0.spec @@ -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 }') @@ -60,7 +60,7 @@ Name: dotnet6.0 Version: %{sdk_rpm_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: .NET Runtime and SDK License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib URL: https://github.com/dotnet/ @@ -620,6 +620,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-31197 + * Wed Mar 06 2024 Tom Deseyn - 6.0.128-2 - We disable checking the signature of the last certificate in a chain if the certificate is supposedly self-signed. A side effect of not