tis-zoom icon

Zoom Client

Paquet d'installation silencieuse pour Zoom Client

7.2.0.5705-18
Messaging
Messaging

Les paquets PREPROD sont des paquets construits via LUTI. Ils restent généralement 5 jours en PREPROD, après quoi un deuxième scan VirusTotal est effectué pour vérifier que le status n'a pas changé.
Si le paquet réussit ce dernier contrôle, il est promu en PROD et publié sur le store.

  • package: tis-zoom
  • name: Zoom Client
  • version: 7.2.0.5705-18
  • categories: Messaging
  • maintainer: WAPT Team,Tranquil IT
  • editor: Zoom Video Communications, Inc.
  • licence: proprietary_free,wapt_public
  • locale: all
  • target_os: almalinux9,centos
  • impacted_process: Zoom
  • architecture: x64
  • signature_date:
  • size: 302.78 Mo
  • installed_size: 348.84 Mo
  • homepage : https://zoom.us/

package           : tis-zoom
version           : 7.2.0.5705-18
architecture      : x64
section           : base
priority          : optional
name              : Zoom Client
categories        : Messaging
maintainer        : WAPT Team,Tranquil IT
description       : Enterprise video conferencing with real-time messaging and content sharing
depends           : 
conflicts         : 
maturity          : PREPROD
locale            : all
target_os         : almalinux9,centos
min_wapt_version  : 2.3
sources           : https://zoom.us/download
installed_size    : 348838866
impacted_process  : Zoom
description_fr    : Une visioconférence d'entreprise avec messagerie et partage de contenu en temps réel
description_pl    : Wideokonferencje korporacyjne z przesyłaniem wiadomości w czasie rzeczywistym i udostępnianiem treści
description_de    : Videokonferenzen für Unternehmen mit Messaging und Content Sharing in Echtzeit
description_es    : Videoconferencias para empresas con mensajería en tiempo real y compartición de contenidos
description_pt    : Videoconferência empresarial com mensagens em tempo real e partilha de conteúdos
description_it    : Videoconferenze aziendali con messaggistica e condivisione di contenuti in tempo reale
description_nl    : Enterprise-videoconferencing met real-time messaging en het delen van inhoud
description_ru    : Корпоративные видеоконференции с обменом сообщениями и контентом в режиме реального времени
audit_schedule    : 
editor            : Zoom Video Communications, Inc.
keywords          : zoom,video,conferencing,messaging
licence           : proprietary_free,wapt_public
homepage          : https://zoom.us/
package_uuid      : 4585537b-f93d-4d94-b126-a9e34edad35c
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://support.zoom.us/hc/en-us/sections/360008531132-Zoom-Releases-By-Date
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 07e6189e229728d04052abe0386bd7d4da42d38b0c288af28596d7204bdf0810
signer            : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date    : 2026-09-18T18:28:35.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         : DFNA2PbLAZW53euCh52x5WIcOS2Gz06B7dcfwttET0ARFP04nkItM29olOL6dO5prhS+WGWjqfeGSkTzFgoWibHTn+XoUVbA8nWeHhKB/nNH/UrTeiNcSY9QyPHoMLhML8JUPqRc1nshFPjXPatIasiXftEf/qoL9A5OwEqgdaM1xGMlJyl0lst/jz09iCQLDf/w3e4amxZbtNB1rw88hLMecGSLXRKzUKBUdHgnHGixAWUrHEIic8M87RGoO5LM+KLlk4oDrgdrYUQOphX92lMHXkjVMC67CSqJMZZqOoGvy2gd1FjGcPeKjaJjw5Fd8QRQX/8cCu+oNdZFMFepvw==

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    install_yum('zoom_x86_64.rpm')

def uninstall():
    uninstall_yum('zoom')

# -*- coding: utf-8 -*-
from setupdevhelpers import *
import requests

def update_package():
    url_dl = "https://zoom.us/client/latest/zoom_x86_64.rpm"
    print("Download/Update package content from upstream binary sources")

    # Getting proxy informations from WAPT settings
    proxy = get_proxies_from_wapt_console()

    # Downloading latest binaries
    if isfile("Zoom.pkg"):
        remove_file("Zoom.pkg")

    print("Downloading: zoom_x86_64.rpm")
    url_dl = requests.head(url_dl,proxies=proxy).headers["Location"]

    version = url_dl.split("/")[-2]

    wget(url_dl, "zoom_x86_64.rpm", proxies=proxy)

    # Change version of the package

    control.version = "%s-%s" % (version, int(control.version.split("-", 1)[1]) + 1)
    control.save_control_to_wapt(".")
    print("Changing version to " + control.version + " in WAPT\\control")
    print("Update package done. You can now build-upload your package")

01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
d5c95cfe8cb6c1690bde7877b19898f3605b7eb0a68ace3def7e1a8ac928389e : WAPT/control
07e6189e229728d04052abe0386bd7d4da42d38b0c288af28596d7204bdf0810 : WAPT/icon.png
ed8056e55e7a16176d5c5634019d9dec097d3ba11ebb545bb39839401f47d175 : luti.json
b2773811f77dc4fca0f80b6705745ad25b319bfbbb8e0e9b52741e631ff80915 : setup.py
6d7116e5594ff60343cdf871d0e69fb1bbe6d403a5cf91d41f8cb49bf419346c : update_package.py
242a6e0e7c544efa0fc424ad256aa9a5e6a78e59e7f2338f25806cbc3378a273 : zoom_x86_64.rpm