aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ==== release 3.9.0_rc6 ====v3.9.0_rc6Natanael Copa2019-01-28
|
* main/linux-vanilla: add config-virt.aarch64Jake Buchholz2019-01-28
| | | | Adding an initial 'linux-virt' configuration for aarch64, intended to be used with AWS EC2 a1.* instances.
* community/thunar: upgrade to 1.8.4Natanael Copa2019-01-28
|
* main/subversion: security upgrade to 1.11.1J0WI2019-01-28
| | | | fixes #9931
* main/subversion: upgrade to 1.11.0J0WI2019-01-28
|
* community/whois: upgrade to 5.4.1Stuart Cardall2019-01-28
| | | | https://github.com/rfc1036/whois/blob/next/debian/changelog
* main/rsyslog: disable on s390x due to czmqNatanael Copa2019-01-28
|
* main/linux-rpi: upgrade to 4.19.18Natanael Copa2019-01-28
|
* main/rsyslog: build plugin mmnormalize and add it as subpackageJakub Jirutka2019-01-28
|
* main/liblognorm: new aport (needed for main/rsyslog)Jakub Jirutka2019-01-28
| | | | | http://www.liblognorm.com A fast log-normalization library
* Revert "community/certbot: add missing depends"Leonardo Arena2019-01-28
| | | | This reverts commit 59d0b45e95ec7c1e3b7259c3dc017e941a110232.
* main/czmq: move from communityJakub Jirutka2019-01-28
| | | | It's needed for main/rsyslog.
* community/certbot: add missing dependsLeonardo Arena2019-01-28
|
* testing/redo: disable build failedCarlo Landmeter2019-01-28
| | | | | | | | | | File "bin/redo", line 10, in <module> redo.cmd_redo.main() File "/home/buildozer/aports/testing/redo/src/redo-redo-0.41/bin/../redo/cmd_redo.py", line 122, in main builder.await_log_reader() File "/home/buildozer/aports/testing/redo/src/redo-redo-0.41/bin/../redo/builder.py", line 109, in await_log_reader out = open('/dev/tty', 'w') IOError: [Errno 6] No such device or address: '/dev/tty'
* testing/redo: fix check failing due to missing /dev/ttyKevin Daudt2019-01-28
| | | | | | | | | 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 namesJakub Jirutka2019-01-28
|
* main/rsyslog: add more plugins as subpackagesJakub Jirutka2019-01-28
|
* main/librelp: new aport (needed for main/rsyslog)Jakub Jirutka2019-01-28
| | | | | The Reliable Event Logging Protocol library https://www.rsyslog.org
* main/rsyslog: modernize init scriptJakub Jirutka2019-01-28
|
* main/rsyslog: move omudpspoof lmcry_gcry fmhttp omtesting to subpkgsJakub Jirutka2019-01-28
| | | | | These plugins have some dependencies, except omtesting that is useful only for testing/debugging.
* main/rsyslog: remove imdiag.soJakub Jirutka2019-01-28
| | | | It's used only for testing (according to Fedora package).
* main/rsyslog: DRY split functions for pluginsJakub Jirutka2019-01-28
|
* main/rsyslog: sort makedepends alphabetically, flags in --help orderJakub Jirutka2019-01-28
|
* main/openrc: add modloop signature verificationCarlo Landmeter2019-01-27
|
* scripts: add modloop signing supportCarlo Landmeter2019-01-27
|
* community/certbot: upgrade to 0.30.2Andy Postnikov2019-01-27
|
* testing/php7-pecl-grpc: new aportAndy Postnikov2019-01-27
|
* testing/grpc-java: upgrade to 1.18.0Andy Postnikov2019-01-27
|
* testing/grpc: upgrade to 1.18.0wenerme2019-01-27
|
* testing/prometheus-node-exporter: new aportTiago Ilieve2019-01-27
|
* community/firejail: fix sourceAndy Postnikov2019-01-27
|
* testing/pytest-xdist: new aportDmitry Romanenko2019-01-27
|
* community/firejail: upgrade to 0.9.56 LTS releaseStuart Cardall2019-01-27
| | | | | | | | | | | * 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 armhfAndy Postnikov2019-01-27
|
* testing/py-apipkg: bump pkgrelAndy Postnikov2019-01-27
|
* testing/py-apipkg: fix testsAndy Postnikov2019-01-27
| | | | https://github.com/pytest-dev/apipkg/issues/14
* testing/advancemame: disable on armhfAndy Postnikov2019-01-27
|
* testing/traefik: disable on armv7Carlo Landmeter2019-01-26
| | | | | | | | | 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-27
|
* main/ivykis: moved from testingJakub Jirutka2019-01-26
| | | | This package is needed for main/syslog-ng.
* main/syslog-ng: upgrade to 3.19.1Jakub Jirutka2019-01-26
|
* main/syslog-ng: rewrite init scriptJakub Jirutka2019-01-26
|
* main/syslog-ng: replace weirdly modularized configs with single fileJakub Jirutka2019-01-26
| | | | | | | | | | | 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-26
|
* main/syslog-ng: build modules amqp, geoip, http, sqlJakub Jirutka2019-01-26
|
* main/syslog-ng: move some modules to subpackagesJakub Jirutka2019-01-26
|
* main/syslog-ng: be explicit with configuration flagsJakub Jirutka2019-01-26
|
* main/syslog-ng: remove bundled libs, use system provided ivykisJakub Jirutka2019-01-26
|
* main/syslog-ng: add -doc subpackageJakub Jirutka2019-01-26
|
* main/syslog-ng: remove broken check()Jakub Jirutka2019-01-26
| | | | | | Makefile:21242: *** "Unit tests disabled". Stop. There are some missing dependencies not packaged for Alpine yet.