From 2ab41d3c8551071abea1361235d8e1e95bcb410d Mon Sep 17 00:00:00 2001 From: eyedeekay <idk@mulder> Date: Thu, 13 Jul 2023 10:19:59 -0400 Subject: [PATCH] Use Mac OS instead of Mac OS X, update Easy-Install blog post --- i2p2www/blog/2023/01/31/mac-easy-install-notarization.rst | 6 +++--- i2p2www/pages/downloads/macros | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 6d80fd399..eacc316d5 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 89b7e9fe3..8643a9ab9 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' -%} -- GitLab