Files
i2p.www/i2p2www/pages/site/misc/upgrade-0.6.1.30.html
2013-02-01 20:12:08 +00:00

65 lines
2.9 KiB
HTML

{% extends "global/layout.html" %}
{% block title %}How to Upgrade from 0.6.1.30 and Earlier{% endblock %}
{% block content %}
<p>
&#149;
2008-02-05: <b>{% trans %}Upgrading from 0.6.1.30 and Earlier Releases{% endtrans %}</b>
</p>
<p>{% trans -%}
Since i2p's lead developer
<a href="{{ site_url('misc/jrandom-awol') }}">has gone AWOL</a>,
we do not have his update signing key or access to
www.i2p[.net] or dev.i2p[.net].
Complication and zzz have generated new signing keys, and they and Amiga are providing
update file hosting. These changes must be configured in your router to take effect.
{%- endtrans %}</p>
<p>{% trans -%}
Make the following configuration changes and your router will automatically install
the latest release.
{%- endtrans %}</p>
<p>{% trans -%}
We recommend the automated process as it will verify the key of the signed update file.
If you do not make these changes,
you may manually download the i2pupdate.zip file from{% endtrans %}
<a href="{{ url_for('downloads_list', lang=g.lang) }}">the download page</a>.
<ol><li>
On
<a href="http://localhost:7657/configupdate.jsp">configupdate.jsp</a>:
</li><ol type="a"><li>
Change the News URL to: http://complication.i2p/news.xml
</li><li>
{% trans %}Select ONE of the following new Update URLs at random and enter it into the Update URL box: {% endtrans %}
<br />http://amiga.i2p/i2p/i2pupdate.sud
<br />http://complication.i2p/i2p/i2pupdate.sud
<br />http://stats.i2p/i2p/i2pupdate.sud
</li><li>
Check the box "Update through the eepProxy?"
</li><li>
Click "Save"
</li></ol>
<li>
On
<a href="http://localhost:7657/configadvanced.jsp">configadvanced.jsp</a>:
<ol type="a"><li>
Add the following line:
<br />
<textarea rows="1" cols="80" readonly="readonly" wrap="off">router.trustedUpdateKeys=W4kJbnv9KSVwbnapV7SaNW2kMIZKs~hwL0ro9pZXFo1xTwqz45nykCp1HM7sAKYDZay5z1HvYYOl9CNVz00xF03KPU9RUCVxhDZ1YXhZIskPKjUPUsCIpE~Z1C~N9KSEV6~2stDlBNH10VZ4T0X1TrcXwb3IBXliWo2y2GAx~Ow=,lT54eq3SH0TWWwQ1wgH6XPelIno7wH7UfiZOpQg-ZuxdNhc4UjjrohKdKZqfswt1ANPnmOlMewLGBESl7kJB9c5sByz~IOlNyz5BMLRC~R~ZC9QI4WXwUBYW8BhYO2mkvtdOrcy690lDkwzdf5xLxlCBpQlTaLYzQVjVWBcvbCA=,JHFA0yXUgKtmhajXFZH9Nk62OPRHbvvQHTi8EANV-D~3tjLjaz9p9cs6Fs8W3FSLfUwsQeFg7dfVSQQZga~1jMjboo94vIcm3j6XbW4mbcorVQ74uPjd8EA1AQhJ6bBTxDAFk~6fVDOdhHT0Wo5CcUn7v8bAYY3x3UWiL8Remx0=</textarea>
</li><li>
Click "Apply"
</li></ol>
<li>{% trans -%}You are now ready to automatically receive the release update file,
either by setting your update policy to "download and install" or by clicking on the
"update available" link when it appears.
{%- endtrans %}</li></li></ol>
</p>
<p>{% trans -%}
If you would like to verify the trusted update keys, they are also
<a href="http://stats.i2p/i2p/signingkeys.html">posted and signed here</a>.
Thank you for your support during this transition. For help please contact us on #i2p.
{%- endtrans %}</p>
<p>{% trans -%}
Amiga, Complication, welterde, zzz
{%- endtrans %}</p>
{% endblock %}