aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/py-apipkg: fix testsAndy Postnikov2019-01-272-3/+15
| | | | https://github.com/pytest-dev/apipkg/issues/14
* testing/advancemame: disable on armhfAndy Postnikov2019-01-271-1/+1
|
* testing/traefik: disable on armv7Carlo Landmeter2019-01-261-1/+1
| | | | | | | | | fails tests: --- FAIL: TestDatadog (0.00s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa4c168]
* testing/traefik: bump to 1.7.7Joe Holden2019-01-271-2/+2
|
* main/ivykis: moved from testingJakub Jirutka2019-01-261-0/+0
| | | | This package is needed for main/syslog-ng.
* main/syslog-ng: upgrade to 3.19.1Jakub Jirutka2019-01-263-6/+7
|
* main/syslog-ng: rewrite init scriptJakub Jirutka2019-01-262-21/+33
|
* main/syslog-ng: replace weirdly modularized configs with single fileJakub Jirutka2019-01-2611-277/+155
| | | | | | | | | | | Building syslog-ng configuration from multiple fragment files using a shell script is unnecessary complicated and error prone - syslog-ng supports the include directive. This change is not backward compatible, but I quite doubt that anyone was using this. The new config is based on the default config for RedHat from upstream.
* main/syslog-ng: add subpackage -sclJakub Jirutka2019-01-261-2/+14
|
* main/syslog-ng: build modules amqp, geoip, http, sqlJakub Jirutka2019-01-261-4/+12
|
* main/syslog-ng: move some modules to subpackagesJakub Jirutka2019-01-262-11/+58
|
* main/syslog-ng: be explicit with configuration flagsJakub Jirutka2019-01-261-6/+21
|
* main/syslog-ng: remove bundled libs, use system provided ivykisJakub Jirutka2019-01-261-1/+22
|
* main/syslog-ng: add -doc subpackageJakub Jirutka2019-01-261-1/+2
|
* main/syslog-ng: remove broken check()Jakub Jirutka2019-01-261-5/+0
| | | | | | Makefile:21242: *** "Unit tests disabled". Stop. There are some missing dependencies not packaged for Alpine yet.
* main/syslog-ng: clarify licenseJakub Jirutka2019-01-261-2/+2
|
* main/syslog-ng: add -dev subpackageJakub Jirutka2019-01-261-6/+13
|
* main/syslog-ng: fix code-styleJakub Jirutka2019-01-261-52/+54
|
* community/py-psutil: upgrade to 5.5.0Fabian Affolter2019-01-271-2/+2
|
* community/py-msgpack: upgrade to 0.6.1Fabian Affolter2019-01-271-2/+2
|
* testing/wireguard-virt: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-2/+2
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* main/drbd9-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.18-r0Natanael Copa2019-01-261-1/+1
|
* main/linux-vanilla: upgrade to 4.19.18Natanael Copa2019-01-261-2/+2
|
* testing/py-augeas: move to communityCarlo Landmeter2019-01-261-0/+0
| | | | Needed for certbot
* testing/py-astral: upgrade to 1.8Fabian Affolter2019-01-261-2/+2
|
* community/certbot: add py3-augeas to checkdependsCarlo Landmeter2019-01-261-0/+1
|
* main/mkinitfs: fix zfs root with grubNatanael Copa2019-01-263-2/+128
| | | | | | | | | grub-mkconfig will generate a root=ZFS=pool/path line. Fix nlplug-findfs to deal with search device ZFS=... and fix initramfs to also deal with a missing rootfstype=zfs A side-effect of this is that it is faster to boot zfs root since we no longer need to wait for nlplug-findfs timeout of 5 seconds.
* community/certbot: upgrade to 0.30.1Carlo Landmeter2019-01-262-26/+87
| | | | | - add plugins nginx apache postfix - move to python3
* main/py-zope-interface: upgrade to 4.6.0Carlo Landmeter2019-01-261-2/+2
|
* community/py-zope-event: upgrade to 4.4 and add py3 supportCarlo Landmeter2019-01-261-9/+39
|
* community/py-zope-component: add py3 support and fix depsCarlo Landmeter2019-01-261-10/+42
|
* community/py-parsedatetime: add py3 supportCarlo Landmeter2019-01-261-3/+27
|
* community/py-zope-proxy: new aportCarlo Landmeter2019-01-261-0/+56
| | | | This is added to community for certbot.
* community/py-zope-hookable: new aportCarlo Landmeter2019-01-261-0/+56
| | | | This is added to community for certbot.
* community/py-zope-deferredimport: new aportCarlo Landmeter2019-01-261-0/+56
| | | | this is added into community as its needed for certbot.
* community/py-zope-deprecation: upgrade move and add py3 supportCarlo Landmeter2019-01-262-41/+54
| | | | | | - upgrade to 4.4.0 - move from testing to commnity - add support for python3
* main/dovecot: fix typo $protocol -> $protocolsJakub Jirutka2019-01-261-2/+2
| | | | Fixes #9920 (https://bugs.alpinelinux.org/issues/9920)
* testing/ivykis: new aportJakub Jirutka2019-01-261-0/+30
| | | | | Library for asynchronous I/O readiness notification http://libivykis.sourceforge.net/
* Revert "community/acme-client-plus: move from testing"Jakub Jirutka2019-01-261-0/+0
| | | | | | This reverts commit 56fbe2e7518dc89fc065fd02c24823ee1e51a888. acme-client has been moved from community to testing... >_<
* community/sloci-image: move from testingJakub Jirutka2019-01-261-0/+0
|
* community/roundcubemail-mobile: move from testingJakub Jirutka2019-01-261-0/+0
|
* community/acme-client-plus: move from testingJakub Jirutka2019-01-261-0/+0
|