Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649772 - sci-geosciences/mapserver - Include PHP 7.1+ support
Summary: sci-geosciences/mapserver - Include PHP 7.1+ support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: PHP-7-compat
  Show dependency tree
 
Reported: 2018-03-06 19:02 UTC by Brian Evans (RETIRED)
Modified: 2020-07-09 00:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2018-03-06 19:02:12 UTC
By the end of this year, 2018, PHP 5.6 and PHP 7.0 will likely be removed from the Gentoo repo for End-of-Life. Once the first security bug appears after upstream stops supporting a version, the slot will be up for removal.

There are several attempts upstream to accomplish this.  [1] goes and modifies the existing extension to be up-to-date. [2] and [3] use a different SWIG approach.

If PHP support is to be maintained, one of these options will have to be addressed.

[1] https://github.com/mapserver/mapserver/pull/5461
[2] http://mapserver.org/development/rfc/ms-rfc-117.html
[3] https://github.com/jmckenna/mapserver/tree/phpmapscript-swig
Comment 1 Brian Evans (RETIRED) gentoo-dev 2019-06-17 19:04:22 UTC
Upstream has released official support for PHP up to and including PHP 7.3.

Version 7.4.0 has the necessary support.

Please add this version at your convenience
Comment 2 Brian Evans (RETIRED) gentoo-dev 2019-12-02 19:45:31 UTC
Note: PHP support has been masked due to the scheduled removal of PHP 5.6
Comment 3 Larry the Git Cow gentoo-dev 2020-07-09 00:32:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c6a60dd2029db1fde5b5078d2647dc4daf1d55

commit 18c6a60dd2029db1fde5b5078d2647dc4daf1d55
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-07-06 11:25:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-07-09 00:32:26 +0000

    sci-geosciences/mapserver: security bump to 7.6.0
    
    Changes:
    * Bump to 7.6.0
    * Add PHP 7.x support, new module w/ multiple builds
    * Add Python 3.x, multiple builds
    * Drop old Proj compatibility workaround
    * Tidy up plenty of dependencies
    * Use sub-slot operator where appropriate
    * Use php-ext-source-r3's functions to simplify ebuild
    * Modernise as much as possible, bar EAPI 7 because
      of depend.apache.
    
    Bug: https://bugs.gentoo.org/688290
    Closes: https://bugs.gentoo.org/649772
    Closes: https://bugs.gentoo.org/659260
    Closes: https://bugs.gentoo.org/666054
    Closes: https://bugs.gentoo.org/729100
    Package-Manager: Portage-2.3.103, Repoman-2.3.22
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-geosciences/mapserver/Manifest               |   1 +
 sci-geosciences/mapserver/mapserver-7.6.0.ebuild | 289 +++++++++++++++++++++++
 sci-geosciences/mapserver/metadata.xml           |   6 +-
 3 files changed, 293 insertions(+), 3 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef90c0f7003884d74ae0141682258f73331e1307

commit ef90c0f7003884d74ae0141682258f73331e1307
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-07-06 11:26:58 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-07-09 00:32:30 +0000

    profiles/base/package.use.mask: unmask >=sci-geosciences/mapserver-7.6.0[php]
    
    Newer versions (>= 7.6.0) of mapserver support PHP 7.x.
    
    Bug: https://bugs.gentoo.org/649772
    Closes: https://github.com/gentoo/gentoo/pull/16617
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)