Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2010Q3,
Version: 2.11.11.1,
Package name: phpmyadmin-2.11.11.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:[
databases/php-mysql] [
lang/perl5] [
converters/php-mbstring]
Master sites:
SHA1: da1b74626a24dd296ed0ccad04ad8d1e49b7c398
RMD160: bda8a90444df683eea585769a186df42498a96cf
Filesize: 3049.418 KB
Version history: (Expand)
- (2010-12-09) Updated to version: phpmyadmin-2.11.11.1
- (2010-10-17) Package has been reborn
- (2010-10-16) Package added to pkgsrc.se, version phpmyadmin-2.11.11 (created)
CVS history: (Expand)
2010-11-29 21:27:10 by Steven Drake | Files touched by this commit (2) | |
Log message:
Pullup ticket #3288 - requested by tron
Security update for "phpmyadmin" package
Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.85
- pkgsrc/databases/phpmyadmin/distinfo 1.46
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Mon Nov 29 19:13:30 UTC 2010
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to versino 2.11.11.1. Changes since 2.11.11:
Fix XSS vulnerability reported in PMASA-2010-8 (CVE-2010-4329?).
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/databases/phpmyadmin/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/databases/phpmyadmin/distinfo
|