Update "phpmyadmin" package to version 2.6.4pl4. Changes since

version 2.6.4pl3:
- css/phpmyadmin.css.php: Do not use common header file, as there is
  nothing common at all.
- libraries/header_http.inc.php: Always send text/html content type.
- libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
  transformation_wrapper.php: Use define rather than variable for
  conditional paths.
This fixes the security vulnerability reported in PMASA-2005-6.
This commit is contained in:
tron 2005-11-21 13:47:42 +00:00
parent fd7082ab6c
commit 2ed31eca30
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.37 2005/10/30 12:54:35 tron Exp $
# $NetBSD: Makefile,v 1.38 2005/11/21 13:47:42 tron Exp $
DISTNAME= phpMyAdmin-${DIST_VERSION}
PKGNAME= phpmyadmin-${DIST_VERSION:S/-//}
@ -19,7 +19,7 @@ MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} PMCONFFILE=${PMCONFFILE} \
PMDIR=${PMDIR} EXDIR=${EXDIR}
CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php
DIST_VERSION= 2.6.4-pl3
DIST_VERSION= 2.6.4-pl4
DOC_FILES= CREDITS ChangeLog \
Documentation.txt INSTALL LICENSE README \
RELEASE-DATE-${DIST_VERSION} TODO

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2005/10/30 12:54:35 tron Exp $
$NetBSD: distinfo,v 1.16 2005/11/21 13:47:42 tron Exp $
SHA1 (phpMyAdmin-2.6.4-pl3.tar.bz2) = 03a720670d5025ef26b4c564adb2163f46ebde20
RMD160 (phpMyAdmin-2.6.4-pl3.tar.bz2) = 90cf92b16c9fdaa79727af858821059767096a1b
Size (phpMyAdmin-2.6.4-pl3.tar.bz2) = 1722662 bytes
SHA1 (phpMyAdmin-2.6.4-pl4.tar.bz2) = 08648cbbbeca1e4cb8487b54094d6c4655be08b1
RMD160 (phpMyAdmin-2.6.4-pl4.tar.bz2) = f8161534d953781d6f9f58f982cee8c10e56aa58
Size (phpMyAdmin-2.6.4-pl4.tar.bz2) = 1722973 bytes