Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2021 09:56:15 GMT
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78d17bbfd0d6 - main - databases/phpmyadmin5: Update to 5.1.1
Message-ID:  <202107070956.1679uFfF037030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78d17bbfd0d61ef182f88915b2dcd1f6e58affa4

commit 78d17bbfd0d61ef182f88915b2dcd1f6e58affa4
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2021-07-07 09:54:29 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2021-07-07 09:56:12 +0000

    databases/phpmyadmin5: Update to 5.1.1
    
    Changelog:
    We at the phpMyAdmin project are pleased to release phpMyAdmin 5.1.1, a bugfix release.
    
    There are many new bug fixes; a few highlights include:
    
        Fixes for several PHP errors
        Fixes for "$cfg['DefaultTabDatabase']" and other related configuration directives not working properly
        Fix Yaml export to quote strings even when they are numeric
        Fix TCPDF open_basedir issue due to internal guessing code from TCPDF
        Fix for quick search not working when using more than one configured server
        Fix datetime decimals displayed (.00000) after edit
        Fix new lines in text fields are doubled
        Fixed URL generation by removing un-needed &amp; escaping for & char
        Improvements for working with PHP 8.1
        Improved handling of adding a new user with the Percona database server
    
    There are, of course, many more fixes you can see in the ChangeLog file included with this release or online at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog
    
    Sponsored by:   Netzkommune GmbH
---
 databases/phpmyadmin5/Makefile | 2 +-
 databases/phpmyadmin5/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/databases/phpmyadmin5/Makefile b/databases/phpmyadmin5/Makefile
index 7ac023fedab6..81b746c59902 100644
--- a/databases/phpmyadmin5/Makefile
+++ b/databases/phpmyadmin5/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	phpMyAdmin
-DISTVERSION=	5.1.0
+DISTVERSION=	5.1.1
 CATEGORIES=	databases www
 MASTER_SITES=	https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
diff --git a/databases/phpmyadmin5/distinfo b/databases/phpmyadmin5/distinfo
index 3c7aa47cb969..6f62960993d7 100644
--- a/databases/phpmyadmin5/distinfo
+++ b/databases/phpmyadmin5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615134619
-SHA256 (phpMyAdmin-5.1.0-all-languages.tar.xz) = aa8ccf357f672012384df34e1c2bc70147476761c8458a0dad6233497e142c68
-SIZE (phpMyAdmin-5.1.0-all-languages.tar.xz) = 7902416
+TIMESTAMP = 1625647632
+SHA256 (phpMyAdmin-5.1.1-all-languages.tar.xz) = 1964d7190223c11e89fa1b7970c618e3a3bae2e859f5f60383f64c3848ef6921
+SIZE (phpMyAdmin-5.1.1-all-languages.tar.xz) = 7751820



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