Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/roundcubemail: move to unmaintained with all dependencies | Andy Postnikov | 2019-12-18 | 1 | -38/+0 |
| | | | | Closes #10933 | ||||
* | community/roundcubemail: fix fixing of paths, remove ancient mess | Jakub Jirutka | 2018-07-27 | 1 | -10/+14 |
| | | | | | | | - These pre/post upgrade scripts has been added 8 years ago, so they are not needed anymore. - The pre-upgrade script is even not used. - The sed in prepare breaks config. | ||||
* | community/roundcubemail: adjust config default for tmp and log dirs | Leonardo Arena | 2018-01-16 | 1 | -1/+13 |
| | |||||
* | community/roundcubemail: upgrade to 1.3.4 | Leonardo Arena | 2018-01-16 | 1 | -11/+11 |
| | |||||
* | community/*: move php5 and dependent pkgs from main | Jakub Jirutka | 2017-03-28 | 1 | -0/+22 |
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. |