Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2009Q4,
Version: 2.11.10,
Package name: phpmyadmin-2.11.10,
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: 907f6323cf577b32d70d166361b8eff03f33ef50
RMD160: 59edc1a04edc1fb1170ea51bdc9da4ea776e07e5
Filesize: 3040.97 KB
Version history: (Expand)
- (2010-01-27) Updated to version: phpmyadmin-2.11.10
- (2010-01-15) Package added to pkgsrc.se, version phpmyadmin-2.11.9.6 (created)
CVS history: (Expand)
2010-01-26 16:10:39 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket 2972 - requested by tron
security update
Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.81
- pkgsrc/databases/phpmyadmin/distinfo 1.43
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Tue Jan 26 12:04:37 UTC 2010
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile distinfo
Log message:
Update "phpmyadmin" package to version 2.11.10.
Changes since version 2.11.9.6:
- [core] safer handling of temporary files with open_basedir
(thanks to Thijs Kinkhorst)
- [core] do not automatically set and create TempDir, it might lead to
security issue (thanks to Thijs Kinkhorst)
- [setup] avoid usage of (un)serialize, what might be unsafe in some cases
This fixes the security vulnerabilities reported in PMASA-2010-1,
PMASA-2010-2 and PMASA-2010-3.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/databases/phpmyadmin/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/phpmyadmin/distinfo
|