Package phpMyAdmin: Information

    Source package: phpMyAdmin
    Version: 5.2.2-alt2
    Latest version according to Repology
    Build time:  Feb 3, 2025, 02:11 PM in the task #373024
    Category: System/Servers
    Report package bug
    License: GPLv2
    Summary: phpMyAdmin - web-based MySQL administration
    Description: 
    phpMyAdmin can administer a whole MySQL-server (needs a super-user)
    but also a single database. To accomplish the latter you'll need a
    properly set up MySQL-user who can read/write only the desired
    database. It's up to you to look up the appropiate part in the MySQL
    manual. Currently phpMyAdmin can:
      - create and drop databases
      - create, copy, drop and alter tables
      - delete, edit and add fields
      - execute any SQL-statement, even batch-queries
      - manage keys on fields
      - load text files into tables
      - create (*) and read dumps of tables
      - export (*) and import data to CSV values
      - administer multiple servers and single databases
      - communicate in more than 20 different languages

    List of RPM packages built from this SRPM:
    phpMyAdmin (noarch)
    phpMyAdmin-apache2-php8.3 (noarch)

    Maintainer: Vitaly Lipatov


    ACL:
    Motsyo Gennadi
    @everybody

      1. apache2-base >= 2.4
      2. control
      3. rpm-build-apache2
      4. rpm-build-php >= 8.4
      5. rpm-macros-webserver-common

    Last changed


    Feb. 3, 2025 Vitaly Lipatov 5.2.2-alt2
    - switch to use php_defver from rpm-build-php 8.4
    Jan. 23, 2025 Vitaly Lipatov 5.2.2-alt1
    - new version 5.2.2 (with rpmrb script)
    - added php8.3 support
    - fixed CVEs:
     + fix possible security issue in sql-parser which could cause long execution times
     + PMASA-2025-1: fix an XSS vulnerability in the check tables feature
     + PMASA-2025-2P: fix an XSS vulnerability in the Insert tab
     + CVE-2023-30536: fix possible security issue with library code slim/psr7
     + CVE-2024-2961, PMASA-2025-3: fix possible security issue relating to iconv
    March 23, 2023 Vitaly Lipatov 5.2.1-alt1
    - new version 5.2.1 (with rpmrb script)
     + PMASA-2023-01: fix for an XSS vulnerability in the drag-and-drop upload functionality