pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/phpmyadmin Update "phpmyadmin" package to ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86f7d92a6d6b
branches:  trunk
changeset: 545253:86f7d92a6d6b
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 29 18:59:51 2008 +0000

description:
Update "phpmyadmin" package to version 2.11.8.1. Changes since 2.11.7.1:
- patch #1987593 [interface] Table list pagination in navi
- bug #1989081 [profiling] Profiling causes query to be executed again
  (really causes a problem in case of INSERT/UPDATE)
- bug #1990342 [import] SQL file import very slow on Windows
- bug [XHTML] problem with tabindex and radio fields
- bug #1971221 [interface] tabindex not set correctly
- bug [views] VIEW name created via the GUI was not protected
  with backquotes
- bug #1989813 [interface] Deleting multiple views (space in name)
- bug #1992628 [parser] SQL parser removes essential space
- bug #1989281 [export] CSV for MS Excel incorrect escaping of
  double quotes
- bug #1959855 [interface] Font size option problem when no
  config file
- bug #1982489 [relation] Relationship view should check for changes
- bug [history] Do not save too big queries in history
- [security] Do not show version info on login screen
- bug #2018595 [import] Potential data loss on import resubmit
- patch #2020630 [export] Safari and timedate
- bug #2022182 [import, export] Import/Export fails because of
  Mac files
- [security] protection against cross-frame scripting and
  new directive AllowThirdPartyFraming
- [security] possible XSS during setup
- [interface] revert language changing problem introduced
   with 2.11.7.1
- small fix for notice about "lang"

This update fixes the security vulnerability reported in PMASA-2008-6.

diffstat:

 databases/phpmyadmin/Makefile |  4 ++--
 databases/phpmyadmin/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 3358de814515 -r 86f7d92a6d6b databases/phpmyadmin/Makefile
--- a/databases/phpmyadmin/Makefile     Tue Jul 29 17:23:46 2008 +0000
+++ b/databases/phpmyadmin/Makefile     Tue Jul 29 18:59:51 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2008/07/17 15:55:16 tron Exp $
+# $NetBSD: Makefile,v 1.74 2008/07/29 18:59:51 tron Exp $
 
 DISTNAME=      phpMyAdmin-${DIST_VERSION}-all-languages
 PKGNAME=       phpmyadmin-${DIST_VERSION:S/-//}
@@ -22,7 +22,7 @@
 USE_TOOLS+=    perl:run
 
 CONF_INC_PHP=  ${PREFIX}/share/phpmyadmin/config.inc.php
-DIST_VERSION=  2.11.7.1
+DIST_VERSION=  2.11.8.1
 DOC_FILES=     CREDITS ChangeLog \
                Documentation.txt INSTALL LICENSE README \
                RELEASE-DATE-${DIST_VERSION} TODO
diff -r 3358de814515 -r 86f7d92a6d6b databases/phpmyadmin/distinfo
--- a/databases/phpmyadmin/distinfo     Tue Jul 29 17:23:46 2008 +0000
+++ b/databases/phpmyadmin/distinfo     Tue Jul 29 18:59:51 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2008/07/17 15:55:16 tron Exp $
+$NetBSD: distinfo,v 1.37 2008/07/29 18:59:51 tron Exp $
 
-SHA1 (phpMyAdmin-2.11.7.1-all-languages.tar.bz2) = 1e5b4e6b1127b41ebbd986b030b4dda00fe90edc
-RMD160 (phpMyAdmin-2.11.7.1-all-languages.tar.bz2) = 2e9adb438c9212ae4e1be44ed9d10f8b981d8b6e
-Size (phpMyAdmin-2.11.7.1-all-languages.tar.bz2) = 3098663 bytes
+SHA1 (phpMyAdmin-2.11.8.1-all-languages.tar.bz2) = 5a2134c296b2a0a72c8aaee71a19060cfcde1ec9
+RMD160 (phpMyAdmin-2.11.8.1-all-languages.tar.bz2) = b348cad6216fdd8c302f03774f248fbe0a031a97
+Size (phpMyAdmin-2.11.8.1-all-languages.tar.bz2) = 3110388 bytes



Home | Main Index | Thread Index | Old Index