Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/ipset: upgrade to 6.32 | Kaarle Ritvanen | 2017-03-12 | 1 | -2/+2 |
| | |||||
* | main/qemu-openrc: upgrade to 0.5.1 | Jakub Jirutka | 2017-03-12 | 1 | -4/+3 |
| | |||||
* | main/lua-ldap: fix anonymous bind, add more metadata into patches | Jakub Jirutka | 2017-03-12 | 6 | -9/+54 |
| | |||||
* | main/uwsgi: enable jansson support | Tom Marks | 2017-03-12 | 1 | -1/+2 |
| | | | | | | | | | Enables --json option during compilation time. Adds build dependency jansson-dev and install dependency jansson. Compalation with jansson-dev enables the --json option. Please see uwsgi docs: http://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#json-files | ||||
* | main/lua-ldap: remove bash from checkdepends | Jakub Jirutka | 2017-03-11 | 2 | -12/+11 |
| | |||||
* | main/lddtree: upgrade to 1.26 | Natanael Copa | 2017-03-10 | 3 | -140/+3 |
| | |||||
* | main/truecrypt: flush stdout before reading stdin | Timo Teräs | 2017-03-10 | 2 | -15/+14 |
| | | | | | stdout is line-buffered, and needs to be flushed explicitly in musl. fixes #6992 | ||||
* | main/mupdf: fix for CVE-2017-5991 | Daniel Sabogal | 2017-03-10 | 2 | -2/+98 |
| | | | | use !check | ||||
* | main/nodejs: upgrade to 9.10.0 | Jakub Jirutka | 2017-03-10 | 2 | -73/+81 |
| | |||||
* | main/lua-ldap: fix segfault, iteration error and run tests | Jakub Jirutka | 2017-03-10 | 5 | -6/+230 |
| | |||||
* | main/lua-ldap: fix replaces for 5.1 | Jakub Jirutka | 2017-03-09 | 1 | -3/+3 |
| | |||||
* | main/lua-ldap: fix subpackages' name | Jakub Jirutka | 2017-03-09 | 1 | -2/+3 |
| | |||||
* | main/coreutils: upgrade to 8.27 | André Klitzing | 2017-03-09 | 1 | -4/+2 |
| | |||||
* | main/py-sphinx_rtd_theme: upgrade to 0.2.4 | André Klitzing | 2017-03-09 | 1 | -2/+2 |
| | |||||
* | main/perl-dbd-mysql: update APKBUILD | Leonardo Arena | 2017-03-09 | 1 | -5/+12 |
| | |||||
* | main/perl-dbd-mysql: upgrade to 4.042 | Leonardo Arena | 2017-03-09 | 1 | -5/+3 |
| | |||||
* | main/perl-devel-checklib: new aport | Leonardo Arena | 2017-03-09 | 1 | -0/+48 |
| | |||||
* | main/perl-io-captureoutput: new aport | Leonardo Arena | 2017-03-09 | 1 | -0/+48 |
| | |||||
* | main/musl: Fix a ppc64le loader issue | Breno Leitao | 2017-03-08 | 2 | -0/+30 |
| | | | | | | | Fix a problem on ppc64le that sometimes musl crashes during the application load. The crash was found on the loader. This problem was just fixed upstream, and I am adding it back to Alpine. | ||||
* | main/ttf-liberation: fixed source url due to fedorahosted.org close | Francesco Colista | 2017-03-08 | 1 | -20/+4 |
| | |||||
* | main/newt: upgrade to 0.52.19. Cleaned up APKBUILD, fixed source url | Francesco Colista | 2017-03-08 | 1 | -21/+11 |
| | |||||
* | main/netcf: updated source url due to fedorahosted.org close | Francesco Colista | 2017-03-08 | 1 | -16/+5 |
| | |||||
* | main/mailcap: upgrade to 2.1.47, changed source url | Francesco Colista | 2017-03-08 | 1 | -5/+3 |
| | |||||
* | main/libverto: cleanup APKBUILD, removed fedorahosted reference | Francesco Colista | 2017-03-08 | 1 | -22/+12 |
| | |||||
* | main/perl-libwww: upgrade to 6.23 | Leonardo Arena | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | main/perl-test-requiresinternet: new aport | Leonardo Arena | 2017-03-08 | 1 | -0/+48 |
| | |||||
* | main/hwdata: upgrade to 0.298 | Natanael Copa | 2017-03-08 | 1 | -8/+8 |
| | |||||
* | main/attr: remove --enable-lib64 | Natanael Copa | 2017-03-08 | 1 | -1/+0 |
| | | | | apparently it installs the stuff in /lib64 on ppc64le | ||||
* | main/attr: don't manually remove libattr.la | Natanael Copa | 2017-03-08 | 1 | -1/+1 |
| | | | | abuild takes care of this for us now | ||||
* | main/attr: update upstream urls | Natanael Copa | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | main/libuv: Enable check and debug package | Jean-Louis Fuchs | 2017-03-08 | 1 | -2/+7 |
| | |||||
* | main/xf86-video-openchrome: upgrade to 0.6.0 | Natanael Copa | 2017-03-08 | 1 | -6/+3 |
| | |||||
* | main/pdnsd: do not deluser in post-deinstall | Jakub Jirutka | 2017-03-08 | 2 | -6/+2 |
| | | | | | | This is very bad practice, we can't know if the package user has been originally created by apk or by the user and if the user needs it or not. | ||||
* | main/nsd: do not deluser in post-deinstall | Jakub Jirutka | 2017-03-08 | 2 | -6/+2 |
| | | | | | | This is very bad practice, we can't know if the package user has been originally created by apk or by the user and if the user needs it or not. | ||||
* | main/cjdns: replace nodejs-lts with nodejs | Jakub Jirutka | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | main/nodejs: move npm to subpackage | Ed Robinson | 2017-03-07 | 1 | -2/+14 |
| | |||||
* | main/py-idna: upgrade to 2.5 | Francesco Colista | 2017-03-07 | 1 | -2/+2 |
| | |||||
* | main/highlight: upgrade to 3.35 | André Klitzing | 2017-03-07 | 2 | -52/+36 |
| | | | | | * Modernize abuild * Update pkg-config patch | ||||
* | main/iproute2: upgrade to 4.10 | André Klitzing | 2017-03-07 | 2 | -31/+33 |
| | | | | | * Modernize abuild * Update musl-fixes.patch | ||||
* | main/taskd: Add init scripts | Ivan Tham | 2017-03-07 | 3 | -27/+34 |
| | |||||
* | main/apk-tools: fix build on ppc64le | Natanael Copa | 2017-03-07 | 2 | -2/+29 |
| | |||||
* | main/py-django-tables2: upgrade to 1.4.2 | Kaarle Ritvanen | 2017-03-07 | 1 | -2/+2 |
| | |||||
* | main/apache2: remove obsolete patch | Kaarle Ritvanen | 2017-03-06 | 1 | -17/+0 |
| | |||||
* | main/py-django-tables2: upgrade to 1.4.1 | Kaarle Ritvanen | 2017-03-06 | 1 | -2/+2 |
| | |||||
* | main/perl-test-script: upgrade to 1.16 | Francesco Colista | 2017-03-06 | 1 | -2/+2 |
| | |||||
* | main/libzdb: really add the patch file | Jakub Jirutka | 2017-03-05 | 1 | -0/+31 |
| | |||||
* | main/libzdb: improve abuild, add check() and rebuild | Jakub Jirutka | 2017-03-05 | 1 | -21/+13 |
| | |||||
* | main/postgresql-bdr-extension: rebuild against libressl | Jakub Jirutka | 2017-03-05 | 1 | -1/+1 |
| | |||||
* | main/ldapvi: rebuild against libressl | Jakub Jirutka | 2017-03-05 | 1 | -1/+1 |
| | |||||
* | main/http-parser: run tests in check phase | Jakub Jirutka | 2017-03-05 | 1 | -1/+6 |
| |