Commit graph

329 commits

Author SHA1 Message Date
Jochen Neumeister
1b8f14c12b Updat to 4.9.7
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
2020-10-30 18:21:59 +00:00
Jochen Neumeister
ea11a4e47b Update to 4.9.5
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
2020-03-26 14:45:16 +00:00
Jochen Neumeister
7c0192761d Update to 4.9.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
2020-01-17 18:03:06 +00:00
Jochen Neumeister
82edc3da30 Add CONFLICTS_INSTALL=
Sponsored by:	Netzkommune GmbH
2019-12-29 12:50:28 +00:00
Jochen Neumeister
f4dd09a397 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
2019-12-28 23:56:07 +00:00
Jochen Neumeister
8ea3902316 Update to 4.9.2
Changelog: https://www.phpmyadmin.net/news/2019/11/22/phpmyadmin-492-released/

MFH:		2019Q4
Security:	ca3fe5b3-185e-11ea-9673-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-12-06 20:31:24 +00:00
Jochen Neumeister
986afdc6e0 Update to 4.9.1
Sponsored by:	Netzkommune GmbH
2019-09-30 06:11:46 +00:00
Mathieu Arnold
78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Jochen Neumeister
8a9a9dd58e Add LICENSE_FILE
Sponsored by:	Netzkommune GmbH
2019-06-15 12:43:48 +00:00
Matthew Seaman
e8bb65bf00 Hand over this port to joneum@FreeBSD.org 2019-06-15 08:16:42 +00:00
Matthew Seaman
4b99265652 Security update to 4.9.0.1
MFH:		2019Q2
Security:	a5681027-8e03-11e9-85f4-6805ca0b3d42
2019-06-14 06:49:45 +00:00
Matthew Seaman
a288fb10c5 Security update to 4.8.5
This fixes arbitrary file disclosure and sql injection vulnerabilities.

ChangeLog: https://www.phpmyadmin.net/files/4.8.5/

MFH:		2019Q1
Security:	111aefca-2213-11e9-9c8d-6805ca0b3d42
2019-01-27 09:27:21 +00:00
Matthew Seaman
e61f499ad6 Security update to 4.8.4
Addresses three security advisories: PMASA-2018-06, PMASA-2018-07,
PMASA-2018-08.

Also includes additional non-security related code updates.

ChangeLog:    https://www.phpmyadmin.net/files/4.8.4/

PR:		233953
MFH:		2018Q4
Security:	ed10ed3f-fddc-11e8-94cf-6805ca0b3d42
2018-12-12 07:24:04 +00:00
Matthew Seaman
e8bb7fade8 Update to 4.8.3; includes a security update for PMASA-2018-5
MFH:		2018Q3
Security:	9e205ef5-a649-11e8-b1f6-6805ca0b3d42
2018-08-22 22:22:16 +00:00
Matthew Seaman
0d3274953a Security update to 4.8.2
ChangeLog:	https://www.phpmyadmin.net/files/4.8.2/

MFH:		2018Q2
Security:	17cb6ff3-7670-11e8-8854-6805ca0b3d42
2018-06-22 23:44:13 +00:00
Matthew Seaman
13fc326e18 Update to 4.8.1
ChangeLog:	https://www.phpmyadmin.net/files/4.8.1/
2018-05-25 07:51:05 +00:00
Matthew Seaman
5bb623bf7f * Review port dependencies based on composer.json files included in
the source

  - Add hash as a required dependency [1]

  - Move xml from optional to required

  - Add curl, gmp, opcache and sodium as optional dependencies: all of
    these default to off.  sodium only works with php >= 7.2, but
    there is no mechanism for modifying options dependent on flavour
    settings at the moment.

  - Move mbstring from required to optional dependency: defaults to on

* Sort lists of options

* Remove references to the redundant 'OPTIONS_MULTI_DB_connect': this
  was a remnant from an earlier version of the port which allowed
  switching between the old 'mysql' and the current 'mysqli' modules.

* Add an empty %%WWWDIR%%/tmp directory to the plist: this is
  referenced in the configuration defaults [2].  Make this writable by
  the www group.

PR:		227803
Submitted by:	marko.cupac@mimar.rs [1]
Reported by:	marko.cupac@mimar.rs [2]
2018-04-28 11:24:17 +00:00
Matthew Seaman
414f7a8d27 Security Update to 4.8.0.1
Fixes: CSRF vulnerability allowing arbitrary SQL execution present in
4.8.0

Release Notes:  https://www.phpmyadmin.net/files/4.8.0.1/

MFH:		2018Q2
Security:	ac7da39b-4405-11e8-afbe-6805ca0b3d42
2018-04-19 19:20:40 +00:00
Matthew Seaman
73e4c3e15f Upgrade to 4.8.0
ChangeLog: https://www.phpmyadmin.net/files/4.8.0/
2018-04-08 10:54:05 +00:00
Mathieu Arnold
8d91fc67d5 Add PHP flavors to phpMyAdmin.
Approved by:	matthew
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14970
2018-04-05 13:16:25 +00:00
Matthew Seaman
947798a65f Update to 4.7.9
Release Notes: https://www.phpmyadmin.net/files/4.7.9/
2018-03-06 07:32:34 +00:00
Matthew Seaman
fa6b538abb Security update to 4.7.8
Advisory: https://www.phpmyadmin.net/security/PMASA-2018-1/
ChangeLog: https://www.phpmyadmin.net/files/4.7.8/

MFH:		2018Q1
Security:	261ca31c-179f-11e8-b8b9-6805ca0b3d42
2018-02-22 07:19:39 +00:00
Matthew Seaman
6cd6e75770 Security Upate to 4.7.7
This includes a fix for a critical XSRF/CSRF security bug.

ChangeLog: https://www.phpmyadmin.net/files/4.7.7/

MFH:		2017Q4
Security:	63eb2b11-e802-11e7-a58c-6805ca0b3d42
2017-12-23 19:33:01 +00:00
Matthew Seaman
291a06448f Upgrade to 4.7.6
Release notes: https://www.phpmyadmin.net/files/4.7.6/
2017-12-01 07:06:55 +00:00
Matthew Seaman
ded7e7e79b Update to 4.7.5
Chagenlog:	https://www.phpmyadmin.net/files/4.7.5/
2017-10-23 21:48:51 +00:00
Matthew Seaman
2cf209ef90 Drop the MCRYPT option. MCRYPT has been deprecated by upstream PHP
and the mcrypt project itself is abandonware.

PR:		222290
Reported by:	olivierw1+bugzilla-freebsd@hotmail.com
2017-09-13 21:15:27 +00:00
Matthew Seaman
39cd12d5aa Update to 4.7.4
ChangeLog:	https://www.phpmyadmin.net/files/4.7.4/
2017-08-24 21:34:14 +00:00
Matthew Seaman
585cd7c8fb Update URL -- http redirects to https 2017-08-01 15:53:00 +00:00
Matthew Seaman
aa430690d4 Update to 4.7.3
This is a routine maintenance release.

ChangeLog: https://www.phpmyadmin.net/files/4.7.3/
2017-07-21 17:32:58 +00:00
Matthew Seaman
38b64349d9 Update to 4.7.2
ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_7_2/ChangeLog
2017-06-30 07:12:54 +00:00
Matthew Seaman
b053a55ab3 Upgrade to 4.7.1
ChangeLog: https://www.phpmyadmin.net/files/4.7.1/
2017-05-27 10:48:24 +00:00
Matthew Seaman
efc6a75775 Security Update to 4.7.0
As well as being the first stable release from the 4.7 branch, this
includes fixes for PMASA-2017-8 where it can be possible to bypass a
configuration restriction forbidding password-less accounts.  This
depends on the upstream PHP version -- sites using php-7 are not
vulnerable, sites using php-5.6 are.

ChangeLog:	https://www.phpmyadmin.net/files/4.7.0/

MFH:		2017Q1
Security:	68611303-149e-11e7-b9bb-6805ca0b3d42
2017-03-29 16:55:12 +00:00
Matthew Seaman
df6a9f0f03 Update to 4.6.6
This includes a number of security fixes

MFH:		2017Q1
Security:	7721562b-e20a-11e6-b2e2-6805ca0b3d42
2017-01-24 12:15:42 +00:00
Matthew Seaman
558f3e2d00 Update to 4.6.5.2
ChangeLog:	https://www.phpmyadmin.net/files/4.6.5.2/
2016-12-06 08:16:50 +00:00
Matthew Seaman
9c8c9cf763 Update to 4.6.5.1
ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog

PR:		214905
2016-11-28 20:24:36 +00:00
Matthew Seaman
b4bf24d419 Security Update to 4.6.5
This update includes fixes for 14 security issues, as well as ordinary
bug fixes and improvements.

ChangeLog:    https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog

MFH:		2016Q4
Security:	6fe72178-b2e3-11e6-8b2a-6805ca0b3d42
2016-11-25 08:19:42 +00:00
Rene Ladan
4a577e2d5d Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
2016-10-24 19:39:05 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Matthew Seaman
4c75a7d5b4 Fix build -- the shebang files have been removed[1].
Placate portlint

Reported by:	Walter Schwarzenfeld [1]
2016-08-17 13:10:27 +00:00
Matthew Seaman
ee79a89f14 Security update to 4.6.4
This includes 26 security advisories of various severities up to
'critical', as well as bug-fix updates.

ChangeLog:  https://www.phpmyadmin.net/files/4.6.4/

MFH:		2016Q3
Security:	ef70b201-645d-11e6-9cdc-6805ca0b3d42
2016-08-17 11:05:42 +00:00
Matthew Seaman
352365dbbb Security update to 4.6.3
See:  PMSA-2016-19 -- PMSA-2016-28 inclusive
https://www.phpmyadmin.net/security/

vuXML to follow

MFH:		2016Q2
2016-06-23 07:28:35 +00:00
Matthew Seaman
0cb12deae6 Security update to 4.6.2
ChangeLog:	https://www.phpmyadmin.net/files/4.6.2/

MFH:		2016Q2
Security:	00ec1be1-22bb-11e6-9ead-6805ca0b3d42
2016-05-25 21:10:39 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Matthew Seaman
fc317575d6 Update to 4.6.1
This is a routine bug-fix update.

ChangeLog:	  https://www.phpmyadmin.net/files/4.6.1/
2016-05-03 07:27:13 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Matthew Seaman
7660fb8453 Update to 4.6.0
ChangeLog:	https://www.phpmyadmin.net/files/4.6.0/
2016-03-22 21:14:56 +00:00
Matthew Seaman
b62dc760ab Security Update to 4.5.5.1
Multiple XSS vulnerabilities and a man-in-the-middle attack against
API calls to GitHub.

MFH:		2016Q1
Security:	f682a506-df7c-11e5-81e4-6805ca0b3d42
2016-03-01 07:32:16 +00:00
Matthew Seaman
e8318643e9 Update to 4.5.5
This is a routine maintenance update.

ChangeLog:	https://www.phpmyadmin.net/files/4.5.5/
2016-02-23 08:15:15 +00:00
Matthew Seaman
a4cffb9972 Update to 4.5.4.1
This is actually pretty much a no-op on FreeBSD: we're using the
bundled verion of phpseclib, and the regrssion fix does not apply to
the 4.5.x branch.

ChangeLog:    https://www.phpmyadmin.net/files/4.5.4.1/
2016-01-29 16:26:41 +00:00
Matthew Seaman
569198a034 Security Update to 4.5.4
This is a combination of feature- and security- updates.  The PMA
project has not yet published the relevant advisories, so there is
very little information available about what the vulnerabilities are
and what versions they affect.  PMSA-2016-1 to PMSA-2016-9 are
expected to be available at https://www.phpmyadmin.net/security/
shortly.

  [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1
  [Security] Unsafe generation of CSRF token, see PMASA-2016-2
  [Security] Multiple XSS vulnerabilities, see PMASA-2016-3
  [Security] Insecure password generation in JavaScript, see PMASA-2016-4
  [Security] Unsafe comparison of CSRF token, see PMASA-2016-5
  [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6
  [Security] XSS vulnerability in normalization page, see PMASA-2016-7
  [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8
  [Security] XSS vulnerability in SQL editor, see PMASA-2016-9

VuXML entries to follow once the advisories are available.

ChangeLog:	https://www.phpmyadmin.net/files/4.5.4/
MFH:		2016Q1
Security:	https://www.phpmyadmin.net/security/PMASA-2016-1/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-2/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-3/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-4/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-5/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-6/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-7/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-8/
Security:	https://www.phpmyadmin.net/security/PMASA-2016-9/
2016-01-28 07:37:59 +00:00