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

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


Branch: pkgsrc-2019Q3, Version: 4.9.2, Package name: php71-phpmyadmin-4.9.2, 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:
[devel/php-gettext] [converters/php-mbstring] [archivers/php-bz2] [archivers/php-zip] [archivers/php-zlib] [databases/php-mysqli] [security/php-pecl-mcrypt] [textproc/php-json] [graphics/php-gd]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 958126237700284067fbff3eb1afd59d38515918
RMD160: 246031909a28c7dc780e3d3afab1600cb12fdfc4
Filesize: 5975.07 KB

Version history: (Expand)


CVS history: (Expand)


   2019-12-07 18:15:55 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6094 - requested by tm
databases/phpmyadmin: security fix (CVE-2019-18622)

Revisions pulled up:
- databases/phpmyadmin/Makefile                                 1.161
- databases/phpmyadmin/PLIST                                    1.50
- databases/phpmyadmin/distinfo                                 1.111

---
   Module Name:    pkgsrc
   Committed By:   tm
   Date:           Tue Dec  3 12:42:28 UTC 2019

   Modified Files:
           pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo

   Log message:
   phpmyadmin: update to 4.9.2

   4.9.2 (2019-11-21)
   - issue #14184 Change the cookie name from phpMyAdmin to phpMyAdmin_https for \ 
HTTPS, fixes many "Failed to set session cookie" errors
   - issue #15304 Fix ssl_use php error
   - issue #14804 Fix undefined index: ssl_* variables
   - issue #14245 Fix mysql 8.0.3 and above fails on advisor
   - issue #15499 Fix unparenthesized php deprecation
   - issue #15482 Fix URL encoding plus sign (+) in the table or DB name when \ 
configuring foreign keys
   - issue #14898 Fixed bottom table in list in left panel blocked by horizontal \ 
scroll bar
   - issue #15161 Fix text area overflows its parent element on \ 
"Query" page
   - issue #15511 Fixed exporting users after a delete will delete all selected \ 
users on "Users" page
   - issue #14598 Fixed checking referencial integrity on "Operations" page
   - issue #14433 Fix "You do not have privileges to manipulate with the \ 
users!" on root superadmin
   - issue #15391 Fix GIS polygon of a geometry field is not drawn on "GIS \ 
visualization"
   - issue #15311 Fix adjust privileges on copy database fails with MariaDB
   - issue #15477 Fix display referential integrity check for InnoDB
   - issue #15236 Support phpunit 8 in our test suite to help packaging \ 
phpMyAdmin on Debian
   - issue #15522 Fix missing image error fills logs, removed ic_b_info icon \ 
from icon list
   - issue #15537 Fixed some issues with the sort by key selectors
   - issue #15546 Fix operators precedence in DatabaseInterface class
   - issue #14906 Test test suite on 32-bit systems
   - issue        Fix Long2IP transformation issue with PHP 7.1
   - issue #14951 Fix moving columns with DEFAULT NULL doesn't work on MariaDB 10.2+
   - issue #14951 Fix moving columns with INT AND DEFAULT CURRENT_TIMESTAMP \ 
doesn't work on MariaDB
   - issue #12241 Fixed table alias is removed when exporting a query
   - issue #15316 Fixed cross join clause is removed on export
   - issue #14809 Fix error "is_uploaded_file() expects parameter 1 to be \ 
string" when inserting blobs from files
   - issue #15127 Fix white square when refreshing designer or browsing other pages
   - issue #13912 Detect when phpMyAdmin storage tables are not accessible, help \ 
users browse corrupt DBs
   - issue #15465 Display profiling when query outputs no rows
   - issue        Fix setting and removing display field on Designer
   - issue        Added a warning when trying to set a display field on Designer \ 
and configuration storage is not setup
   - issue #15327 Fix shift-click in Export misses a checkbox
   - issue        [security] Fix improperly sanitized data when showing the Git \ 
branch (thanks to Ali Hubail for this report)
   - issue        [security] Fix security weaknesses in Designer \ 
feature,including a flaw where an attacker could trigger an SQL injection attack \ 
(PMASA-2019-5)