
IVPN Client
Silent install package for IVPN Client
3.14.17-1
- package: tis-ivpn-client
- name: IVPN Client
- version: 3.14.17-1
- maintainer: Amel FRADJ
- licence: GPL-3.0 license
- target_os: windows
- architecture: x64
- signature_date:
- size: 94.28 Mo
- homepage : https://www.ivpn.net/en/
package : tis-ivpn-client
version : 3.14.17-1
architecture : x64
section : base
priority : optional
name : IVPN Client
categories :
maintainer : Amel FRADJ
description : IVPN for Desktop is the official IVPN application for desktop platforms. Features include multiple protocols (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, Custom DNS, Dark mode, and more
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : IVPN for Desktop est l'application officielle IVPN pour les plateformes de bureau. Certaines des fonctionnalités incluent , plusieurs protocoles (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, Custom DNS, Dark mode, et plus encore
description_pl : IVPN for Desktop to oficjalna aplikacja IVPN dla platform stacjonarnych. Niektóre z funkcji obejmują wiele protokołów (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, niestandardowy DNS, tryb ciemny i wiele innych
description_de : IVPN for Desktop ist die offizielle IVPN-Anwendung für Desktop-Plattformen. Einige der Funktionen umfassen , mehrere Protokolle (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, Custom DNS, Dark mode, uvm
description_es : IVPN para Escritorio es la aplicación oficial de IVPN para plataformas de escritorio. Algunas de las características incluyen, múltiples protocolos (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, Custom DNS, Dark mode, y más
description_pt : O IVPN para Ambiente de Trabalho é a aplicação oficial do IVPN para plataformas de ambiente de trabalho. Algumas das características incluem múltiplos protocolos (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, DNS personalizado, Dark mode e muito mais
description_it : IVPN for Desktop è l'applicazione ufficiale IVPN per piattaforme desktop. Alcune delle sue caratteristiche sono: protocolli multipli (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, DNS personalizzato, modalità Dark e altro ancora
description_nl : IVPN voor Desktop is de officiële IVPN-toepassing voor desktopplatformen. Enkele van de functies zijn: meerdere protocollen (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, aangepaste DNS, donkere modus en nog veel meer
description_ru : IVPN for Desktop - это официальное приложение IVPN для настольных платформ. Среди функций - несколько протоколов (OpenVPN, WireGuard), Kill-switch, Multi-Hop, Trusted Networks, AntiTracker, Custom DNS, Dark mode и другие
audit_schedule :
editor :
keywords :
licence : GPL-3.0 license
homepage : https://www.ivpn.net/en/
package_uuid : e9d13ab7-38ed-40f3-a99c-18aff44fa69e
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10.0
max_os_version :
icon_sha256sum : 27a5778190a4cd78953a6e404e9ea506bd7693497e868104067c59e00e920bc8
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2024-09-24T15:00:11.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 : d+J7/nyhKP5H01f8WPUuoDm8r3uCx0gk1n2OcpHWKh6O6K/kD3Xj5rM0HMCnBhsdJfIAVtfYZQz3/UjuUPHjAw7ioGJdpJHHaq8DgB7WFjWfrjPHe3A9OPNxkeeUnGXZbe62fK+JBe99/B7oImL0LZ5/8bYKuhYC3uXi6vcqw2TE4vPnIiSDlMIAh4iwxsyplnGdQgdvP99fBivhtl4k/LWD6PBZlW+5+y15PNt320ErSsNIPuuj/76VGUUv2URc/UJH0y85b8htqLM6D42AhANYFspRyqDSTJDG/6Em9ZAlr2eHgG7vFQztKIJqC/1a+HPzJcQGqWmVtRwUR/BD5g==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
bin_name = glob.glob('IVPN-Client-*.exe')[0]
# Installing the software
install_exe_if_needed(bin_name,
silentflags='/S / allusers',
key='IVPN Client',
min_version=control.get_software_version(),
)
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob
import zipfile
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies_from_wapt_console()
if not proxies:
proxies = get_proxies()
url_base = "https://www.ivpn.net/en/apps-windows/"
response = requests.get(url_base,allow_redirects=True, proxies=proxies)
# Extract the correct div using bs_find_all
divs = bs_find_all(response.text, "div","class","heading--text-image", proxies=proxies)
exe_file = None
for div in divs:
if exe_file:
break
links = div.find_all('a', href=True)
for link in links:
if link['href'].endswith('.exe'):
href = link['href']
exe_file = href
download_url = exe_file
version = download_url.split('/')[-1].split("-")[-1].replace("v","").replace(".exe","")
latest_bin = exe_file.split('/')[-1]
break
# Downloading latest binaries
print("Download URL is: %s" % download_url)
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url, latest_bin, proxies=proxies)
package_updated = True
else:
print("Binary is present: %s" % latest_bin)
# Deleting outdated binaries
for f in glob.glob('*.exe'):
if f != latest_bin:
remove_file(f)
# Mettre à jour le package
control.set_software_version(version)
control.save_control_to_wapt()
7caaaf08b452caebe0ba42ec3df9cb291c8385c508670118f8da77ec7d116678 : IVPN-Client-v3.14.17.exe
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
09bd1eb72d2ff2ef5b491f1d48a836e49730a5c16472f77e7ca0f7702fd3d6c7 : WAPT/control
27a5778190a4cd78953a6e404e9ea506bd7693497e868104067c59e00e920bc8 : WAPT/icon.png
c12c68f82ce2d8401b9c6c5ae5af3cb542b557481bbd7bc9974972ead766441e : luti.json
c0a78c0aff07ba3b20f74e0bc6d8e181d8295e67108e6ec3b562fa9843c9071d : setup.py
4b16ebfeaac9d42a6e1aa4aa0a1b0f8f1860ed6c6dc1614059a644105086059b : update_package.py