OpenVPN Connect
Paquet d’installation silencieuse pour OpenVPN Connect
3.8.1.5790-3
- package: tis-openvpn-connect
- name: OpenVPN Connect
- version: 3.8.1.5790-3
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ
- licence: OpenVPN 3 is distributed under GNU Affero General Public License version 3 with a special permission to link against OpenSSL
- target_os: darwin
- impacted_process: OpenVPNConnect
- architecture: arm
- signature_date:
- size: 128.45 Mo
- installed_size: 314.46 Mo
- homepage : https://openvpn.net/
- conflicts :
package : tis-openvpn-connect
version : 3.8.1.5790-3
architecture : arm
section : base
priority : optional
name : OpenVPN Connect
categories :
maintainer : WAPT Team,Tranquil IT,Amel FRADJ
description : OpenVPN Connect is a free and full-featured VPN Client
depends :
conflicts : tis-openvpn
maturity : PROD
locale :
target_os : darwin
min_wapt_version : 2.5
sources :
installed_size : 314462208
impacted_process : OpenVPNConnect
description_fr : OpenVPN Connect est un client VPN gratuit et complet
description_pl : OpenVPN Connect to darmowy i w pełni funkcjonalny klient VPN
description_de : OpenVPN Connect ist ein kostenloser und voll funktionsfähiger VPN-Client
description_es : OpenVPN Connect es un cliente VPN completo y gratuito
description_pt : O OpenVPN Connect é um cliente VPN gratuito e com todas as funcionalidades
description_it : OpenVPN Connect è un client VPN gratuito e completo
description_nl : OpenVPN Connect is een gratis en volledige VPN-client
description_ru : OpenVPN Connect - бесплатный и полнофункциональный VPN-клиент
audit_schedule :
editor :
keywords :
licence : OpenVPN 3 is distributed under GNU Affero General Public License version 3 with a special permission to link against OpenSSL
homepage : https://openvpn.net/
package_uuid : 55d7ee4b-e854-4c92-9131-58444b7d81aa
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10.15
max_os_version :
icon_sha256sum : 6a972bef440796530e09d50762042dd9846b0acc6f85f75f9e41346fb43a53bc
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-12-07T13:07:36.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : Gb//D1HR+5dXsHULtD/TGCBpDN4eqLSQ7kCQN22Nf47KRLhGM+eS4jH9vlcIxY/5BxPu0zC+9GMSeMGDyN0NIpn5WbXPB0e814hGS5taRjtfgf3zwDg9OJjkm5f43aZ6+4uOZBdnDGw4iCAI5TzylEbcxJwcd2CM7Q026XCZ/ITMZg98MCE7a32homYQwONcunpkwd1l7OFyaBOSziqyJ4o+OZ+rIwIi7CmCpO0SOIZFA9uFpMoimrxjBYXLPEfw5uyFjjva9HN6wfBZ6MB4/q8TV/C9bQrRBICQXkJTL0WLiRIaB02BAeILtvjSz4vtnYdr0/Rr5zYDPOG2NkITXA==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
install_pkg(glob.glob("OpenVPN_*.pkg")[0])
def uninstall():
remove_tree(r"/Applications/OpenVPN Connect/OpenVPN Connect.app")
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import waptlicences
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
download_url = "https://openvpn.net/downloads/openvpn-connect-v3-macos.dmg"
latest_bin = requests.head(download_url).headers["Location"].rsplit("/")[-1]
latest_bin_extension = latest_bin.rsplit('.', 1)[-1]
version = latest_bin.split("-")[-1].split("_")[0]
# Downloading latest binaries
print(f"Download URL is: {download_url}")
if not isfile(latest_bin):
print(f"Downloading: {latest_bin}")
wget(download_url, latest_bin, proxies=proxies)
else:
print(f"Binary is present: {latest_bin}")
# Changing version of the package
if Version(version) > Version(control.get_software_version()):
print(f"Software version updated (from: {control.get_software_version()} to: {Version(version)})")
package_updated = True
else:
print(f"Software version up-to-date ({Version(version)})")
for f in glob.glob(f'*.{latest_bin_extension}'):
if f != latest_bin:
remove_file(f)
dmg_mount_path = mount_dmg(glob.glob('openvpn-*.dmg')[0])
try:
pkg_file = glob.glob(f"{dmg_mount_path}/*_arm64*.pkg")[0]
filecopyto(pkg_file,basedir)
unmount_dmg(dmg_mount_path)
remove_file(latest_bin)
except Exception:
unmount_dmg(dmg_mount_path)
raise
control.set_software_version(version)
control.save_control_to_wapt()
return package_updated
88675b571f3eaecc72a415c77936cd47ca97656189bc7c190ed1cd483c2a9130 : OpenVPN_Connect_3_8_1(5790)_arm64_Installer_signed.pkg
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
71a86aceaaeedcebf8e277a724c94ab7cb27b947b6ba31ce09e521ae9d6b38aa : WAPT/control
6a972bef440796530e09d50762042dd9846b0acc6f85f75f9e41346fb43a53bc : WAPT/icon.png
a3f6a1b1d0800c11ec65d4f9ce4c8c24d6ca5dcff9246e601fce3a9c665f3369 : luti.json
7cd84eda0a9ed5408c024cdefc896ef5f03348f3bc4d0d4a42960dcf651b4a55 : setup.py
b874fb182ba525ee0d0c7865d13b6659ed8b1bd33d049b493764aab1c0a0e125 : update_package.py