download.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_INDEX" replace="selected" />
  4. <VAR match="VAR_SEL_DOWNLOAD" replace="selected" />
  5. <PARSE file="menu1.xml" />
  6. <PARSE file="menu2.xml" />
  7. <INCLUDE file="inc/content.tmpl" />
  8. <h1>Download</h1>
  9. <p>Released versions of OpenConnect are available from the FTP site, and also over HTTP:</p>
  10. <ul>
  11. <li><a href="ftp://ftp.infradead.org/pub/openconnect/"><tt>ftp://ftp.infradead.org/pub/openconnect/</tt></a></li>
  12. <li><a href="https://www.infradead.org/openconnect/download/"><tt>https://www.infradead.org/openconnect/download/</tt></a></li>
  13. </ul>
  14. <p>Release tarballs (since 3.13) are signed with the PGP key with fingerprint <a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0xBE07D9FD54809AB2C4B0FF5F63762CDA67E2F359">BE07 D9FD 5480 9AB2 C4B0 FF5F 6376 2CDA 67E2 F359</a>.</p>
  15. <p>
  16. <!-- latest-release-start -->
  17. The latest release is <a href="https://www.infradead.org/openconnect/download/openconnect-9.01.tar.gz">OpenConnect v9.01</a>
  18. <i>(<a href="https://www.infradead.org/openconnect/download/openconnect-9.01.tar.gz.asc">PGP signature</a>)</i>,
  19. released on 2022-04-29 with the following changelog:</p>
  20. <ul>
  21. <li>Fix library minor version (missing bump to 5.8).</li>
  22. </ul>
  23. <!-- latest-release-end -->
  24. <p>For older releases and change logs, see the <a href="changelog.html">changelog page</a>.</p>
  25. <h2>Latest sources</h2>
  26. <p>The latest source code is available from the git repository at:</p>
  27. <ul><li><tt>git://git.infradead.org/users/dwmw2/openconnect.git</tt><br/>or browsable in gitweb at:</li>
  28. <li><a href="https://git.infradead.org/users/dwmw2/openconnect.git">
  29. https://git.infradead.org/users/dwmw2/openconnect.git</a></li></ul>
  30. <INCLUDE file="inc/footer.tmpl" />
  31. </PAGE>