aboutsummaryrefslogtreecommitdiff
path: root/databases/phpmyadmin5
Commit message (Collapse)AuthorAgeFilesLines
* databases/phpmyadmin5: Update to 5.2.3Christos Chatzaras2025-11-092-4/+4
| | | | | | | Changelog: https://www.phpmyadmin.net/news/2025/10/8/phpmyadmin-523-is-released/ PR: 290349 Sponsored by: Netzkommune GmbH
* databases/phpmyadmin5: Update to 5.2.2Christos Chatzaras2025-05-012-5/+5
| | | | | | | Changelog: https://www.phpmyadmin.net/files/5.2.2/ PR: 286211 Sponsored by: Netzkommune GmbH
* */*: Remove merged or non-existent USE_PHP directivesMuhammad Moinur Rahman2023-04-161-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove USE_PHP=hash which is available in default php installation of all versions of php * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH - Remove USE_PHP=json which is available in default php installation of all versions of php * devel/pear-PHPTAL: Remove OPTION JSON * www/ilias: Remove OPTION SCORM2004 - Remove USE_PHP=mssql which is no longer available in php from php80 and later and has been replaced with sqlsrv module which is Windows only * www/codeigniter: Remove OPTION MSSQL * www/moodle311: Remove OPTION MSSQL * www/moodle39: Remove OPTION MSSQL * www/moodle40: Remove OPTION MSSQL * www/moodle41: Remove OPTION MSSQL - Remove USE_PHP=openssl which is available in default php installation of all versions of php * databases/phpmyadmin: Remove OPTION OPENSSL * databases/phpmyadmin5: Remove OPTION OPENSSL * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL * www/nextcloud: Remove OPTION SSL * www/owncloud: Remove OPTION SSL - Remove USE_PHP=pcre which is available in default php installation of all versions of php * sysutils/racktables: Remove OPTION PCRE - Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update following ports * www/typo3-11 * www/typo3-12 - Remove USE_PHP=pdf which is no longer available as php module * databases/phpmyadmin: Remove OPTION PDF - Remove USE_PHP=spl which is available in default php installation of all versions of php - Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is Windows only php module * www/typo3-11: Remove OPTION SQLSRV * www/typo3-12: Remove OPTION SQLSRV - Bump where DEFAULT OPTIONS are affected Sponsored by: Bounce Experts Approved by: portmgr(blanket)
* databases/phpmyadmin5: Update to 5.2.1Florian Smeets2023-03-162-4/+4
| | | | | | | PR: 269421 Approved by: maintainer MFH: 2023Q1 Security: 72583cb3-a7f9-11ed-bd9e-589cfc0f81b0
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Fix CONFLICTS_INSTALL in the databases categoryStefan Eßer2022-06-291-1/+1
| | | | Approved by: portmgr (implicit)
* databases/phpmyadmin*: Remove message for apache-2.2Wen Heping2022-06-181-18/+3
| | | | Approved by: maintainer(via email)
* databases/phpmyadmin5: Update to 5.2.0Jochen Neumeister2022-05-212-4/+4
| | | | | | | | | | | | | | | | | | | | | Changelog: Welcome to the release of phpMyAdmin version 5.2.0. This release contains many new features and quite a few bug fixes. We are simultaneously releasing phpMyAdmin 5.1.4, which is the last release of the 5.1 line and is mostly intended to help downstream packaging teams. Most users should migrate to 5.2.0. Most notably, these releases resolve a networking error when exporting a file (https://github.com/phpmyadmin/phpmyadmin/issues/17445). Some other highlights of 5.2.0 include: Removed support for Microsoft Internet Explorer Requires PHP 7.2 or newer Requires the openssl PHP extension Improved handling of system CA bundle and cacert.pem, falling back to Mozilla CA if needed Replace "master/slave" terms with "primary/replica" Add "NOT LIKE %...%" operator to Table search Add support for the Mroonga engine Add support for account locking Several fixes and improvements to the SQL parser library Sponsored by: Netzkommune GmbH
* databases/phpmyadmin5: Update to 5.1.3Jochen Neumeister2022-02-262-4/+4
| | | | | | | | | | | | | | | | Changelog: The phpMyAdmin team announces the release of versions 4.9.10 and 5.1.3. These versions primarily address a regression that caused the navigation pane to not function correctly when multiple pages of tables were shown. Version 5.1.3 includes a security hardening improvement. The issue, reported by Rafael Pedrero, could allow users to cause an error that would reveal the path on disk where phpMyAdmin is running from. We believe this requires the server to be running with display_errors on, which is not the recommended setting for a production environment. Version 5.1.3 includes a few other minor bug fixes and is recommended for all users. Note that version 4.9 is in extended security support only. Version 5.2.0 is in final testing and is expected to replace the 5.1 branch in the coming week or weeks, with no changes to required versions of PHP or database server. For the phpMyAdmin team, Isaac Sponsored by: Netzkommune GmbH
* databases/phpmyadmin5: Update to 5.1.2Jochen Neumeister2022-02-022-4/+4
| | | | | | | Changelog: https://www.phpmyadmin.net/files/5.1.2/ PR: 261499 Sponsored by: Netzkommune GmbH
* databases/phpmyadmin*: add iconvJochen Neumeister2021-09-031-1/+1
| | | | | | | "Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: iconv" PR: 254485 Sponsored by: Netzkommune GmbH
* databases/phpmyadmin5: Update to 5.1.1Jochen Neumeister2021-07-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 5.1.0Jochen Neumeister2021-03-072-4/+4
| | | | | | | | | | Changelog: https://www.phpmyadmin.net/news/2021/2/24/phpmyadmin-510-released/ MFH: 2021Q1 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=567591
* databases/phpmyadmin*: unbreak build with php80Dima Panov2020-12-281-1/+5
| | | | | | | | | | | | Drop abandonware pecl-pdflib dependency with php80 PHP80 was introduced more than two month ago, maintainer had more than enough time to react and fix the port With hat: ports-secteam Notes: svn path=/head/; revision=559495
* Update to 5.0.4Jochen Neumeister2020-10-292-4/+4
| | | | | | | | | | | Changelogs: - https://www.phpmyadmin.net/news/2020/10/10/phpmyadmin-496-and-503-are-released/ - https://www.phpmyadmin.net/news/2020/10/15/phpmyadmin-497-and-504-are-released/ Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=553610
* Add xmlwriter for USE_PHP: this fix a Problem with 2FAJochen Neumeister2020-07-091-1/+1
| | | | | | | | | PR: 247134 Reported by: epopen@gmail.com Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=541743
* Update to 5.0.2Jochen Neumeister2020-03-262-4/+4
| | | | | | | | | | | Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/ MFH: 2020Q1 Security: 97fcc60a-6ec0-11ea-a84a-4c72b94353b5 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=529192
* Update to 5.0.1Jochen Neumeister2020-01-172-4/+4
| | | | | | | | | | | Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/ MFH: 2020Q1 Security: f929b172-369e-11ea-9cdb-001b217b3468 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=523345
* Add CONFLICTS_INSTALL=Jochen Neumeister2019-12-291-0/+2
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=521296
* Welcome phpmyadmin5Jochen Neumeister2019-12-296-0/+200
Changelog: https://www.phpmyadmin.net/news/2019/12/26/phpmyadmin-500-released/ Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=521250