Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2008Q3,
Version: 2.11.9.4,
Package name: phpmyadmin-2.11.9.4,
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] [
databases/php-mysql] [
lang/perl5]
Master sites: (Expand)
SHA1: ebbd34e91fd1baae400ecbd75622c93a30288604
RMD160: 8bed9f7f3a84b8181cc75dbebfbc9d03dcc7941c
Filesize: 3037.381 KB
Version history: (Expand)
- (2008-12-16) Updated to version: phpmyadmin-2.11.9.4
- (2008-11-03) Updated to version: phpmyadmin-2.11.9.3
- (2008-10-06) Package added to pkgsrc.se, version phpmyadmin-2.11.9.1 (created)
CVS history: (Expand)
2008-12-16 13:02:02 by Tyler R. Retzlaff | Files touched by this commit (2) | |
Log message:
pullup ticket #2609 - requested by tron
phpmyadmin: update package
revisions pulled up:
pkgsrc/databases/phpmyadmin/Makefile 1.78
pkgsrc/databases/phpmyadmin/distinfo 1.40
Module Name: pkgsrc
Committed By: tron
Date: Mon Dec 15 09:11:49 UTC 2008
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to version 2.11.9.4. Changes since 2.11.9.3:
- [security] possible XSRF on several pages
|
2008-11-03 00:47:34 by Tyler R. Retzlaff | Files touched by this commit (2) | |
Log message:
pullup ticket #2566 - requested by tron
phpmyadmin: update package for security fixes
revisions pulled up:
pkgsrc/databases/phpmyadmin/Makefile 1.76
pkgsrc/databases/phpmyadmin/distinfo 1.39
Module Name: pkgsrc
Committed By: tron
Date: Sat Nov 1 19:50:41 UTC 2008
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to version 2.11.9.3. Changes since 2.11.9.1:
- [security] XSS in MSIE using NUL byte
- [security] XSS in a Designer component
|