aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/linux-vanilla: enable ixgbevfNatanael Copa2016-11-073-9/+9
| | | | ref #6425
* testing/hugo: upgrade to 0.17Carlo Landmeter2016-11-071-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 aportCarlo Landmeter2016-11-071-0/+36
|
* commuinty/openal-soft: disable neon on armhfNatanael Copa2016-11-071-1/+8
|
* main/daq: rebuild with flex-2.6.1Natanael Copa2016-11-071-1/+1
| | | | flex-2.6.2 was broken
* community/webkit2gtk: upgrade to 2.14.2Natanael Copa2016-11-071-4/+4
|
* testing/evolution: upgrade to 3.22.2Natanael Copa2016-11-071-8/+5
|
* testing/evolution-data-server: upgrade to 3.22.2Natanael Copa2016-11-071-4/+4
|
* main/quagga-nhrp: fix a nht issue in nhrpd patchTimo Teräs2016-11-072-10/+13
|
* testing/mongo-php-driver: APKBUILD fixLeonardo Arena2016-11-071-2/+3
|
* testing/mongo-php-driver: new aportLeonardo Arena2016-11-071-0/+77
| | | | Low level MongoDB PHP library
* testing/mongo-c-driver: new aportLeonardo Arena2016-11-071-0/+43
| | | | Client library written in C for MongoDB
* testing/libbson: new aportLeonardo Arena2016-11-071-0/+43
| | | | | library providing useful routines related to building, parsing, and iterating BSON documents
* community/rawtherapee: modernize. fix build with gcc6Natanael Copa2016-11-072-18/+26
|
* unmaintained/bsnes: movedNatanael Copa2016-11-073-0/+0
| | | | seems to be dead upstream
* main/libressl: upgrade to 2.4.4Natanael Copa2016-11-071-5/+5
|
* testing/wiredtiger: upgrade to mongodb-3.2.10Leonardo Arena2016-11-071-7/+7
|
* testing/libmilter: set default pthread stack size to 256 KBStefan Wagner2016-11-072-15/+13
|
* main/ipvsadm: move from testingNatanael Copa2016-11-072-0/+0
|
* main/hvtools: move from testingNatanael Copa2016-11-074-0/+0
|
* main/linux-rpi: upgrade to 4.4.30Natanael Copa2016-11-071-4/+4
|
* community/caddy: upgrade to 0.9.3Carlo Landmeter2016-11-073-55/+51
|
* testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* testing/sch-cake-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/zfs-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/spl-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-2/+2
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/linux-grsec: upgrade to 4.4.30Natanael Copa2016-11-071-7/+7
|
* main/zfs-vanilla: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.4.30-r0Natanael Copa2016-11-071-1/+1
|
* main/linux-vanilla: upgrade to 4.4.30Natanael Copa2016-11-071-4/+4
|
* testing/firefox: upgrade to 49.0.2Natanael Copa2016-11-071-4/+4
|
* main/strongswan: fix libressl support, remove deprecated patchTimo Teräs2016-11-073-62/+200
|
* main/acf-dhcp: upgrade to 0.9.1Ted Trask2016-11-071-5/+5
|
* testing/libmilter: set default pthread stack size to 8 MBStefan Wagner2016-11-072-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 abuildJakub Jirutka2016-11-071-17/+4
|
* testing/httpie: upgrade to 0.9.6Fabian Affolter2016-11-071-4/+4
|
* community/glances: depend on py2-* instead of py-* pkgsJakub Jirutka2016-11-071-3/+3
|
* community/glances: upgrade to 2.7.1Fabian Affolter2016-11-071-5/+5
|
* community/py-psutil: improve abuildJakub Jirutka2016-11-071-9/+6
|
* community/py-psutil: upgrade to 5.0.0Fabian Affolter2016-11-071-6/+5
|
* community/youtube-dl: upgrade to 2016.11.04Fabian Affolter2016-11-061-5/+5
|
* main/scons: improve abuildJakub Jirutka2016-11-061-4/+3
|