summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortron <tron>2006-07-08 10:26:29 +0000
committertron <tron>2006-07-08 10:26:29 +0000
commitc559a669d78a0c1d79f00917f0a790e11a9a7906 (patch)
tree24b39396cd5ed507fd3bc8c72523a29516f497de /databases
parentf3bf8c75ac753471f22f02fe755f137cd8b0cf48 (diff)
downloadpkgsrc-c559a669d78a0c1d79f00917f0a790e11a9a7906.tar.gz
Update "phpmyadmin" package to version 2.8.2.
Changes since version 2.8.0.4: - XSS vulnerability from requests not containing a token - Reenable XML option in Export - State in documentation that your browser must accept cookies - CVS link was broken on main page - Adding a user with password containing a backslash - Removing a default value - Setup script: compatibility with security tokens - Setup script: detection of writable config - Reading the database list with MySQL wildcards
Diffstat (limited to 'databases')
-rw-r--r--databases/phpmyadmin/Makefile9
-rw-r--r--databases/phpmyadmin/distinfo9
-rw-r--r--databases/phpmyadmin/patches/patch-aa15
3 files changed, 8 insertions, 25 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index e00a15fbd1f..f2d31cd9c60 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2006/06/02 18:27:55 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2006/07/08 10:26:29 tron Exp $
DISTNAME= phpMyAdmin-${DIST_VERSION}
PKGNAME= phpmyadmin-${DIST_VERSION:S/-//}
-PKGREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpmyadmin/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +20,7 @@ MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} \
EXDIR=${EXDIR:Q}
CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php
-DIST_VERSION= 2.8.0.4
+DIST_VERSION= 2.8.2
DOC_FILES= CREDITS ChangeLog \
Documentation.txt INSTALL LICENSE README \
RELEASE-DATE-${DIST_VERSION} TODO
@@ -46,8 +45,8 @@ INSTALL_DIRS= css js lang libraries libraries/auth libraries/dbg \
themes/original themes/original/css themes/original/img
do-configure:
- @${SED} -e "s|@PMDIR@|${PMDIR}|g" ${FILESDIR}/phpmyadmin.conf \
- > ${WRKDIR}/phpmyadmin.conf
+ ${SED} -e "s|@PMDIR@|${PMDIR}|g" ${FILESDIR}/phpmyadmin.conf \
+ >${WRKDIR}/phpmyadmin.conf
do-install:
${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM}
diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo
index 1eae9e06a87..fab35c08d06 100644
--- a/databases/phpmyadmin/distinfo
+++ b/databases/phpmyadmin/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.21 2006/05/13 09:56:36 tron Exp $
+$NetBSD: distinfo,v 1.22 2006/07/08 10:26:29 tron Exp $
-SHA1 (phpMyAdmin-2.8.0.4.tar.bz2) = 51d29a0f5008dde8e1b9bf88e8cefc954df14e00
-RMD160 (phpMyAdmin-2.8.0.4.tar.bz2) = 05d175d72c2ed25ef070bee56b69c1dd7d81665c
-Size (phpMyAdmin-2.8.0.4.tar.bz2) = 1993879 bytes
-SHA1 (patch-aa) = 102a2dd335ca453fd764c0b3a5abcdb4023503e8
+SHA1 (phpMyAdmin-2.8.2.tar.bz2) = 1af7caee3c90e64e456fcc226d68f3ed88581289
+RMD160 (phpMyAdmin-2.8.2.tar.bz2) = 56bf381358333f806d738c42891370d3b74d5d6e
+Size (phpMyAdmin-2.8.2.tar.bz2) = 2013981 bytes
diff --git a/databases/phpmyadmin/patches/patch-aa b/databases/phpmyadmin/patches/patch-aa
deleted file mode 100644
index b30c0b035c4..00000000000
--- a/databases/phpmyadmin/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/03/26 17:55:28 tron Exp $
-
---- libraries/footer.inc.php.orig 2006-02-13 13:24:24.000000000 +0000
-+++ libraries/footer.inc.php 2006-03-26 18:49:38.000000000 +0100
-@@ -63,7 +63,9 @@
-
- // reset content frame name, as querywindow needs to set a unique name
- // before submitting form data, and navigation frame needs the original name
--window.parent.frames[1].name = 'frame_content';
-+if (window.parent.frames[1].name != 'frame_content') {
-+ window.parent.frames[1].name = 'frame_content';
-+}
- //]]>
- </script>
- <?php