Path to this page:
./
databases/phpmyadmin,
Set of PHP-scripts to adminstrate MySQL over the WWW
Branch: pkgsrc-2012Q1,
Version: 3.4.11,
Package name: phpmyadmin-3.4.11,
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:[
security/php-mcrypt] [
lang/perl5] [
converters/php-mbstring] [
archivers/php-bz2] [
archivers/php-zlib] [
databases/php-mysql] [
devel/php-gettext] [
graphics/php-gd] [
textproc/php-json]
Master sites:
SHA1: 2a693f2795e2a403ed67d42bc114970afaf06eb8
RMD160: e74590b3266f27fdab792132a6ef281ca97698fc
Filesize: 4675.352 KB
Version history: (Expand)
- (2012-04-17) Updated to version: phpmyadmin-3.4.11
- (2012-04-10) Package added to pkgsrc.se, version phpmyadmin-3.4.10.1 (created)
CVS history: (Expand)
2012-04-17 07:52:46 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3739 - requested by tron
databases/phpmyadmin: security update
Revisions pulled up:
- databases/phpmyadmin/Makefile 1.99
- databases/phpmyadmin/PLIST 1.26
- databases/phpmyadmin/distinfo 1.60
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Sun Apr 15 11:56:28 UTC 2012
Modified Files:
pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo
Log message:
Update "phpmyadmin" package to version 3.4.11. Changes since 3.4.10.1:
- bug #3486970 [import] Exception on XML import
- bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in
navigation
- bug #3512565 [navi] Fixed missing word "Rows" in table list tooltip
after cli
- [security] Fixed local path disclosure vulnerability, see PMASA-2012-2
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/databases/phpmyadmin/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/phpmyadmin/PLIST
cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/phpmyadmin/distinfo
|