packages.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_INDEX" replace="selected" />
  4. <VAR match="VAR_SEL_PACKAGES" replace="selected" />
  5. <PARSE file="menu1.xml" />
  6. <PARSE file="menu2.xml" />
  7. <INCLUDE file="inc/content.tmpl" />
  8. <h1>Distribution Status</h1>
  9. <p>
  10. <i>Updates to the information below are welcomed, especially for distributions (including *BSD etc.) which aren't yet mentioned.</i>
  11. </p>
  12. <ul>
  13. <li><h2>Packages built from latest releases</h2>
  14. <p>
  15. <tt>openconnect</tt>, <tt>NetworkManager-openconnect</tt> (or <tt>network-manager-openconnect</tt>) and <tt>vpnc-scripts</tt>
  16. packages are automatically built and published for all supported Linux distributions and architectures on the
  17. <a href="https://software.opensuse.org/download.html?project=home%3Abluca%3Aopenconnect%3Arelease&amp;;package=openconnect">Open Build Service</a>.
  18. Repositories can be added following instructions on OBS.
  19. </p>
  20. </li>
  21. <li><h2>Packages built from latest git HEAD</h2>
  22. <p>
  23. <tt>openconnect</tt>, <tt>NetworkManager-openconnect</tt> (or <tt>network-manager-openconnect</tt>) and <tt>vpnc-scripts</tt>
  24. packages are automatically built and published for all supported Linux distributions and architectures on the
  25. <a href="https://software.opensuse.org/download.html?project=home%3Abluca%3Aopenconnect&amp;;package=openconnect">Open Build Service</a>.
  26. Repositories can be added following instructions on OBS.
  27. </p>
  28. </li>
  29. <li><h2>Fedora</h2>
  30. <p>
  31. Both <tt>openconnect</tt> and <tt>NetworkManager-openconnect</tt> packages are included in Fedora and
  32. generally kept up to date with the latest release.
  33. </p>
  34. <p>
  35. In addition, the latest git <tt>master</tt> branch is built automatically in the
  36. <a href="https://copr.fedorainfracloud.org/coprs/dwmw2/openconnect/">dwmw2/openconnect</a> COPR for
  37. current versions of Fedora as well as RHEL/EPEL and also a <tt>mingw-openconnect</tt> package
  38. cross-compiled for Windows.
  39. </p>
  40. </li>
  41. <li><h2>Debian / OpenSUSE / Gentoo</h2>
  42. <p>
  43. The <tt>openconnect</tt> and <tt>NetworkManager-openconnect</tt>
  44. <i>(or <tt>network-manager-openconnect</tt>)</i> packages are included in most
  45. Linux distributions.
  46. </p>
  47. </li>
  48. <li><h2>Ubuntu</h2>
  49. <p>
  50. The <tt>openconnect</tt> and <tt>network-manager-openconnect</tt> packages are included in Ubuntu
  51. but bug fixes are sometimes very slow.
  52. </p>
  53. </li>
  54. <li><h2>NetBSD, DragonFly BSD, Solaris, etc. <i>(pkgsrc)</i></h2>
  55. <p>
  56. There is an <a href="https://github.com/NetBSD/pkgsrc/tree/trunk/net/openconnect">OpenConnect</a>
  57. package in the <a href="https://www.netbsd.org/docs/pkgsrc/">NetBSD pkgsrc</a> repository,
  58. which covers <a href="https://pkgsrc.org/#platforms">many UNIX-like systems</a>.
  59. </p>
  60. </li>
  61. <li><h2>FreeBSD</h2>
  62. <p>
  63. An <tt>openconnect</tt> <a href="https://www.freebsd.org/cgi/cvsweb.cgi/ports/security/openconnect/">port</a> is available for FreeBSD.
  64. </p>
  65. </li>
  66. <li><h2>OpenBSD</h2>
  67. <p>
  68. The OpenBSD ports collection contains an <a href="https://openports.se/net/openconnect">OpenConnect</a> package.
  69. </p>
  70. </li>
  71. <li><h2>Mac OS X</h2>
  72. <p>
  73. The Homebrew project contains an <a href="https://formulae.brew.sh/formula/openconnect">OpenConnect</a>
  74. package.
  75. </p>
  76. </li>
  77. <li><a name="windows"/><h2>Windows</h2>
  78. <p>
  79. <a href="https://nsis.sourceforge.io">NSIS</a>-based installers
  80. for OpenConnect are automatically built with each
  81. commit pushed to GitLab CI. Download the most recent build from
  82. the <tt>master</tt>
  83. branch <a href="https://gitlab.com/openconnect/openconnect/-/jobs/artifacts/master/raw/openconnect-installer.exe?job=MinGW32/GnuTLS">for 32-bit Windows</a>
  84. or <a href="https://gitlab.com/openconnect/openconnect/-/jobs/artifacts/master/raw/openconnect-installer.exe?job=MinGW64/GnuTLS">for 64-bit Windows</a>.
  85. Note that this is the OpenConnect <b>command-line application</b>;
  86. see <a href="gui.html">GUI Tools</a> for other possibilities.
  87. </p>
  88. <p>
  89. The Fedora
  90. <a href="https://copr.fedorainfracloud.org/coprs/dwmw2/openconnect/">dwmw2/openconnect</a>
  91. COPR mentioned above contains <tt>mingw-openconnect</tt> packages built for 32-bit and
  92. 64-bit Windows.
  93. </p>
  94. </li>
  95. </ul>
  96. <INCLUDE file="inc/footer.tmpl" />
  97. </PAGE>