Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 23:56:07 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521249 - head/databases/phpmyadmin
Message-ID:  <201912282356.xBSNu7CE037025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sat Dec 28 23:56:07 2019
New Revision: 521249
URL: https://svnweb.freebsd.org/changeset/ports/521249

Log:
  Update to 4.9.3
  
  Welcome to phpMyAdmin 4.9.3, a routine bugfix release. This release is occurring simultaneously with the release of phpMyAdmin 5.0.0, which is our recommended version except for users with older PHP installations.
  
  This is planned as the final bugfix release of phpMyAdmin version 4. Version 4 works with PHP versions 5.5 through (at least) 7.4, and MySQL versions 5.5 and newer (and the corresponding MariaDB versions). Version 5 will require PHP 7.1 or newer, but we plan to maintain security fixes for version 4 as part of our LTS program. For end of life details and supported versions, please see the "Supported versions" grid at https://www.phpmyadmin.net/downloads/.
  
  This release includes fixes for many bugs, including:
  
   - Several PHP notices and warnings including "Undefined index table_create_time," a notice about error_reporting() being disabled for security reasons, and several Undefined Index errors.
   - Support CloudFront-Forwarded-Proto header for Amazon CloudFront proxy
   - Early compatibility with development versions of PHP 8
   - Fix replication actions (start, stop, etc)
  
  There are many, many more bug fixes thanks to the efforts of our developers and other contributors. For full details, you can see the ChangeLog file included with this release.
  
  The phpMyAdmin team
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/databases/phpmyadmin/Makefile
  head/databases/phpmyadmin/distinfo

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Sat Dec 28 23:45:35 2019	(r521248)
+++ head/databases/phpmyadmin/Makefile	Sat Dec 28 23:56:07 2019	(r521249)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	4.9.2
+DISTVERSION=	4.9.3
 CATEGORIES=	databases www
 MASTER_SITES=	https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages

Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo	Sat Dec 28 23:45:35 2019	(r521248)
+++ head/databases/phpmyadmin/distinfo	Sat Dec 28 23:56:07 2019	(r521249)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575663265
-SHA256 (phpMyAdmin-4.9.2-all-languages.tar.xz) = 3bc3e37fefbdfcaf12fd59d6d7fdbf11ffcffe3e211155bf5b822b54a3c2043e
-SIZE (phpMyAdmin-4.9.2-all-languages.tar.xz) = 6118472
+TIMESTAMP = 1577576351
+SHA256 (phpMyAdmin-4.9.3-all-languages.tar.xz) = b7178fefbbb373af8c9586d0f6f70ee9994301723dd3160204078dcbe4d8fa6b
+SIZE (phpMyAdmin-4.9.3-all-languages.tar.xz) = 6136280



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912282356.xBSNu7CE037025>