Changes between Version 2 and Version 3 of UnofficialOpenvpnSoftwareRepos


Ignore:
Timestamp:
08/14/20 14:34:30 (4 years ago)
Author:
David Sommerseth
Comment:

Adding info about Fedora Copr repositories

Legend:

Unmodified
Added
Removed
Modified
  • UnofficialOpenvpnSoftwareRepos

    v2 v3  
    2929All packages in the Fedora repositories are signed by the official Fedora keys.
    3030
     31
     32= Fedora Copr repositories =
     33
     34Development builds and beta releases for Fedora, Red Hat Enterprise Linux and CentOS are made available via Fedora Copr repositories.  To use these repositories, the yum-plugin-copr module must be installed first.
     35
     36
     37== Beta releases ==
     38
     39This repository will only be used during the pre-release phase (beta, release candidates) of OpenVPN, like OpenVPN 2.5_beta releases.  Once the final stable release is done, this repository will not be updated until the next pre-release phase.  Packages in this repository may disappear some time after the final first stable releases.
     40
     41{{{
     42   [root@host:~]# yum copr enable dsommers/openvpn-beta
     43   [root@host:~]# yum install openvpn
     44}}}
     45
     46More information about this repository: https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-beta/
     47
     48
     49== Development builds ==
     50
     51The builds in this repository contains bleeding edge development code, built straight from the [https://gitlab.com/openvpn/openvpn/-/commits/master git master branch].  Code in the master branch is what will end up in the next major release of OpenVPN.
     52
     53{{{
     54   [root@host:~]# yum copr enable dsommers/openvpn-git
     55   [root@host:~]# yum install openvpn
     56}}}
     57
     58More information about this repository: https://copr.fedorainfracloud.org/coprs/dsommers/openvpn-git/
     59
     60
    3161= Repoforge =
    3262