Changes To Package Downloads Server
Not logged in

Changes to "Package Downloads Server" between 2016-11-09 18:39:46 and 2016-11-09 18:40:12

12
13
14
15
16
17
18
19

20
21
22
23
24
25
26
27
12
13
14
15
16
17
18

19
20
21
22
23
24
25
26
27







-
+








</h2>
<h2>
Prior to doing anything useful with this repository, you will typically need to:
<ol>
<li>Install an implementation of the <a href="https://en.wikipedia.org/wiki/OpenPGP">OpenPGP</a> standard (e.g. <a href="https://gnupg.org/">GPG</a>)</li>
<li>Add the <a href="https://www.mistachkin.com/key.asc">Package Signing Key</a> (dated &quot;2003-06-09&quot;, with fingerprint &quot;[https://pgp.mit.edu/pks/lookup?op=get&search=0xC3C7513883EEDD3AED1FE425502C96AF495DC2D9|C3C7 5138 83EE DD3A ED1F E425 502C 96AF 495D C2D9]&quot;) to your local OpenPGP key ring.</li>
<li>Download the <a href="https://urn.to/r/pkg_client">Package Client Toolset</a>, extract it to a local directory, and add that directory to the <a href="https://wiki.tcl.tk/1628">auto-path</a> of a local <a href="https://wiki.tcl.tk/9356">Tcl installation</a>.</li>
<li>Verify the <a href="https://en.wikipedia.org/wiki/OpenPGP">OpenPGP</a> signatures on the the <a href="https://urn.to/r/pkg_client">Package Client Toolset</a> using a command similar to the following at the <a href="https://en.wikipedia.org/wiki/Command_Prompt_%28Windows%29">Windows Command Prompt</a>:<pre>FOR %P IN (*.asc) DO (gpg2.exe --verify &quot;%P&quot; &gt;NUL 2&gt;&amp;1 || ECHO BAD FILE &quot;%~dpnP&quot;)</pre></li>
<li>Verify the <a href="https://en.wikipedia.org/wiki/OpenPGP">OpenPGP</a> signatures on the extracted <a href="https://urn.to/r/pkg_client">Package Client Toolset</a> using a command similar to the following at the <a href="https://en.wikipedia.org/wiki/Command_Prompt_%28Windows%29">Windows Command Prompt</a>:<pre>FOR %P IN (*.asc) DO (gpg2.exe --verify &quot;%P&quot; &gt;NUL 2&gt;&amp;1 || ECHO BAD FILE &quot;%~dpnP&quot;)</pre></li>
</ol>
</h2>
<h2>
WARNING: Cloning and/or &quot;mirroring&quot; this repository is <b>not allowed</b> without special permission from <a href="https://www.mistachkin.com/">Joe Mistachkin</a>.
</h2>
<h2>
<u>LEGAL DISCLAIMER: <b>Eyrie Solutions</b> reserves the right to terminate and/or limit access for any and all users, at any time, for any reason, or for no reason whatsoever.</u>
</h2>