Skip to content

Commit

Permalink
dotnet 6 and 8: update dotnet-sdk and dotnet-runtime (#6345)
Browse files Browse the repository at this point in the history
* dotnet 6 and 8: update dotnet-sdk and dotnet-runtime
- update dotnet6 to final releases
- update dotnet8 (security update)

* dotnet runtime: remove cross/libicu dependency
- dotnet-runtime and dotnet8-runtime do not need bundled libicu
  • Loading branch information
hgy59 authored Dec 7, 2024
1 parent d07eac6 commit 66f6d99
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 39 deletions.
8 changes: 4 additions & 4 deletions cross/dotnet-runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = aspnetcore-runtime
PKG_VERS = 6.0.29
PKG_VERS = 6.0.36
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-$(PKG_DIST_ARCH).$(PKG_EXT)
PKG_DIST_SITE = https://download.visualstudio.microsoft.com/download/pr/$(PKG_DIST_FOLDER)
Expand All @@ -11,9 +11,9 @@ include ../../mk/spksrc.archs.mk
# use digests with multiple files and individual dist names
# both lists must have the same order
PKG_DIST_ARCH_LIST = linux-x64 linux-arm linux-arm64
PKG_DIST_SITE_LIST = https://download.visualstudio.microsoft.com/download/pr/70ddd1ed-776d-41d2-b192-f02436ef3ca6/337d6dd35177408acb9889289a7743a7/$(PKG_NAME)-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/57510d35-63b1-4535-bf83-e10deb8a3b78/b052a4381befd434cbe8da36ab937ff8/$(PKG_NAME)-$(PKG_VERS)-linux-arm.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/094fe5d6-0520-4c0a-9edf-b53d269f8b20/8c5e69ed04787815037ae373ffb77466/$(PKG_NAME)-$(PKG_VERS)-linux-arm64.$(PKG_EXT)
PKG_DIST_SITE_LIST = https://download.visualstudio.microsoft.com/download/pr/6f4d628c-903a-4c54-8e78-584ac3fad3e9/35c386c099e48775ba50df7bb3dfd93a/$(PKG_NAME)-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/5a1d54ad-f01e-4407-a413-493a5e81f802/9773a2ed4499d6d8c2a89714aa3d9c4c/$(PKG_NAME)-$(PKG_VERS)-linux-arm.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/19bb2019-9acc-4c85-a397-5c84aad3e79e/094076519c27db7d2619aee8744c9eaf/$(PKG_NAME)-$(PKG_VERS)-linux-arm64.$(PKG_EXT)

ifeq ($(findstring $(ARCH), $(x64_ARCHS)),$(ARCH))
PKG_DIST_ARCH = $(word 1,$(PKG_DIST_ARCH_LIST))
Expand Down
18 changes: 9 additions & 9 deletions cross/dotnet-runtime/digests
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aspnetcore-runtime-6.0.29-linux-x64.tar.gz SHA1 b913a05676ee8a53fd60a445e11cb66614d4ed17
aspnetcore-runtime-6.0.29-linux-x64.tar.gz SHA256 2ed988b68f40582edca7280e07b1e0bc342bfcd25b28016f4ff48f75fd3f775b
aspnetcore-runtime-6.0.29-linux-x64.tar.gz MD5 d3112bec851c05f1e92bdec1499399b8
aspnetcore-runtime-6.0.29-linux-arm.tar.gz SHA1 80f7acc93cdcecb5a2989f70497246c382c9fa88
aspnetcore-runtime-6.0.29-linux-arm.tar.gz SHA256 f6d6d7418a5bff97c653db1aa8ba4faf83379521e519918f31afcd4c41051833
aspnetcore-runtime-6.0.29-linux-arm.tar.gz MD5 dcfa5a2f7936a59c42f5bdf2040c3d28
aspnetcore-runtime-6.0.29-linux-arm64.tar.gz SHA1 86076b175d57ecaa6c6147745b79e940316d5462
aspnetcore-runtime-6.0.29-linux-arm64.tar.gz SHA256 11296bb5c22b7b38cfd0cba472fc79d40edc4e778238a1fab466028504cc84e9
aspnetcore-runtime-6.0.29-linux-arm64.tar.gz MD5 689996e076caf15123c7d358ca96943d
aspnetcore-runtime-6.0.36-linux-x64.tar.gz SHA1 918655adc2947a7cc1d987ff898e3ac8ccd1b058
aspnetcore-runtime-6.0.36-linux-x64.tar.gz SHA256 e269fa26930f08c6df920969a4e6c36138372115e193db3cccbbaa06f61e15be
aspnetcore-runtime-6.0.36-linux-x64.tar.gz MD5 34d795259b1965c0c77d3f5a96c6a522
aspnetcore-runtime-6.0.36-linux-arm.tar.gz SHA1 e3cfab0cc51b4a7fc7356c4ef5cc83cbdd91f5dd
aspnetcore-runtime-6.0.36-linux-arm.tar.gz SHA256 3ba06e73e3e78186be7db2d636039c33726b467c1775a541eb53d8dcd12717d8
aspnetcore-runtime-6.0.36-linux-arm.tar.gz MD5 6ff7f1d6f865203b79cf2a3f130ce5a8
aspnetcore-runtime-6.0.36-linux-arm64.tar.gz SHA1 af49300afe615deebc547399f0999990b099b466
aspnetcore-runtime-6.0.36-linux-arm64.tar.gz SHA256 a82e7ff766ab961b581971eaa7358b6d13ce1132451eebf85d25a1e4599446a2
aspnetcore-runtime-6.0.36-linux-arm64.tar.gz MD5 efc54326971cddb6b44e46c974d682b3
8 changes: 4 additions & 4 deletions cross/dotnet8-runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = aspnetcore-runtime
PKG_VERS = 8.0.4
PKG_VERS = 8.0.11
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-$(PKG_DIST_ARCH).$(PKG_EXT)
PKG_DIST_SITE = https://download.visualstudio.microsoft.com/download/pr/$(PKG_DIST_FOLDER)
Expand All @@ -11,9 +11,9 @@ include ../../mk/spksrc.archs.mk
# use digests with multiple files and individual dist names
# both lists must have the same order
PKG_DIST_ARCH_LIST = linux-x64 linux-arm linux-arm64
PKG_DIST_SITE_LIST = https://download.visualstudio.microsoft.com/download/pr/0b0bc7f4-c6e5-4cec-a7ed-45c2fac0da4b/ae2090564274152b5a4be9f1e66c5d30/$(PKG_NAME)-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/f12a9449-04ba-454c-bc35-4cdb426accf6/2729a371b61d59794845eb309a46fba2/$(PKG_NAME)-$(PKG_VERS)-linux-arm.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/80ec12e5-b26f-466c-a20c-f96772ea709d/606e7203912400b44cb35d6fcecf60bf/$(PKG_NAME)-$(PKG_VERS)-linux-arm64.$(PKG_EXT)
PKG_DIST_SITE_LIST = https://download.visualstudio.microsoft.com/download/pr/6f89757c-3dde-4c3a-96a0-b04b1bde2c92/6a3591b360ed0f9d1118b97560b89625/$(PKG_NAME)-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/003f180b-e695-4094-bc3f-ef6473883d43/e861cb56edd58b05b03b5a92cf995f12/$(PKG_NAME)-$(PKG_VERS)-linux-arm.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/64a9f696-b039-4a73-b705-288fbf9c2e8f/c36bc24d6d359c019408b4f94ee67b59/$(PKG_NAME)-$(PKG_VERS)-linux-arm64.$(PKG_EXT)

ifeq ($(findstring $(ARCH), $(x64_ARCHS)),$(ARCH))
PKG_DIST_ARCH = $(word 1,$(PKG_DIST_ARCH_LIST))
Expand Down
18 changes: 9 additions & 9 deletions cross/dotnet8-runtime/digests
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aspnetcore-runtime-8.0.4-linux-x64.tar.gz SHA1 9eeaded5051371d28fbd39c0e2d07857d60a9271
aspnetcore-runtime-8.0.4-linux-x64.tar.gz SHA256 ec817fa8f7a1c0f9c627425b1eda6ffe7a49bd180cb15d9c59ace2a051dd83e4
aspnetcore-runtime-8.0.4-linux-x64.tar.gz MD5 cebed649e09ac3fc0dd782a548a86a83
aspnetcore-runtime-8.0.4-linux-arm.tar.gz SHA1 b71a402cabfdff5b59d8c17188cf10c07589bb5f
aspnetcore-runtime-8.0.4-linux-arm.tar.gz SHA256 f0d65259cb6bdf3324fe0ef2a1b72418ed3db67dbe404debd44bffb352d02875
aspnetcore-runtime-8.0.4-linux-arm.tar.gz MD5 5ce250cfc821e467ec611bdc62f5106f
aspnetcore-runtime-8.0.4-linux-arm64.tar.gz SHA1 c31d504a14956da13735d271117ba78d03f710ec
aspnetcore-runtime-8.0.4-linux-arm64.tar.gz SHA256 e3b666aa7836a83b71575df0680d0e57bf46b356668521db174e5686fec28cf0
aspnetcore-runtime-8.0.4-linux-arm64.tar.gz MD5 3b9c6a96d71404bcdfc394a1949932db
aspnetcore-runtime-8.0.11-linux-x64.tar.gz SHA1 2fcbb6592dd4eb5a38f2927a357067823f744aa7
aspnetcore-runtime-8.0.11-linux-x64.tar.gz SHA256 3fc75c38783b282140d2e2513c570f76991101b3f895b67a6ae8fba2a2d96399
aspnetcore-runtime-8.0.11-linux-x64.tar.gz MD5 42a3f93e066069b0f96345ca1ae97af3
aspnetcore-runtime-8.0.11-linux-arm.tar.gz SHA1 8d8138541cbc44028aa93e0f577f55b03bde6e43
aspnetcore-runtime-8.0.11-linux-arm.tar.gz SHA256 a3b38882b0df6b1d320a921111e678d792658af23d36dadb678bca9f9c98bc19
aspnetcore-runtime-8.0.11-linux-arm.tar.gz MD5 2ab8354dc2e20fe45a0a7c60a8a0879e
aspnetcore-runtime-8.0.11-linux-arm64.tar.gz SHA1 705e324662864fecc2e6b89ad04fe56eb2beb247
aspnetcore-runtime-8.0.11-linux-arm64.tar.gz SHA256 4f83cb39dbd515ea8319a8c2c32f041a2972301343cd31621c4bb402a300cfd6
aspnetcore-runtime-8.0.11-linux-arm64.tar.gz MD5 ec8ca26fd758ba2c101b011166b4dc70
4 changes: 2 additions & 2 deletions native/dotnet-sdk-6.0/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME = dotnet-sdk-6.0
# Version 6.0.29, SDK 6.0.421
# Version 6.0.36, SDK 6.0.428 (final version, EOL since November 12, 2024)
# https://dotnet.microsoft.com/download/dotnet/6.0
PKG_VERS = 6.0.421
PKG_VERS = 6.0.428
PKG_EXT = tar.gz
PKG_DIST_NAME = dotnet-sdk-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://dotnetcli.azureedge.net/dotnet/Sdk/${PKG_VERS}
Expand Down
6 changes: 3 additions & 3 deletions native/dotnet-sdk-6.0/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dotnet-sdk-6.0.421-linux-x64.tar.gz SHA1 7e8f7aea33c1b45bcc5bd297964db11db6493a02
dotnet-sdk-6.0.421-linux-x64.tar.gz SHA256 a905dc28a58d46983302beaa685091190d880f94a601d61e07370b12c734a0c2
dotnet-sdk-6.0.421-linux-x64.tar.gz MD5 20660b42622aa7521eee20c9f0195645
dotnet-sdk-6.0.428-linux-x64.tar.gz SHA1 53d9931ae4ebc4db0151ad0a6208b28ade74556c
dotnet-sdk-6.0.428-linux-x64.tar.gz SHA256 9b2f9b91e28677b58e47d34a1d9e2a88f597af1f6acd44764a3abc2f1bacdc8a
dotnet-sdk-6.0.428-linux-x64.tar.gz MD5 ffcedb5be7cff88eafeea374f93f3230
8 changes: 4 additions & 4 deletions spk/dotnet-runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SPK_NAME = dotnet-runtime
SPK_VERS = 6.0.29
SPK_REV = 6
SPK_VERS = 6.0.36
SPK_REV = 7
SPK_ICON = src/dotnet.png

OPTIONAL_DEPENDS = cross/libstdc++
DEPENDS = cross/libicu cross/dotnet-runtime
DEPENDS = cross/dotnet-runtime

REQUIRED_MIN_DSM = 6.0

Expand All @@ -13,7 +13,7 @@ DOTNET_CORE_ARCHS = 1

MAINTAINER = hgy59
DESCRIPTION = Free. Cross-platform. Open source. A developer platform for building all apps. This package installs the dotnet runtime and the asp.net.core runtime.
CHANGELOG = "Update to dotnet-runtime v6.0.29."
CHANGELOG = "Update to dotnet-runtime v6.0.36 (final dotnet 6 release)."

STARTABLE = no
DISPLAY_NAME = .NET 6 runtime
Expand Down
8 changes: 4 additions & 4 deletions spk/dotnet8-runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SPK_NAME = dotnet8-runtime
SPK_VERS = 8.0.4
SPK_REV = 2
SPK_VERS = 8.0.11
SPK_REV = 3
SPK_ICON = src/dotnet.png

OPTIONAL_DEPENDS = cross/libstdc++
DEPENDS = cross/libicu cross/dotnet8-runtime
DEPENDS = cross/dotnet8-runtime

REQUIRED_MIN_DSM = 6.0

Expand All @@ -13,7 +13,7 @@ DOTNET_CORE_ARCHS = 1

MAINTAINER = hgy59
DESCRIPTION = Free. Cross-platform. Open source. A developer platform for building all apps. This package installs the dotnet runtime and the asp.net.core runtime.
CHANGELOG = "Update to dotnet-runtime v8.0.4."
CHANGELOG = "Update to dotnet-runtime v8.0.11."

STARTABLE = no
DISPLAY_NAME = .NET 8 runtime
Expand Down

0 comments on commit 66f6d99

Please sign in to comment.