summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/patches/patch-aa
diff options
context:
space:
mode:
authorsalo <salo>2006-03-29 14:21:22 +0000
committersalo <salo>2006-03-29 14:21:22 +0000
commit9f9a623ca9798cc95c7a96d1e8bf206e46575468 (patch)
tree0da0d9dc3ef6bc546be11cbc4c9d94284ed72635 /databases/phpmyadmin/patches/patch-aa
parent3d1150a1dc586b4560cef772c5b2cf2fce5dbb31 (diff)
downloadpkgsrc-9f9a623ca9798cc95c7a96d1e8bf206e46575468.tar.gz
Pullup ticket 1269 - requested by Matthias Scheler
security update for mysqladmin Patch provided by the submitter. Module Name: pkgsrc Committed By: tron Date: Sun Mar 26 17:55:28 UTC 2006 Modified Files: pkgsrc/databases/phpmyadmin: Makefile distinfo Added Files: pkgsrc/databases/phpmyadmin/patches: patch-aa Log Message: Update "phpmyadmin" package to version 2.8.0.2. Changes since version 2.8.0.1: - XSS vulnerability (set_theme) - mysqli problems with zend.ze1_compatibility_mode enabled - setup script did not save the mysql/mysqli extension Package source related changes: - incooperate fix for phpMyAdmin bug #1436279 to make the package usable with Safari under Mac OS X again --- Module Name: pkgsrc Committed By: tron Date: Wed Mar 29 14:04:48 UTC 2006 Modified Files: pkgsrc/databases/phpmyadmin: Makefile Log Message: Remove ".orig" files from work directory before installation so they don't get installed. This fixes a package list problem reported by Lubomir Sedlacik in private e-mail. Bump package revision.
Diffstat (limited to 'databases/phpmyadmin/patches/patch-aa')
-rw-r--r--databases/phpmyadmin/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/phpmyadmin/patches/patch-aa b/databases/phpmyadmin/patches/patch-aa
new file mode 100644
index 00000000000..8b85ac42093
--- /dev/null
+++ b/databases/phpmyadmin/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.2.2 2006/03/29 14:21:22 salo 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