diff --git a/network/connection/openvpn/actions.py b/network/connection/openvpn/actions.py index 8c35febb91..fc1c13b2c0 100644 --- a/network/connection/openvpn/actions.py +++ b/network/connection/openvpn/actions.py @@ -58,14 +58,14 @@ def install(): pisitools.domove("/usr/share/openvpn/sample/sample-keys/*.pem", "/etc/openvpn") # EasyRSA - pisitools.dobin("EasyRSA-3.1.5/easyrsa") - pisitools.insinto("/etc/easy-rsa", "EasyRSA-3.1.5/openssl-easyrsa.cnf") - pisitools.insinto("/etc/easy-rsa", "EasyRSA-3.1.5/vars.example", "vars") - pisitools.insinto("/etc/easy-rsa/x509-types/", "EasyRSA-3.1.5/x509-types/*") + pisitools.dobin("EasyRSA-3.1.7/easyrsa") + pisitools.insinto("/etc/easy-rsa", "EasyRSA-3.1.7/openssl-easyrsa.cnf") + pisitools.insinto("/etc/easy-rsa", "EasyRSA-3.1.7/vars.example", "vars") + pisitools.insinto("/etc/easy-rsa/x509-types/", "EasyRSA-3.1.7/x509-types/*") shelltools.chmod(get.installDIR() + "/etc/easy-rsa/openssl-easyrsa.cnf", 0644) shelltools.chmod(get.installDIR() + "/etc/easy-rsa/vars", 0644) - pisitools.dodoc("EasyRSA-3.1.5/ChangeLog", "EasyRSA-3.1.5/COPYING.md") + pisitools.dodoc("EasyRSA-3.1.7/ChangeLog", "EasyRSA-3.1.7/COPYING.md") pisitools.dodoc("COPYING", "COPYRIGHT.GPL", "README*") diff --git a/network/connection/openvpn/pspec.xml b/network/connection/openvpn/pspec.xml index 80ad0d9809..9cc4f9ebe3 100644 --- a/network/connection/openvpn/pspec.xml +++ b/network/connection/openvpn/pspec.xml @@ -13,8 +13,8 @@ network.connection A full featured SSL VPN solution OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. - https://swupdate.openvpn.org/community/releases/openvpn-2.6.5.tar.gz - https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.5/EasyRSA-3.1.5.tgz + https://swupdate.openvpn.org/community/releases/openvpn-2.6.6.tar.gz + https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.7/EasyRSA-3.1.7.tgz openvpn-test.sh @@ -68,6 +68,13 @@ + + 2023-10-14 + 2.6.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-06-14 2.6.5