aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud
Commit message (Collapse)AuthorAgeFilesLines
* community/nextcloud: fix dependenciesShiz2017-05-141-7/+7
| | | | | | | According to https://github.com/nextcloud/server/blob/v11.0.3/lib/private/DB/ConnectionFactory.php, pdo_sqlite and pdo_pgsql are very much needed for their respective databses. Furthermore, additional dependencies are detailed here: https://github.com/nextcloud/server/blob/v11.0.3/lib/private/legacy/util.php#L739
* community/nextcloud: update dependsLeonardo Arena2017-05-101-8/+6
| | | | Adapted from http://patchwork.alpinelinux.org/patch/3407/
* community/nextcloud: add logrotate supportLeonardo Arena2017-05-082-2/+11
|
* community/nextcloud: depends fixLeonardo Arena2017-05-031-3/+3
|
* community/nextcloud: upgrade to 11.0.3Leonardo Arena2017-04-241-3/+3
|
* community/nextcloud: use php7Leonardo Arena2017-04-031-2/+2
|
* community/*: move php5 and dependent pkgs from mainJakub Jirutka2017-03-283-0/+178
There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka.