svn commit: r301994 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Sat Aug 4 05:33:59 UTC 2012


Author: matthew
Date: Sat Aug  4 05:33:58 2012
New Revision: 301994
URL: http://svn.freebsd.org/changeset/ports/301994

Log:
  - Security update to 3.5.2.1
  - ChangeLog:
  
  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2.1/phpMyAdmin-3.5.2.1-notes.html/view
  
  - SecurityAdvisory (to be published, eventually) PMSA-2012-3
  
  http://www.phpmyadmin.net/home_page/security/PMASA-2012-3.php
  
  This fixes a local path disclosure vulnerability.  Unfortunately only
  the security patches are available now.  Supporting documentation, CVE
  references etc. are yet to be published.  VuXML will be updated once
  that is available.

Modified:
  head/databases/phpmyadmin/Makefile   (contents, props changed)
  head/databases/phpmyadmin/distinfo   (contents, props changed)

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Sat Aug  4 05:20:27 2012	(r301993)
+++ head/databases/phpmyadmin/Makefile	Sat Aug  4 05:33:58 2012	(r301994)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	3.5.2
+DISTVERSION=	3.5.2.1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages

Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo	Sat Aug  4 05:20:27 2012	(r301993)
+++ head/databases/phpmyadmin/distinfo	Sat Aug  4 05:33:58 2012	(r301994)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-3.5.2-all-languages.tar.xz) = da0ad60553626c329425033716e29fec9befe544a83ee2c4b3d106600df24774
-SIZE (phpMyAdmin-3.5.2-all-languages.tar.xz) = 3653780
+SHA256 (phpMyAdmin-3.5.2.1-all-languages.tar.xz) = 48ee919d39ecf575de6f43ac21d1ed63cbfd5a3d53b2b2ba898773cd3b7706e2
+SIZE (phpMyAdmin-3.5.2.1-all-languages.tar.xz) = 3654120



More information about the svn-ports-all mailing list