From 41ba4a9d0de493f840db0e122006dab526a5d0fb Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 13 Aug 2023 00:49:17 -0400 Subject: [PATCH] community/dotnet7-runtime: upgrade to 7.0.10 --- community/dotnet7-runtime/APKBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/community/dotnet7-runtime/APKBUILD b/community/dotnet7-runtime/APKBUILD index 09b1c0b..0fde269 100644 --- a/community/dotnet7-runtime/APKBUILD +++ b/community/dotnet7-runtime/APKBUILD @@ -16,11 +16,19 @@ # - CVE-2023-33126 # - CVE-2023-33128 # - CVE-2023-33135 +# 7.0.9-r0: +# - CVE-2023-33127 +# - CVE-2023-33170 +# 7.0.10-r0: +# - CVE-2023-38178 +# - CVE-2023-35390 +# - CVE-2023-38180 +# - CVE-2023-35391 pkgname=dotnet7-runtime -pkgver=7.0.8 -_bldver=7.0.108-r0 +pkgver=7.0.10 +_bldver=7.0.110-r0 pkgrel=0 # Following for dotnet build version 6.0 and up @@ -31,8 +39,7 @@ pkgdesc="The .NET $_pkgver_macro Core runtime" # x86: blocked by https://github.com/dotnet/runtime/issues/77667 # armhf: blocked by https://github.com/dotnet/runtime/issues/77663 # riscv64: port WIP https://github.com/dotnet/runtime/issues/36748 -# s390x: no diskspace -arch="x86_64 armv7 aarch64" +arch="all !x86 !armhf !riscv64" url=https://dotnet.microsoft.com license="MIT" depends="