Bug 234458

Summary: security/maia: PHP 5.6 is deprecated. Update to PHP 7.x dependencies
Product: Ports & Packages Reporter: Marcel Bischoff <marcel>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People CC: ek, pi
Priority: --- Keywords: needs-patch
Version: LatestFlags: bugzilla: maintainer-feedback? (ek)
Hardware: Any   
OS: Any   
URL: http://www.maiamailguard.com/maia/blog/TechnionFork
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232590
Bug Depends on: 234518    
Bug Blocks:    

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