Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/redo: fix check failing due to missing /dev/tty | Kevin Daudt | 2019-01-28 | 2 | -5/+26 | |
| | | | | | | | | | On the builders, the checks failed because they tried to open /dev/tty, which does not exists. Add a patch that continues when /dev/tty is missing. Re-enable redo | |||||
* | main/rsyslog: rewrite default config to new syntax and unify file names | Jakub Jirutka | 2019-01-28 | 3 | -78/+87 | |
| | ||||||
* | main/rsyslog: add more plugins as subpackages | Jakub Jirutka | 2019-01-28 | 1 | -1/+51 | |
| | ||||||
* | main/librelp: new aport (needed for main/rsyslog) | Jakub Jirutka | 2019-01-28 | 1 | -0/+31 | |
| | | | | | The Reliable Event Logging Protocol library https://www.rsyslog.org | |||||
* | main/rsyslog: modernize init script | Jakub Jirutka | 2019-01-28 | 3 | -49/+16 | |
| | ||||||
* | main/rsyslog: move omudpspoof lmcry_gcry fmhttp omtesting to subpkgs | Jakub Jirutka | 2019-01-28 | 2 | -0/+20 | |
| | | | | | These plugins have some dependencies, except omtesting that is useful only for testing/debugging. | |||||
* | main/rsyslog: remove imdiag.so | Jakub Jirutka | 2019-01-28 | 1 | -0/+3 | |
| | | | | It's used only for testing (according to Fedora package). | |||||
* | main/rsyslog: DRY split functions for plugins | Jakub Jirutka | 2019-01-28 | 1 | -46/+29 | |
| | ||||||
* | main/rsyslog: sort makedepends alphabetically, flags in --help order | Jakub Jirutka | 2019-01-28 | 1 | -16/+31 | |
| | ||||||
* | main/openrc: add modloop signature verification | Carlo Landmeter | 2019-01-27 | 2 | -3/+23 | |
| | ||||||
* | scripts: add modloop signing support | Carlo Landmeter | 2019-01-27 | 1 | -1/+4 | |
| | ||||||
* | community/certbot: upgrade to 0.30.2 | Andy Postnikov | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | testing/php7-pecl-grpc: new aport | Andy Postnikov | 2019-01-27 | 1 | -0/+35 | |
| | ||||||
* | testing/grpc-java: upgrade to 1.18.0 | Andy Postnikov | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | testing/grpc: upgrade to 1.18.0 | wenerme | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | testing/prometheus-node-exporter: new aport | Tiago Ilieve | 2019-01-27 | 7 | -0/+142 | |
| | ||||||
* | community/firejail: fix source | Andy Postnikov | 2019-01-27 | 1 | -3/+3 | |
| | ||||||
* | testing/pytest-xdist: new aport | Dmitry Romanenko | 2019-01-27 | 1 | -0/+59 | |
| | ||||||
* | community/firejail: upgrade to 0.9.56 LTS release | Stuart Cardall | 2019-01-27 | 1 | -4/+5 | |
| | | | | | | | | | | | * code based on Firejail version 0.9.56 * much smaller code base for SUID executable * command line options removed: --audit, --build, --cgroup, --chroot, --get, --ls, --output, --output-stderr, --overlay, --overlay-named, --overlay-tmpfs, --overlay-clean, --private-home, --private-bin, --private-etc, --private-opt, --private-srv, --put, --rlimit*, --trace, --tracelog, --x11*, --xephyr* | |||||
* | testing/mame: disable for armhf | Andy Postnikov | 2019-01-27 | 1 | -1/+1 | |
| | ||||||
* | testing/py-apipkg: bump pkgrel | Andy Postnikov | 2019-01-27 | 1 | -1/+1 | |
| | ||||||
* | testing/py-apipkg: fix tests | Andy Postnikov | 2019-01-27 | 2 | -3/+15 | |
| | | | | https://github.com/pytest-dev/apipkg/issues/14 | |||||
* | testing/advancemame: disable on armhf | Andy Postnikov | 2019-01-27 | 1 | -1/+1 | |
| | ||||||
* | testing/traefik: disable on armv7 | Carlo Landmeter | 2019-01-26 | 1 | -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.7 | Joe Holden | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | main/ivykis: moved from testing | Jakub Jirutka | 2019-01-26 | 1 | -0/+0 | |
| | | | | This package is needed for main/syslog-ng. | |||||
* | main/syslog-ng: upgrade to 3.19.1 | Jakub Jirutka | 2019-01-26 | 3 | -6/+7 | |
| | ||||||
* | main/syslog-ng: rewrite init script | Jakub Jirutka | 2019-01-26 | 2 | -21/+33 | |
| | ||||||
* | main/syslog-ng: replace weirdly modularized configs with single file | Jakub Jirutka | 2019-01-26 | 11 | -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 -scl | Jakub Jirutka | 2019-01-26 | 1 | -2/+14 | |
| | ||||||
* | main/syslog-ng: build modules amqp, geoip, http, sql | Jakub Jirutka | 2019-01-26 | 1 | -4/+12 | |
| | ||||||
* | main/syslog-ng: move some modules to subpackages | Jakub Jirutka | 2019-01-26 | 2 | -11/+58 | |
| | ||||||
* | main/syslog-ng: be explicit with configuration flags | Jakub Jirutka | 2019-01-26 | 1 | -6/+21 | |
| | ||||||
* | main/syslog-ng: remove bundled libs, use system provided ivykis | Jakub Jirutka | 2019-01-26 | 1 | -1/+22 | |
| | ||||||
* | main/syslog-ng: add -doc subpackage | Jakub Jirutka | 2019-01-26 | 1 | -1/+2 | |
| | ||||||
* | main/syslog-ng: remove broken check() | Jakub Jirutka | 2019-01-26 | 1 | -5/+0 | |
| | | | | | | Makefile:21242: *** "Unit tests disabled". Stop. There are some missing dependencies not packaged for Alpine yet. | |||||
* | main/syslog-ng: clarify license | Jakub Jirutka | 2019-01-26 | 1 | -2/+2 | |
| | ||||||
* | main/syslog-ng: add -dev subpackage | Jakub Jirutka | 2019-01-26 | 1 | -6/+13 | |
| | ||||||
* | main/syslog-ng: fix code-style | Jakub Jirutka | 2019-01-26 | 1 | -52/+54 | |
| | ||||||
* | community/py-psutil: upgrade to 5.5.0 | Fabian Affolter | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | community/py-msgpack: upgrade to 0.6.1 | Fabian Affolter | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | testing/wireguard-virt: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -2/+2 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -2/+2 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.19.18-r0 | Natanael Copa | 2019-01-26 | 1 | -1/+1 | |
| |