Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/py-poppler: new aport | Sören Tempel | 2016-11-09 | 3 | -0/+99 |
| | |||||
* | testing/pulseaudio: moving from unmaintained, upgrade to 9.0 | Mark Riedesel | 2016-11-09 | 4 | -0/+294 |
| | |||||
* | testing/ttf-inconsolata: fix source files to have unique name | Jakub Jirutka | 2016-11-09 | 1 | -11/+15 |
| | |||||
* | testing/ttf-inconsolata: move from unmaintained and update | Stefan Wagner | 2016-11-09 | 1 | -0/+24 |
| | |||||
* | testing/mongo-php5-library: new aport | Leonardo Arena | 2016-11-08 | 1 | -0/+44 |
| | | | | High-level MongoDB library built around low-level driver | ||||
* | testing/mongo-php5-driver: install mongodb.ini | Leonardo Arena | 2016-11-08 | 2 | -4/+11 |
| | |||||
* | main/glfw: move from testing | Natanael Copa | 2016-11-08 | 1 | -35/+0 |
| | | | | needed by mupdf | ||||
* | testing/texlive: rebuild against poppler-0.48 | Natanael Copa | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | main/mupdf: move from testing | Natanael Copa | 2016-11-08 | 5 | -212/+0 |
| | | | | needed by cups-filters | ||||
* | testing/lxd: upgrade to 2.5 | Francesco Colista | 2016-11-08 | 1 | -4/+4 |
| | |||||
* | testing/mongo-php5-driver: include php version in package name | Leonardo Arena | 2016-11-08 | 1 | -11/+12 |
| | |||||
* | testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.30-r1 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 4.4.30-r1 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/sch-cake-grsec: rebuild against kernel 4.4.30-r1 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/ipt-netflow-grsec: rebuild against kernel 4.4.30-r1 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/hugo: upgrade to 0.17 | Carlo Landmeter | 2016-11-07 | 1 | -20/+16 |
| | | | | | | | | hugo uses govendor for dependency management. we currently prefer to use glide but glide does not seems to support govendor vendor.json import. added govendor to testing reposory. ref: https://github.com/alpinelinux/aports/pull/369 | ||||
* | testing/govendor: new aport | Carlo Landmeter | 2016-11-07 | 1 | -0/+36 |
| | |||||
* | testing/evolution: upgrade to 3.22.2 | Natanael Copa | 2016-11-07 | 1 | -8/+5 |
| | |||||
* | testing/evolution-data-server: upgrade to 3.22.2 | Natanael Copa | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | testing/mongo-php-driver: APKBUILD fix | Leonardo Arena | 2016-11-07 | 1 | -2/+3 |
| | |||||
* | testing/mongo-php-driver: new aport | Leonardo Arena | 2016-11-07 | 1 | -0/+77 |
| | | | | Low level MongoDB PHP library | ||||
* | testing/mongo-c-driver: new aport | Leonardo Arena | 2016-11-07 | 1 | -0/+43 |
| | | | | Client library written in C for MongoDB | ||||
* | testing/libbson: new aport | Leonardo Arena | 2016-11-07 | 1 | -0/+43 |
| | | | | | library providing useful routines related to building, parsing, and iterating BSON documents | ||||
* | testing/wiredtiger: upgrade to mongodb-3.2.10 | Leonardo Arena | 2016-11-07 | 1 | -7/+7 |
| | |||||
* | testing/libmilter: set default pthread stack size to 256 KB | Stefan Wagner | 2016-11-07 | 2 | -15/+13 |
| | |||||
* | main/ipvsadm: move from testing | Natanael Copa | 2016-11-07 | 2 | -89/+0 |
| | |||||
* | main/hvtools: move from testing | Natanael Copa | 2016-11-07 | 4 | -97/+0 |
| | |||||
* | testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.30-r0 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 4.4.30-r0 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/sch-cake-grsec: rebuild against kernel 4.4.30-r0 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/ipt-netflow-grsec: rebuild against kernel 4.4.30-r0 | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | testing/firefox: upgrade to 49.0.2 | Natanael Copa | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | testing/libmilter: set default pthread stack size to 8 MB | Stefan Wagner | 2016-11-07 | 2 | -1/+49 |
| | | | | | | | | | | | | | | | | | | | | This patch tries to fix various crashes for applications depending on libmilter by setting the stack size for pthreads to 8 MB. The default stack size for musl libc is set to 80 KB whereas glibc has it set to 8 MB. This causes problems when a large amount of memory is allocated on the stack. For example, opendkim allocates blocks of 64 KB multiple times, which causes libmilter (and therefore opendkim) to crash. Maybe a stack size of 1 MB or 2 MB would be sufficient, but as opendkim depends on the default glibc behavior, 8 MB should be safe. I know this patch is kind of ugly, a better solution may be to file a request for opendkim to allocate large blocks of memory on the heap. But as libmilter/opendkim are fairly unusable at the moment, I suggest to apply this patch as long as these packages are in testing. Fixes https://bugs.alpinelinux.org/issues/6360 | ||||
* | testing/httpie: improve abuild | Jakub Jirutka | 2016-11-07 | 1 | -17/+4 |
| | |||||
* | testing/httpie: upgrade to 0.9.6 | Fabian Affolter | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | testing/shotcut: fix melt path | Carlo Landmeter | 2016-11-06 | 2 | -5/+23 |
| | |||||
* | testing/qt5-websockets: sync pkgver with base | Carlo Landmeter | 2016-11-06 | 1 | -7/+12 |
| | |||||
* | testing/qt5-x11extras: sync pkgver with base | Carlo Landmeter | 2016-11-06 | 1 | -7/+12 |
| | |||||
* | testing/qt5-x11extras: fix makedepends | Carlo Landmeter | 2016-11-06 | 1 | -3/+3 |
| | |||||
* | testing/qt5-websockets: fix makedepends | Carlo Landmeter | 2016-11-06 | 1 | -3/+3 |
| | |||||
* | testing/shotcut: new aport | Carlo Landmeter | 2016-11-06 | 1 | -0/+31 |
| | |||||
* | testing/mlt: new aport | Carlo Landmeter | 2016-11-06 | 2 | -0/+63 |
| | |||||
* | testing/qt5-x11extras: new aport | Carlo Landmeter | 2016-11-06 | 1 | -0/+32 |
| | |||||
* | testing/qt5-websockets: new aport | Carlo Landmeter | 2016-11-06 | 1 | -0/+32 |
| | |||||
* | testing/ladspa: new aport | Carlo Landmeter | 2016-11-06 | 3 | -0/+83 |
| | |||||
* | testing/frei0r-plugins: new aport | Carlo Landmeter | 2016-11-06 | 1 | -0/+42 |
| | |||||
* | testing/gavl: new aport | Carlo Landmeter | 2016-11-06 | 2 | -0/+57 |
| | |||||
* | testing/opencv: new aport | Carlo Landmeter | 2016-11-06 | 1 | -0/+53 |
| | |||||
* | testing/dovecot-antispam-plugin: rebuild against new dovecot | Timo Teräs | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | community/ssh-ldap-pubkey: move from testing | Jakub Jirutka | 2016-11-05 | 3 | -76/+0 |
| |