diff --git a/i2p2www/blog/2023/01/31/mac-easy-install-notarization.rst b/i2p2www/blog/2023/01/31/mac-easy-install-notarization.rst index 6d80fd399e54f92f700a0b0cdab2082ce62ad948..eacc316d509eda75b7423ddb9ea7be54778f52a4 100644 --- a/i2p2www/blog/2023/01/31/mac-easy-install-notarization.rst +++ b/i2p2www/blog/2023/01/31/mac-easy-install-notarization.rst @@ -11,9 +11,9 @@ Update on Mac Easy Install Notarization {% trans -%} The I2P Easy-Install Bundle for Mac has been experiencing stalled updates for the past 2 releases due to the departure of its maintainer. -For the time being, it is temporarily recommended that existing Easy-Install users delay updating and remain on 1.9.0 until the development team can successfully notarize the application and resume automatic updates. -The updates will happen immediately once this has happened. -For now, 1.9.0 is stable and has no known critical security issues. +It is recommended that users of the Easy-Install bundle for Mac switch to the classic java-style installer which was recently restored to the download page. +1.9.0 has known security issues and is not suitable for hosting services or any long-term use. Users are advised to migrate away as soon as possible. +Advanced users of the Easy-Install bundle may work around this by compiling the bundle from source and self-signing the software. {%- endtrans %} {% trans -%}The Notarization Process For MacOS{%- endtrans %} diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros index 89b7e9fe347c1427539414351c68f2bba2beaa2d..8643a9ab9057617a13535c6f84a371fc01abadef 100644 --- a/i2p2www/pages/downloads/macros +++ b/i2p2www/pages/downloads/macros @@ -48,7 +48,7 @@ {%- set signame = 'i2pupdate_%s.zip.sig' -%} {%- set hash = i2pupdate_hash -%} {%- elif type == 'macnative' -%} - {%- set name = _('Mac OS X Native (Beta)') -%} + {%- set name = _('Mac OS Native (Beta)') -%} {%- set icon = 'images/download/mac-osx.png' -%} {%- set filename = 'I2PMacLauncher-%s-beta-'+i2p_macosx_launcher_version+'.dmg' -%} {%- set signame = 'I2PMacLauncher-%s-beta-'+i2p_macosx_launcher_version+'.dmg.sig' -%} @@ -60,7 +60,7 @@ {%- set hash = 'geti2p/i2p@sha256:e622209388edc49b99d8216baa731b1f54a0634c87cd47c1739f2188891daf3a' -%} {%- else -%} {%- if type == 'mac' -%} - {%- set name = 'Mac OS X' -%} + {%- set name = 'Mac OS' -%} {%- set icon = 'images/download/mac-osx.png' -%} {%- set filename = 'i2pinstall_%s.jar' -%} {%- set signame = 'i2pinstall_%s.jar.sig' -%}