community/dotnet7-runtime: upgrade to 7.0.8
This commit is contained in:
parent
755ed3935f
commit
c780a2b192
1 changed files with 15 additions and 3 deletions
|
@ -6,10 +6,21 @@
|
|||
# - CVE-2023-21808
|
||||
# 7.0.5-r0:
|
||||
# - CVE-2023-28260
|
||||
# 7.0.7-r0:
|
||||
# - CVE-2023-24895
|
||||
# - CVE-2023-24897
|
||||
# - CVE-2023-24936
|
||||
# - CVE-2023-29331
|
||||
# - CVE-2023-29337
|
||||
# - CVE-2023-32032
|
||||
# - CVE-2023-33126
|
||||
# - CVE-2023-33128
|
||||
# - CVE-2023-33135
|
||||
|
||||
|
||||
pkgname=dotnet7-runtime
|
||||
pkgver=7.0.5
|
||||
_bldver=7.0.105-r0
|
||||
pkgver=7.0.8
|
||||
_bldver=7.0.108-r0
|
||||
pkgrel=0
|
||||
|
||||
# Following for dotnet build version 6.0 and up
|
||||
|
@ -20,7 +31,8 @@ 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
|
||||
arch="all !x86 !armhf !riscv64"
|
||||
# s390x: no diskspace
|
||||
arch="x86_64 armv7 aarch64"
|
||||
url=https://dotnet.microsoft.com
|
||||
license="MIT"
|
||||
depends="
|
||||
|
|
Loading…
Reference in a new issue