svn commit: r305555 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Tue Oct 9 06:28:55 UTC 2012


Author: matthew
Date: Mon Oct  8 20:00:29 2012
New Revision: 305555
URL: http://svn.freebsd.org/changeset/ports/305555

Log:
  Update to 3.5.3, including minor security updates.
  
  - This is a fast-reaction patch; security advisory details to follow.
  
  From the advisory notice:
  
    Welcome to phpMyAdmin 3.5.3, a bugfix release with minor security fixes
    (refer to the upcoming PMASA-2012-6 and PMASA-2012-7 for more details).
  
    phpMyAdmin no longer contains the Highcharts library (which caused a
    licensing problem).
  
    Details will appear on http://phpmyadmin.net. In a hurry? you can visit
    http://sourceforge.net/projects/phpmyadmin to download.
  
  - ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.3/phpMyAdmin-3.5.3-notes.html/view
  - Trim Makefile headers

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

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Mon Oct  8 19:50:49 2012	(r305554)
+++ head/databases/phpmyadmin/Makefile	Mon Oct  8 20:00:29 2012	(r305555)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: phpMyAdmin
-# Date created:		19 Jan 2001
-# Whom:			nbm
-#
+# Created by: nbm
 # $FreeBSD$
-#
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	3.5.2.2
+DISTVERSION=	3.5.3
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages

Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo	Mon Oct  8 19:50:49 2012	(r305554)
+++ head/databases/phpmyadmin/distinfo	Mon Oct  8 20:00:29 2012	(r305555)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-3.5.2.2-all-languages.tar.xz) = d02de081c522d3026f4a8418538f7ff05adf280afa404851a5f7f4ef895b4a7d
-SIZE (phpMyAdmin-3.5.2.2-all-languages.tar.xz) = 3654332
+SHA256 (phpMyAdmin-3.5.3-all-languages.tar.xz) = 4d2573d2cad3abc67997361ee3d5bf05cf2c3c6b8fb1b2c611030d32ec0db826
+SIZE (phpMyAdmin-3.5.3-all-languages.tar.xz) = 3663564



More information about the svn-ports-all mailing list