aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
* main/perl-net-dns-sec: moved from mainLeonardo Arena2017-06-271-43/+0
| | | | Needed by perl-net-dns
* community/nextcloud: move docs to separate subpackageJakub Jirutka2017-06-272-1/+79
| | | | And patch help page to use placeholder text when docs are not installed.
* community/nextcloud: replace bundled CA bundle with our ca-certificatesJakub Jirutka2017-06-271-3/+8
|
* community/nextcloud: file_sharing needs federatedfilesharingJakub Jirutka2017-06-271-2/+6
|
* community/nextcloud: move provisioning_api to base packageJakub Jirutka2017-06-271-3/+3
| | | | | | It seems that this "app" is essential, for example settings/admin/sharing doesn't work without it (changes are never saved).
* community/nextcloud: fix error in user_ldap w/ iconv ASCII//TRANSLITJakub Jirutka2017-06-262-1/+16
|
* community/nextcloud: fix installation of cron scriptJakub Jirutka2017-06-261-2/+2
|
* community/nextcloud: add missing makedep xmlstarletJakub Jirutka2017-06-261-1/+2
|
* community/fwsnort: update to 1.6.7 / add check()Stuart Cardall2017-06-261-21/+15
|
* community/calcurse: upgrade to 4.2.2Francesco Colista2017-06-261-4/+2
|
* community/gringo: upgrade to 4.5.3Francesco Colista2017-06-261-6/+2
|
* community/libteam: upgrade to 1.27Francesco Colista2017-06-261-11/+3
|
* community/knot: upgrade to 2.5.2Francesco Colista2017-06-261-3/+3
|
* community/py-websocket-client: upgrade to 0.44.0Francesco Colista2017-06-261-2/+2
|
* community/lapack: upgrade to 3.7.1Francesco Colista2017-06-261-4/+2
|
* community/py-xlsxwriter: upgrade to 0.9.7Francesco Colista2017-06-261-4/+2
|
* community/mkvtoolnix: upgrade to 13.0.0Francesco Colista2017-06-261-2/+2
|
* community/nextcloud: add missing checksumJakub Jirutka2017-06-251-0/+1
|
* community/nextcloud: disable integrity check as defaultJakub Jirutka2017-06-252-0/+16
| | | | | It's unnecessary, APK ensures integrity of all installed files, and problematic (we need to patch some files).
* community/nextcloud: add cron jobJakub Jirutka2017-06-252-0/+9
|
* community/nextcloud: improve default settingsJakub Jirutka2017-06-253-3/+11
|
* community/nextcloud: remove php7-opcache from -initscript's depsJakub Jirutka2017-06-251-1/+1
| | | | | Zend OPcache is only one of multiple options, someone may want to use Memcached or Redis instead of it.
* community/nextcloud: move almost all apps to subpackagesJakub Jirutka2017-06-253-83/+106
|
* community/nextcloud: remove -doc subpackageJakub Jirutka2017-06-251-4/+1
| | | | | | This documentation is part of the application, it's referenced in the NextCloud's web interface. Moreover NextCloud has some files consistency check that doesn't like when the documentation is missing.
* community/nextcloud: remove some garbageJakub Jirutka2017-06-251-0/+8
|
* community/nextcloud: remove updater and disable messing w/ htaccessJakub Jirutka2017-06-253-1/+54
|
* community/nextcloud: move bundled apps to /usr/shareJakub Jirutka2017-06-254-16/+57
| | | | | | | | | | | | It's totally wrong to install pkg's files into /var/lib and make them writable by webserver! Moreover when Nextcloud supports multiple app paths. So we use two apps locations: * /usr/share/webapps/nextcloud/apps - for apps installed by apk, * /var/lib/nextcloud/apps - for apps installed from AppStore. BTW Fedora uses the same approach.
* community/nextcloud: install config.sampleJakub Jirutka2017-06-251-3/+5
|
* community/nextcloud: create user/group for base pkgJakub Jirutka2017-06-253-9/+9
| | | | | It somehow doesn't work when user/group is created by pre-install script of subpackage - installed files have wrong GID.
* community/arpack: disable check() in ppc64le for nowRoberto Oliveira2017-06-241-3/+2
| | | | | | Tests from arpack are hanging on ppc64le with abuild but tests work when running manually (make check) and all tests pass. Disabling fakeroot for check didn't help. Disabling ppc64le tests for now.
* community/gomplate: upgrade to 1.9.1Dave Henderson2017-06-231-2/+2
| | | | Signed-off-by: Dave Henderson <dhenderson@gmail.com>
* community/duo_unix: upgrade to 1.10.0Paul Morgan2017-06-232-12/+3
| | | | | Remove libressl patch because it's in upstream duo_unix as of https://github.com/duosecurity/duo_unix/commit/c539ba7aa3ec064
* community/nextcloud: improve abuildJakub Jirutka2017-06-222-71/+66
|
* community/nextcloud: add missing deps php7-posix and php7-ldapJakub Jirutka2017-06-221-2/+2
|
* community/nextcloud: add subpkg -initscriptJakub Jirutka2017-06-225-3/+245
|
* community/py3-multidict: added check() functionFrancesco Colista2017-06-221-3/+8
|
* Revert "community/py3-multidict: upgrade to 3.0.0"Francesco Colista2017-06-221-2/+2
| | | | This reverts commit 4a9823cc10035fa48f0268989ada870a34763325.
* community/arpack: try to run check() on ppc64le w/o fakerootJakub Jirutka2017-06-221-0/+6
| | | | | | Tests from arpack are hanging on ppc64le with abuild but tests work when running manually (make check) and all tests pass. It can be an issue in fakeroot.
* community/openvas-manager: upgrade to 7.0.2, added check() functionFrancesco Colista2017-06-221-4/+9
|
* community/py-websocket-client: upgrade to 0.43.0Francesco Colista2017-06-221-2/+2
|
* community/py3-multidict: upgrade to 3.0.0Francesco Colista2017-06-221-2/+2
|
* community/arpack: enable build on ppc64leRoberto Oliveira2017-06-221-1/+1
| | | | Enable build on ppc64le as openblas is available.
* community/rust: build w/o external prebuilt rustc/cargoJakub Jirutka2017-06-221-40/+13
|
* community/webkit2gtk: more poking on armhfWilliam Pitcock2017-06-211-1/+1
|
* community/webkit2gtk: try to enable building on armhfWilliam Pitcock2017-06-211-1/+2
|
* community/jruby: upgrade to 9.1.12.0Jakub Jirutka2017-06-211-2/+2
|
* community/ttyd: upgrade to 1.3.3Jakub Jirutka2017-06-211-2/+2
|
* community/py-pyldap: upgrade to 2.4.36Jakub Jirutka2017-06-211-2/+2
|
* community/xterm: upgrade to 330Jakub Jirutka2017-06-211-2/+2
|
* community/binaryen: fix build on aarch64, armhf and ppc64leJakub Jirutka2017-06-212-2/+15
| | | | | This fix is just a temporary workaround! See https://github.com/WebAssembly/binaryen/issues/1059