From 7b71732dffc8a3027441de4211e3cfcd093087a1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 26 Jun 2023 15:23:28 -0400 Subject: [PATCH] community/dotnet6-runtime: upgrade to 6.0.19 --- community/dotnet6-runtime/APKBUILD | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/community/dotnet6-runtime/APKBUILD b/community/dotnet6-runtime/APKBUILD index 56e2980..ea48350 100644 --- a/community/dotnet6-runtime/APKBUILD +++ b/community/dotnet6-runtime/APKBUILD @@ -18,19 +18,28 @@ # - CVE-2023-21808 # 6.0.16-r0: # - CVE-2023-28260 +# 6.0.18-r0: +# - CVE-2023-24895 +# - CVE-2023-24897 +# - CVE-2023-24936 +# - CVE-2023-29331 +# - CVE-2023-29337 +# - CVE-2023-33126 +# - CVE-2023-33128 +# - CVE-2023-33135 pkgname=dotnet6-runtime -pkgver=6.0.16 -_bldver=6.0.116-r0 +pkgver=6.0.19 +_bldver=6.0.119-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 s390x" -url=https://dotnet.microsoft.net +arch="x86_64 aarch64 armv7" +url="https://dotnet.microsoft.com/" license="MIT" depends=" dotnet$_pkgver_name-hostfxr