Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2009Q3,
Version: 2.11.9.6,
Package name: phpmyadmin-2.11.9.6,
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] [
misc/php-mbstring] [
lang/perl5]
Master sites: (Expand)
SHA1: 004841bbc1438b7df31f06a645b5d5aaea6c10d5
RMD160: c81901044e062b05d1e6931bb55d798110e52576
Filesize: 3040.164 KB
Version history: (Expand)
- (2009-12-06) Updated to version: phpmyadmin-2.11.9.6
- (2009-10-16) Package added to pkgsrc.se, version phpmyadmin-2.11.9.5 (created)
CVS history: (Expand)
2009-12-05 16:10:10 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket 2944 - requested by tron
security update
Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.80
- pkgsrc/databases/phpmyadmin/distinfo 1.42
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Thu Dec 3 12:05:10 UTC 2009
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to version 2.11.9.6. Changes since 2.11.9.5:
- [security] XSS and SQL injection, thanks to Herman van Rink
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/databases/phpmyadmin/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/phpmyadmin/distinfo
-------------------------------------------------------------------------
|