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

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


Branch: pkgsrc-2020Q1, Version: 4.9.5, Package name: php73-phpmyadmin-4.9.5, 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] [devel/php-gettext] [archivers/php-bz2] [archivers/php-zip] [archivers/php-zlib] [databases/php-mysqli] [security/php-pecl-mcrypt] [graphics/php-gd] [textproc/php-json]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 25b733a5917d2f40df69a39d3719fb8b7204054f
RMD160: 7e8eedaa60babe520905298f778f887693b7b971
Filesize: 5995.066 KB

Version history: (Expand)


CVS history: (Expand)


   2020-04-22 11:52:05 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6163 - requested by taca
databases/phpmyadmin: security fix

Revisions pulled up:
- databases/phpmyadmin/Makefile                                 1.163
- databases/phpmyadmin/PLIST                                    1.51
- databases/phpmyadmin/distinfo                                 1.113

---
   Module Name:	pkgsrc
   Committed By:	tm
   Date:		Wed Apr  1 08:36:16 UTC 2020

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

   Log message:
   phpmyadmin: update to 4.9.5

   4.9.5 (2020-03-20)
   - issue        [security] Fix SQL injection with certain usernames (PMASA-2020-2)
   - issue        [security] Fix SQL injection in particular search situations \ 
(PMASA-2020-3)
   - issue        [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
   - issue        Deprecate "options" for the external transformation; \ 
options must now be hard-coded along with the program name directly in the file.