aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/perl-dist-checkconflicts: remove, is in main/Leo2019-05-201-46/+0
|
* community/perl-data-optlist: remove, is in main/Leo2019-05-201-46/+0
|
* community/perl-sub-exporter: remove, is in main/Leo2019-05-201-44/+0
|
* community/perl-cpan-meta-check: remove, is in main/Leo2019-05-201-45/+0
|
* community/qt5-qtkeychain: upgrade to 0.9.1Rasmus Thomsen2019-05-201-11/+15
| | | | | | * Modernize APKBUILD * Enable libsecret support * Don't use /usr/lib as libexec
* community/qpdf: upgrade to 8.4.2Keith Maxwell2019-05-201-9/+4
| | | | Closes: GH-7106
* community/qpdf: move from mainKeith Maxwell2019-05-201-0/+68
| | | | Closes: GH-7106
* community/cups-filters: move from mainKeith Maxwell2019-05-201-0/+73
| | | | Closes: GH-7106
* community/brlaser: move from mainKeith Maxwell2019-05-202-0/+74
| | | | Closes: GH-7106
* community/perl-mojolicious: upgrade to 8.16Francesco Colista2019-05-201-2/+2
|
* community/docker-py: upgrade to 4.0.1Francesco Colista2019-05-201-3/+3
|
* community/opencpn: fix issue with cmake 3.14.0+TBK2019-05-193-6/+62
|
* community/libreoffice: fix src urlsTBK2019-05-191-5/+5
|
* community/libdwarf: fix homepage urlLeo2019-05-191-2/+2
|
* community/py-setuptools_scm: upgrade to 3.3.3Dmitry Romanenko2019-05-191-3/+3
|
* community/img2pdf,ocrmypdf: disable on s390x due to pillow test errorTuan Hoang2019-05-192-2/+2
| | | | | See aport commit b65c2c0c9a5606eabd0361fa4e03c981bd0f17be https://gitlab.mister-muffin.de/josch/img2pdf/issues/62
* community/gns3-gui: upgrade to 2.1.17Francesco Colista2019-05-181-3/+3
|
* community/gns3-server: upgrade to 2.1.17Francesco Colista2019-05-181-3/+3
|
* community/mkvtoolnix: upgrade to 34.0.0Francesco Colista2019-05-181-2/+2
|
* community/qt5-qtwebscript: upgrade to 5.12.3Kevin Daudt2019-05-181-2/+2
| | | | | | | | | Version 5.12.1 used code that is no longer accepted in GCC 8.3. Upstream fixed that issue in 5.12.2. See [this commit][0] for more information. [0]: https://code.qt.io/cgit/qt/qtscript.git/commit/?id=97ec1d1882a83c23c91f0f7daea48e05858d8c32
* community/rethinkdb: fix tribool errs with explicit cast and re=enable ↵Mike Sullivan2019-05-181-3/+3
| | | | ppc64le and bump pkgrel to 10
* community/scapy: regenerate checksumsKevin Daudt2019-05-171-2/+2
| | | | | | | | | | | | | | | Upstream recreted the archive, changing it's hash. Diff: ```diff diff -rU0 1135075/scapy/__init__.py scapy-2.4.2/scapy/__init__.py --- 1135075/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100 +++ scapy-2.4.2/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100 @@ -82 +82 @@ - git_archive_id = 'bad14cb1a (HEAD -> master, tag: v2.4.2)' + git_archive_id = 'bad14cb1a (tag: v2.4.2)' ```
* community/lua-copas: skip broken testKevin Daudt2019-05-172-2/+24
| | | | | | | | The test verified that a http -> http redirect works. The service they used (goo.gl), started to redirect to https first, so the result is (http -> https -> http), which the library does not allow. Skip this test for now.
* community/hugo: upgrade to 0.55.5 and fix up failing testMike Sullivan2019-05-172-29/+27
| | | | Closes GH-7912
* community/nbd: fix segfault during testsKevin Daudt2019-05-172-2/+19
| | | | | | | | nbd calls freeaddrinfo on a variable that might not have been initialized. This causes segfaults for inetd and unix mode. This was caught by the test suite. Closes GH-7913
* community/flawfinder: upgrade to 2.0.8Henrik Riomar2019-05-171-3/+3
|
* community/nextcloud-client: upgrade to 2.5.2Leonardo Arena2019-05-171-3/+3
|
* community/rethinkdb: disable for ppc64leLeonardo Arena2019-05-171-1/+1
| | | | | | src/clustering/administration/auth/permissions.cc: In member function 'ql::datum_t auth::permissions_t::to_datum() const': src/clustering/administration/auth/permissions.cc:155:52: error: no matching function for call to 'ql::datum_t::boolean(boost::logic::tribool)' read, ql::datum_t::boolean(get_read()));
* community/py3-openzwave: depend on cython instead of py-cythonSören Tempel2019-05-171-2/+2
|
* community/py-msgpack: depend on cython instead of py-cythonSören Tempel2019-05-171-2/+3
|
* community/libplist: fix buildSören Tempel2019-05-161-1/+1
| | | | | | cython binary was moved to the py3 subpackage, the py2 subpackage only provides a cython2 binary. Specify the name of this binary to fix the build with py2-cython.
* community/radare2: upgrade to 3.5.0Sören Tempel2019-05-161-3/+3
| | | | | | Fixes parallel builds. See: https://github.com/radare/radare2/issues/13765
* community/nextcloud: upgrade to 16.0.1Leonardo Arena2019-05-161-3/+3
|
* community/nx-libs: upgrade to 3.5.99.20Francesco Colista2019-05-153-47/+10
|
* community/gccmakedep: new aport, new depends of nx-libsFrancesco Colista2019-05-151-0/+33
|
* community/iwd: disable build on s390xMilan P. Stanić2019-05-151-1/+1
| | | | test fail on s390x
* community/py2-functools32: set correct version number according with other ↵Francesco Colista2019-05-151-5/+3
| | | | distro
* community/perl-test-postgresql: upgrade to 1.27Francesco Colista2019-05-151-13/+14
|
* community/geany-plugins: upgrade to 1.35Kevin Daudt2019-05-151-2/+2
|
* community/geany-plygins: disable pluginsKevin Daudt2019-05-151-5/+9
| | | | | | | | | | | | | The following plugins are not being built because the rely on GTK+2.0, while geany depends on GTK+3.0: - geanypy - multiterm - scope Disable the subpackages for now. Closes GH-7883
* unmaintained/corebird: moved from communityFrancesco Colista2019-05-152-59/+0
|
* community/py-jsonschema: Add depends for pyrsistent and attrsSimon Frankenberger2019-05-151-1/+5
|
* ruby-mathematical: reenableKevin Daudt2019-05-151-1/+1
| | | | ruby-enum has been fixed.
* community/ruby-enum: remove redundant checkdependKevin Daudt2019-05-151-1/+1
|
* community/ruby-i18n: add missing json dependencyKevin Daudt2019-05-151-2/+2
|
* community/chromium: replace libelf-dev dependencyKevin Daudt2019-05-141-1/+1
| | | | | | | libelf has been replaced by elfutils. Update the dependency. See: f132727c38 (main/libelf: purge. replaced by elfutils, 2019-05-08)
* community/ruby-enum: reenableKevin Daudt2019-05-141-2/+2
| | | | ruby-json is missing as checkdepend, causing the tests to fail.
* community/iwd: upgrade to 0.18Milan P. Stanić2019-05-143-175/+3
| | | | remove fix patches, they are applied upstream
* community/uncrustify: upgrade to 0.69.0André Klitzing2019-05-141-2/+2
|
* community/ceph: upgrade to 14.2.1iggy2019-05-141-4/+5
| | | | | | | | * Bump version to latest and update checksum. * Updated license to match SPDX standard. * No other functional changes for now.