From b7b2f2d14bb2c19e732ad76f494616707149dc63 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 13 Aug 2023 00:45:32 -0400 Subject: [PATCH] community/dotnet6-runtime: upgrade to 6.0.21 --- community/dotnet6-runtime/APKBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/community/dotnet6-runtime/APKBUILD b/community/dotnet6-runtime/APKBUILD index ea48350..e110dff 100644 --- a/community/dotnet6-runtime/APKBUILD +++ b/community/dotnet6-runtime/APKBUILD @@ -27,18 +27,24 @@ # - CVE-2023-33126 # - CVE-2023-33128 # - CVE-2023-33135 - +# 6.0.20-r0: +# - CVE-2023-33127 +# - CVE-2023-33170 +# 6.0.21-r0: +# - CVE-2023-35390 +# - CVE-2023-38180 +# - CVE-2023-35391 pkgname=dotnet6-runtime -pkgver=6.0.19 -_bldver=6.0.119-r0 +pkgver=6.0.21 +_bldver=6.0.121-r0 pkgrel=0 _pkgver_macro=${pkgver%.*} _pkgver_name=${_pkgver_macro//[.0]} _bldver_ver=${_bldver%%-*} pkgdesc="The .NET $_pkgver_macro Core runtime" -arch="x86_64 aarch64 armv7" +arch="x86_64 aarch64 armv7 s390x" url="https://dotnet.microsoft.com/" license="MIT" depends="