Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2010Q2,
Version: 2.11.10.1,
Package name: phpmyadmin-2.11.10.1,
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:[
lang/perl5] [
converters/php-mbstring] [
databases/php-mysql]
Master sites:
SHA1: 13fd6c8fafd6dea3c2a5947ffa1b08784538d17a
RMD160: 24a49b3c5c6e10e2ee8f05f877eb73b968ebcc90
Filesize: 3001.729 KB
Version history: (Expand)
- (2010-08-22) Updated to version: phpmyadmin-2.11.10.1
- (2010-07-05) Package added to pkgsrc.se, version phpmyadmin-2.11.10 (created)
CVS history: (Expand)
2010-08-22 02:59:48 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket 3212 - requested by tron
security update
Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.83
- pkgsrc/databases/phpmyadmin/distinfo 1.44
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Sat Aug 21 07:50:02 UTC 2010
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to version 2.11.10.1.
Changes since version 2.11.10:
- [setup] Fixed output sanitizing in setup script, see PMASA-2010-4 for
more details.
- [core] Fixed various XSS issues, see PMASA-2010-5 for more details.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/phpmyadmin/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/phpmyadmin/distinfo
|