aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/openmpi: upgrade to 3.1.0, fix s390xTuan M. Hoang2018-07-191-2/+2
| | | | | | openmpi commit bc54c99e12cf33c5a6c70bf1c3952075b66a76ca allows check for using s390x's builtin asm, previous versions need --enable-builtin-atomics
* testing/lightdm: Upgrade to 1.26.0, improve abuildTaner Tas2018-07-197-95/+82
| | | | | | | * Clarify license * Allow null passwords * Improve APKBUILD, update patches * Add -openrc subpackage
* testing/py-yapsy: clarify license, modernize, use httpsprspkt2018-07-181-15/+6
|
* testing/py-yapsy: add python3prspkt2018-07-181-8/+25
|
* testing/py-pyrss2gen: clarify license, modernizeprspkt2018-07-181-17/+5
|
* testing/py-pyrss2gen: add python3prspkt2018-07-181-5/+24
|
* testing/py-flask-peewee: fix dependenciesNatanael Copa2018-07-181-2/+2
|
* testing/py-wtf-peewee: new aportNatanael Copa2018-07-181-0/+35
| | | | | | | WTForms integration for peewee https://github.com/coleifer/wtf-peewee neded by py-flask-peewee
* testing/monero: build fix. explicltly disable stracktraceNatanael Copa2018-07-181-1/+4
|
* testing/monero: rebuild against libminiupnpc.so.17prspkt2018-07-181-1/+1
|
* testing/rabbitmq-server: update to version 3.7.7Nathan Johnson2018-07-181-5/+4
|
* testing/quark: new aportSascha Paunovic2018-07-181-0/+26
| | | | | https://tools.suckless.org/quark/ quark web server
* testing/prosody-modules: Update to current HG tipMarian Buschsieweke2018-07-181-6/+14
| | | | | | - Updated all subpkgs to current hg tip - Added converejs module as subpkg, which serves a HTML+JS XMPP client via http using the integrated http server
* testing/geomyidae: upgrade to 0.32Sascha Paunovic2018-07-181-2/+3
|
* testing/font-overpass: upgrade to 3.0.3Sascha Paunovic2018-07-181-7/+5
| | | | | | | - remove unused variables - remove unnecessary build() - fix build by creating the install directory first - take maintainership
* testing/font-tewi: upgrade to 2.0.2Sascha Paunovic2018-07-181-13/+6
| | | | | while here, modernize, remove unneeded makedepends= on bash, remove now unnecessary python3 shebang changing
* testing/npapi-vlc: use tagged releasesLeonardo Arena2018-07-181-9/+9
|
* testing/dfu-utils: New aportMarian Buschsieweke2018-07-181-0/+31
| | | | | Host side implementation of the DFU 1.0 and DFU 1.1 specifications http://dfu-util.sourceforge.net/
* testing/py-usb: New aportMarian Buschsieweke2018-07-181-0/+49
| | | | | PyUSB offers easy USB devices communication in Python https://pypi.python.org/pypi/pyusb
* testing/mbuffer: dont run test in fakeroot or in parallelNatanael Copa2018-07-181-1/+2
|
* testing/mbuffer: clarify license, improveprspkt2018-07-181-5/+3
|
* testing/mbuffer: upgrade to 20180625prspkt2018-07-181-4/+4
|
* testing/py-flask-peewee: modernizeprspkt2018-07-171-14/+5
|
* testing/py-flask-peewee: upgrade to python3prspkt2018-07-171-4/+4
|
* testing/py-flask-peewee: upgrade to 3.0.0prspkt2018-07-171-4/+2
|
* testing/py-peewee: modernizeprspkt2018-07-171-14/+5
|
* testing/py-peewee: upgrade to python3prspkt2018-07-171-4/+4
|
* testing/py-peewee: upgrade to 3.2.4prspkt2018-07-171-4/+2
|
* testing/td-agent-bit: rebuild against mbedtls-2.11.0prspkt2018-07-171-1/+1
|
* testing/dislocker: rebuild against mbedtls-2.11.0prspkt2018-07-171-1/+1
|
* testing/hiawatha: rebuild against mbedtls-2.11.0prspkt2018-07-171-2/+1
|
* testing/slurm: remove -O0 compile optionNatanael Copa2018-07-171-4/+1
| | | | | I was not able to reproduce the commented issue. if -Os is broken, then we need to troubleshoot it and fix it.
* testing/slurm: new aportprspkt2018-07-172-0/+63
|
* testing/py-flask-qrcode: clarify license, improve abuildprspkt2018-07-171-15/+6
|
* testing/py-flask-qrcode: add python3prspkt2018-07-171-4/+25
|
* testing/py-flask-qrcode: upgrade to 2.0.2prspkt2018-07-171-4/+2
|
* testing/py-qrcode: clarify license, improve abuildprspkt2018-07-171-2/+4
|
* testing/py-qrcode: add python3prspkt2018-07-171-4/+27
|
* testing/py-qrcode: upgrade to 6.0, switch to pypiprspkt2018-07-171-7/+5
|
* testing/openssl1.1: fix pkgnameNatanael Copa2018-07-171-2/+2
|
* testing/openssl1.1: new aportNatanael Copa2018-07-172-0/+127
|
* testing/freexl: new aportBjoern Schilberg2018-07-171-0/+38
| | | | Library to extract valid data from within an Excel (.xls) spreadsheet
* testing/readosm: attempt to fix build on aarch64 and ppc64leLeonardo Arena2018-07-171-2/+10
|
* testing/readosm: new aportBjoern Schilberg2018-07-171-0/+34
| | | | Library to extract valid data from an Open Street Map input file
* testing/py-kiwisolver: New aportMarian Buschsieweke2018-07-171-0/+51
| | | | | An efficient implementation of the Cassowary constraint solving algorithm https://pypi.org/project/kiwisolver/
* testing/py2-backports_functools_lru_cache: New aportMarian Buschsieweke2018-07-171-0/+29
| | | | | Backport of functools.lru_cache from Python 3.3 as published at ActiveState https://pypi.org/project/backports.functools_lru_cache/
* testing/singularity: upgrade to 2.5.1Leonardo Arena2018-07-171-3/+3
|
* testing/npapi-vlc: enable check()Leonardo Arena2018-07-171-5/+8
|
* testing/stm32flash: needs linux-headersLeonardo Arena2018-07-171-1/+2
|
* testing/npapi-vlc: new aportTaner Tas2018-07-171-0/+41
| | | | | https://code.videolan.org/videolan/npapi-vlc NPAPI browser plugin based on libvlc