Bug 234458 - security/maia: PHP 5.6 is deprecated. Update to PHP 7.x dependencies
Summary: security/maia: PHP 5.6 is deprecated. Update to PHP 7.x dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL: http://www.maiamailguard.com/maia/blo...
Keywords: needs-patch
Depends on: 234518
Blocks:
  Show dependency treegraph
 
Reported: 2018-12-28 11:40 UTC by Marcel Bischoff
Modified: 2019-01-04 02:28 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (ek)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Bischoff 2018-12-28 11:40:00 UTC
Maia still runs on PHP 5.6, which is both old and as of December 31st 2018 (in two days from today) will be officially deprecated: https://secure.php.net/supported-versions.php

There is both a current fork (https://github.com/technion/maia_mailguard) and an updated version 1.0.4-1 (https://www.purplehat.org/downloads/maia/) available. The official Maia website (http://www.maiamailguard.com/maia/blog/TechnionFork) states about the fork: "Think of it as an "unofficial 1.0.4"; until such time as a 2.0 is released, this is the version you'll want to use." The fork appears to run fine with newer PHP versions.

databases/pear-MDB2_Driver_mysql is already marked IGNORE for PHP 5.6 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232590 tries to solve this with a stopgap measure. Overall, this port needs to be updated with current PHP 7.x dependencies.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-03 20:45:36 UTC
Fixed by committing the change in PR#234518
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2019-01-04 02:28:55 UTC
Assign to committer that resolved