Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion cross/mono/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = mono
PKG_VERS = 6.12.0.182
PKG_VERS = 6.12.0.199
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://download.mono-project.com/sources/mono
Expand Down Expand Up @@ -30,6 +30,11 @@ CONFIGURE_ARGS += --disable-boehm
CONFIGURE_ARGS += --without-ikvm-native
# disable some features
CONFIGURE_ARGS += --enable-minimal=profiler
# enable net core
CONFIGURE_ARGS += --with-core
# jemalloc fails to cross compile
#CONFIGURE_ARGS += --with-jemalloc
CONFIGURE_ARGS += --with-wasm

# Optimize compilation for minimal size
ADDITIONAL_CFLAGS = -Os
Expand Down Expand Up @@ -57,6 +62,11 @@ endif
AG_ARGS += --disable-mcs-build
AG_ARGS += --disable-boehm
AG_ARGS += --without-ikvm-native
AG_ARGS += --with-core
# jemalloc fails to cross compile
#AG_ARGS += --with-jemalloc
AG_ARGS += --with-wasm
AG_ARGS += --enable-btls

include ../../mk/spksrc.cross-cc.mk

Expand Down
6 changes: 3 additions & 3 deletions cross/mono/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mono-6.12.0.182.tar.xz SHA1 c55424b3e2f3a89915941fba1920f1db6a44f7b2
mono-6.12.0.182.tar.xz SHA256 57366a6ab4f3b5ecf111d48548031615b3a100db87c679fc006e8c8a4efd9424
mono-6.12.0.182.tar.xz MD5 3e7d4c67a03f4edc542c57d2684c9819
mono-6.12.0.199.tar.xz SHA1 34080733eb4f4392fb5306f5a6c28207e71864ac
mono-6.12.0.199.tar.xz SHA256 c0850d545353a6ba2238d45f0914490c6a14a0017f151d3905b558f033478ef5
mono-6.12.0.199.tar.xz MD5 fd19b40d565c028905abb7b80da06cc3
2 changes: 1 addition & 1 deletion native/mono/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = mono
PKG_VERS = 6.12.0.182
PKG_VERS = 6.12.0.199
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://download.mono-project.com/sources/mono
Expand Down
6 changes: 3 additions & 3 deletions native/mono/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mono-6.12.0.182.tar.xz SHA1 c55424b3e2f3a89915941fba1920f1db6a44f7b2
mono-6.12.0.182.tar.xz SHA256 57366a6ab4f3b5ecf111d48548031615b3a100db87c679fc006e8c8a4efd9424
mono-6.12.0.182.tar.xz MD5 3e7d4c67a03f4edc542c57d2684c9819
mono-6.12.0.199.tar.xz SHA1 34080733eb4f4392fb5306f5a6c28207e71864ac
mono-6.12.0.199.tar.xz SHA256 c0850d545353a6ba2238d45f0914490c6a14a0017f151d3905b558f033478ef5
mono-6.12.0.199.tar.xz MD5 fd19b40d565c028905abb7b80da06cc3
6 changes: 3 additions & 3 deletions spk/mono/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = mono
SPK_VERS = 6.12.0.182
SPK_REV = 20
SPK_VERS = 6.12.0.199
SPK_REV = 21
SPK_ICON = src/mono.png

DEPENDS = cross/mono
Expand All @@ -13,7 +13,7 @@ MAINTAINER = hgy59
DESCRIPTION = Cross platform, open source .NET development framework.
DISPLAY_NAME = Mono
STARTABLE = no
CHANGELOG = "1. Update mono to version 6.12.0.182.<br/>2. Fix BTLS for aarch64 on DSM 6<br/>3. Add script to update ca certificates."
CHANGELOG = "1. Update mono to version 6.12.0.199."

HOMEPAGE = https://mono-project.com
LICENSE = https://www.mono-project.com/docs/faq/licensing
Expand Down