Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mono: update to v6.12.0.182 #5677

Merged
merged 5 commits into from
Mar 30, 2023
Merged

mono: update to v6.12.0.182 #5677

merged 5 commits into from
Mar 30, 2023

Commits on Mar 30, 2023

  1. mono: update to v6.12.0.182

    - update mono
    - fix BTLS library for aarch64 built with gcc 4 (SynoCommunity#3666)
    - remove some features to keep the package as small as possible
      - remove aot, profiling and debugging
      - remove boehm gc
      - remove ikvm library
    - disable packages for ARMv5
      by removing ARMv5 from UNSUPPORTED_ARCHS it is still possible to create such a package,
      but without a TLS library most use cases will not work
    - add a script to update mono ca certificates after installation
    hgy59 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b34eb17 View commit details
    Browse the repository at this point in the history
  2. fix build for ARMv5

    - enforce build of BTLS library for ARMv5 archs
    - fixes mono/mono#11422
    hgy59 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    601c14b View commit details
    Browse the repository at this point in the history
  3. keep aot and debugging features

    hgy59 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0e6032f View commit details
    Browse the repository at this point in the history
  4. fix arch specific configuration

    hgy59 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e225180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17f835f View commit details
    Browse the repository at this point in the history