./databases/phpmyadmin, Set of PHP-scripts to adminstrate MySQL over the WWW

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q4, Version: 4.9.4, Package name: php73-phpmyadmin-4.9.4, Maintainer: tm

phpMyAdmin is a tool written in PHP intended to handle the administration of
MySQL over the Web. Currently it 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 CSV data
- administer one single database as well as a whole database server
- communicate in 47 different languages


Required to run:
[converters/php-mbstring] [archivers/php-zlib] [archivers/php-bz2] [archivers/php-zip] [databases/php-mysqli] [graphics/php-gd] [security/php-pecl-mcrypt] [textproc/php-json] [devel/php-gettext]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b76c020276b619faa7a5aada2ca9e987b2d1e54b
RMD160: 75849da37da1911fbfdd7bfbf058417214d74d4a
Filesize: 5991.066 KB

Version history: (Expand)


CVS history: (Expand)


   2020-01-27 11:11:21 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6121 - requested by tm
databases/phpmyadmin: security fix (CVE-2020-5504)

Revisions pulled up:
- databases/phpmyadmin/Makefile                                 1.162
- databases/phpmyadmin/distinfo                                 1.112

---
   Module Name:    pkgsrc
   Committed By:   tm
   Date:           Tue Jan 21 09:50:58 UTC 2020

   Modified Files:
           pkgsrc/databases/phpmyadmin: Makefile distinfo

   Log message:
   phpmyadmin: update to 4.9.4

   4.9.4 (2020-01-07)
   - issue #15724 Fix 2FA was disabled by a bug
   - issue        [security] Fix SQL injection vulnerability on the user \ 
accounts page (PMASA-2020-1)

   4.9.3 (2019-12-26)
   - issue #15570 Fix page contents go underneath of floating menubar in some cases
   - issue #15591 Fix php notice 'Undefined index: foreign_keys_data' on \ 
relations view when the user has column access
   - issue #15592 Fix php warning "error_reporting() has been disabled for \ 
security reasons"
   - issue #15434 Fix middle click on table sort column name shows a blank page
   - issue        Fix php notice "Undefined index table_create_time" \ 
when setting displayed columns on results of a view
   - issue #15571 Fix fatal error when trying to edit row with row checked and \ 
button under the table
   - issue #15633 Fix designer set display field broken for php 5.x versions
   - issue #15621 Support CloudFront-Forwarded-Proto header for Amazon \ 
CloudFront proxy
   - issue        Fix php 8.0 php notices - Undefined index on login page
   - issue #15640 Fix php 7.4 error when trying to access array offset on value \ 
of type null on table browse
   - issue #15641 Fix replication actions where broken (start slave, stop slave, \ 
reset, ...)
   - issue #15608 Fix DisableIS is broken when with controluser configured \ 
(database list broken)
   - issue #15614 Fix undefined offset on index page for MySQL 5.7.8 (server charset)
   - issue #15692 Fix JavaScript error when user has not enough privilege to \ 
view query statistics.
   - issue #14248 Fixed date selection in search menu missing higher Z-index value
   - issue        Fix Uncaught php TypeError on php 8.0 when adding a column to \ 
table create form
   - issue #15682 Fix calendar not taking current time as default value
   - issue #15636 Fix php error trying to access array offset on value o type \ 
null on replication GUI
   - issue #15695 Fix input field for the time in datetime picker is disabled