Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2009Q1,
Version: 2.11.9.5,
Package name: phpmyadmin-2.11.9.5,
Maintainer: tronphpMyAdmin 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
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2007/11/27 23:02:43 tron Exp $
CONF_INC_PHP=@CONF_INC_PHP@
PMCONFFILE=@PMCONFFILE@
case ${STAGE} in
DEINSTALL)
${RM} -f ${CONF_INC_PHP}
;;
esac
Required to run:[
misc/php-mbstring] [
lang/perl5] [
databases/php-mysql]
Master sites: (Expand)
SHA1: 2415a41c1eb800df494086f963581de3ff5b5e86
RMD160: c5d5f54283e1d47e3bd26abad672a533ab40727a
Filesize: 3037.405 KB
Version history: (Expand)
- (2009-04-25) Updated to version: phpmyadmin-2.11.9.5
- (2009-04-06) Package added to pkgsrc.se, version phpmyadmin-2.11.9.4 (created)
CVS history: (Expand)
2009-04-25 18:07:00 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket 2741 - requested by tron
Security fix
Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.79
- pkgsrc/databases/phpmyadmin/distinfo 1.41
Module Name: pkgsrc
Committed By: tron
Date: Fri Apr 17 09:40:13 UTC 2009
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to version 2.11.9.5. This fixes the remote
code execution vulnerability reported in PMASA-2009-3 / CVE-2009-1151.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/phpmyadmin/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/phpmyadmin/distinfo
|