From owner-dev-commits-ports-all@freebsd.org Wed Jul 7 09:56:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D0F9652A06; Wed, 7 Jul 2021 09:56:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GKZZ728j5z4V2Z; Wed, 7 Jul 2021 09:56:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E73F2D2F; Wed, 7 Jul 2021 09:56:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1679uFlu037031; Wed, 7 Jul 2021 09:56:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1679uFfF037030; Wed, 7 Jul 2021 09:56:15 GMT (envelope-from git) Date: Wed, 7 Jul 2021 09:56:15 GMT Message-Id: <202107070956.1679uFfF037030@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jochen Neumeister Subject: git: 78d17bbfd0d6 - main - databases/phpmyadmin5: Update to 5.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: joneum X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 78d17bbfd0d61ef182f88915b2dcd1f6e58affa4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2021 09:56:15 -0000 The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=78d17bbfd0d61ef182f88915b2dcd1f6e58affa4 commit 78d17bbfd0d61ef182f88915b2dcd1f6e58affa4 Author: Jochen Neumeister AuthorDate: 2021-07-07 09:54:29 +0000 Commit: Jochen Neumeister 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 & 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