Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911384 - www-apps/nextcloud: allow php:8.2 for nextcloud >= 27.0.0
Summary: www-apps/nextcloud: allow php:8.2 for nextcloud >= 27.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL: https://docs.nextcloud.com/server/27/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-28 08:25 UTC by Timo Gurr
Modified: 2023-08-16 21:45 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 Timo Gurr 2023-07-28 08:25:21 UTC
Currently the ebuild forces <dev-lang/php-8.2 on nextcloud >= 27.0.0 despite that according to the official system requirements they state that PHP 8.2 is the recommended PHP Runtime version for 27:
https://docs.nextcloud.com/server/27/admin_manual/installation/system_requirements.html.

Reproducible: Always

Steps to Reproduce:
1. Install php:8.2
2. Install nextcloud >= 27.0.0
Actual Results:  
See nextcloud forcing the install of php < 8.2

Expected Results:  
Also allow php :8.2
Comment 1 Bernard Cafarelli gentoo-dev 2023-08-16 21:41:05 UTC
Thanks for the report! I will add this to 27.x version bump
Comment 2 Larry the Git Cow gentoo-dev 2023-08-16 21:45:37 UTC
The bug has been closed via the following commit(s):

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

commit 815eee2b6a78ff13eb5cf7153cecb51e17b1203a
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2023-08-16 21:44:49 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2023-08-16 21:45:35 +0000

    www-apps/nextcloud: add 25.0.10, 26.0.5, 27.0.2
    
    Also allow php 8.2 for 27.x branch
    
    Closes: https://bugs.gentoo.org/911384
    Closes: https://bugs.gentoo.org/912157
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 www-apps/nextcloud/Manifest                 |  3 ++
 www-apps/nextcloud/nextcloud-25.0.10.ebuild | 43 +++++++++++++++++++++++++++++
 www-apps/nextcloud/nextcloud-26.0.5.ebuild  | 43 +++++++++++++++++++++++++++++
 www-apps/nextcloud/nextcloud-27.0.2.ebuild  | 43 +++++++++++++++++++++++++++++
 4 files changed, 132 insertions(+)