Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-vanilla: build CONFIG_RTL8723BS=m | Joe Holden | 2019-02-25 | 3 | -4/+4 | |
| | | | | (cherry picked from commit 4194b340360804717ea0b39357bd2021c8e780b7) | |||||
* | main/linux-vanilla: Enable CONFIG_HW_RANDOM_VIRTIO for ppc64le | DDoSolitary | 2019-02-25 | 2 | -2/+2 | |
| | | | | | | This module has been enabled on all other architectures except ppc64le. It adds support for VirtIO's hardware RNG device, which is important when running on a virtual machine. (cherry picked from commit 7efbae67cd467b5a5f98b3b634fd1f82e9fdb7e7) | |||||
* | main/linux-vanilla: Don't build VBOXGUEST module. | Gennady Feldman | 2019-02-25 | 5 | -9/+9 | |
| | | | | | | | * This fixes a conflict with the virtualbox guest additions package. See virtualbox-guest-modules package (cherry picked from commit bccb4334186cbdc9edecc7ab896e85671da35487) | |||||
* | main/linux-vanilla: upgrade to 4.19.20 | Natanael Copa | 2019-02-25 | 1 | -2/+2 | |
| | ||||||
* | main/linux-rpi: upgrade to 4.19.25 | Natanael Copa | 2019-02-25 | 1 | -3/+3 | |
| | ||||||
* | main/libressl: upgrade to 2.7.5 and set pcprefix | Natanael Copa | 2019-02-25 | 1 | -3/+4 | |
| | | | | | | fixes #9959 (cherry picked from commit 5db940af6587abdb7e3ca4d226ed0fec79773a88) | |||||
* | main/tinyproxy: fix conf location and openrc script | Natanael Copa | 2019-02-25 | 2 | -6/+6 | |
| | | | | fixes #9973 | |||||
* | main/qemu: workaround bug in qemu due to memcpy assumed to be atomic | Natanael Copa | 2019-02-25 | 2 | -1/+64 | |
| | | | | | | | | | | Some functions using include/qemu/bswap.h assumes that the inline functions using memcpy are atomic. Qemu assumes that compiler will optimize away the memcpy call. Our fortify-headers seems to get in the way for this, so we work around it by explicitly use __builtin_memcpy. https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg06183.html (cherry picked from commit 228579f6c7663dc4107b1b418367e968513277f9) | |||||
* | main/libxml2: fix null pointer dereference | Milan P. Stanić | 2019-02-25 | 2 | -2/+40 | |
| | | | | | | | fixes #10034 bump pkgrel (cherry picked from commit 70b3b18877a66cddb26ca51dbae977e677696811) | |||||
* | main/abuild: backport support for pcprefix | Natanael Copa | 2019-02-25 | 2 | -2/+73 | |
| | | | | | | ref #9959 (cherry picked from commit 715b4a332048238d5f4784bdaa8f128859e755a0) | |||||
* | main/tar: upgrade to 1.32 | J0WI | 2019-02-25 | 1 | -7/+6 | |
| | | | | | | ref #10027 (cherry picked from commit e14f30776ab55c428f268da628c29a97fe8885af) | |||||
* | main/aconf: upgrade to 0.7.0 | Kaarle Ritvanen | 2019-02-22 | 1 | -2/+2 | |
| | ||||||
* | main/alpine-conf: backport support for modloopfw option | Natanael Copa | 2019-02-22 | 2 | -2/+107 | |
| | | | | (cherry picked from commit be41538f0061b406a374564a0043a363efcb0293) | |||||
* | main/dmvpn: upgrade to 1.0.1 | Kaarle Ritvanen | 2019-02-22 | 1 | -2/+2 | |
| | ||||||
* | main/wireless-regdb: move from community | Natanael Copa | 2019-02-22 | 1 | -0/+23 | |
| | | | | | | this is used by scripts/mkimg.base.sh so we need it in main repo (cherry picked from commit cabb87e13f0df475add5192c8e43e1d68120bf10) | |||||
* | main/alpine-conf: include wifi regulatory db in modloop | Timo Teräs | 2019-02-22 | 2 | -2/+37 | |
| | | | | | | ref #9549 (cherry picked from commit 64c5d7842ff796ab257b1cdef4f996bf04990c97) | |||||
* | main/cyrus-sasl: add missing /etc/sasl2 to libsasl2 | Carlo Landmeter | 2019-02-16 | 1 | -2/+2 | |
| | | | | fixes #9987 | |||||
* | main/apache2: Create /run folder for apache2 on install | Simon Frankenberger | 2019-02-14 | 1 | -1/+5 | |
| | | | | | | | | The directory /run/apache2 is only created when running in openrc (see apache2.initd). When installing on a non-openrc system (e.g. docker), this folder is missing and apache2 refuses to start. Closes https://bugs.alpinelinux.org/issues/9982 | |||||
* | main/py-werkzeug: update to 0.14.1 | Drew DeVault | 2019-02-12 | 1 | -7/+5 | |
| | ||||||
* | main/openssl: Fix openssl secfix version number | Alex Mirski-Fitton | 2019-02-12 | 1 | -1/+1 | |
| | ||||||
* | main/mosquitto: Fix for CVE-2018-12546, CVE-2018-12550, CVE-2018-12551 | Simon Frankenberger | 2019-02-12 | 1 | -4/+8 | |
| | ||||||
* | main/lxc: fix CVE-2019-5736 | Carlo Landmeter | 2019-02-12 | 2 | -2/+410 | |
| | ||||||
* | main/gpsd: bump pkgrel | Pavel Demin | 2019-02-11 | 1 | -1/+1 | |
| | ||||||
* | main/gpsd: fix PPS functionality | Pavel Demin | 2019-02-11 | 2 | -18/+12 | |
| | ||||||
* | main/dnssec-root: rebuild against openssl | J0WI | 2019-02-11 | 1 | -2/+2 | |
| | ||||||
* | main/libvorbis: Fix CVE-2018-10393 | Sören Tempel | 2019-02-08 | 2 | -2/+33 | |
| | ||||||
* | main/dovecot: disable tests on 32bit arches | Leonardo Arena | 2019-02-06 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | test-event-stats.c:365: Assert failed: compare_test_stats_to( "EVENT %lu 1 0 0" " stest-event-stats.c %d" " l0 0 ctest2\n", id, l) no merging parent sent to stats ...................................... : FAILED test-event-stats.c:394: Assert failed: compare_test_stats_to( "BEGIN %lu 0 1 0 0" " stest-event-stats.c %d ctest1\n" "EVENT %lu 1 1 0" " stest-event-stats.c %d" " l1 0 ctest2\n" "END\t%lu\n", idp, lp, idp, l, idp) no merging parent timestamp differs .................................. : FAILED merge events parent NULL ............................................. : ok test-event-stats.c:458: Assert failed: compare_test_stats_to( "EVENT %lu 1 0 0" " stest-event-stats.c %d l0 0" " ctest3 ctest2 ctest1 Tkey3" " 10 0 Ikey2 20" " Skey1 str1\n", id, l) merge events parent sent to stats .................................... : FAILED test-event-stats.c:490: Assert failed: compare_test_stats_to( "BEGIN %lu 0 1 0 0" " stest-event-stats.c %d ctest1\n" "EVENT %lu 1 3 0 " "stest-event-stats.c %d l3 0" " ctest2\nEND\t%lu\n", id, lp, id, l, id) skip empty parents ................................................... : FAILED test-event-stats.c:533: Assert failed: compare_test_stats_to( "BEGIN %lu 0 1 0 0" " stest-event-stats.c %d ctest1\n" "EVENT %lu 1 3 0 " "stest-event-stats.c %d l3 0 " "ctest4 ctest5 Tkey3 10 0 Skey4" " str4\nEND\t%lu\n", id, lp, id, l, id) merge events and skip empty parents .................................. : FAILED 5 / 7 tests failed | |||||
* | main/dovecot: Security upgrade to 2.3.4.1 (CVE-2019-3814) | Simon Frankenberger | 2019-02-06 | 2 | -6/+47 | |
| | ||||||
* | main/mkinitfs: fix fbsplash | Timo Teräs | 2019-02-06 | 2 | -2/+31 | |
| | ||||||
* | main/ghostscript: security update for CVE-2019-6116 | J0WI | 2019-02-06 | 1 | -1/+5 | |
| | ||||||
* | main/apache2: fix mod_proxy default configuration | Kaarle Ritvanen | 2019-02-01 | 1 | -1/+2 | |
| | | | | fixes #9829 | |||||
* | main/raspberrypi-bootloader: upgrade to 1.20181112 | Carlo Landmeter | 2019-02-01 | 1 | -2/+2 | |
| | ||||||
* | main/fuse3: move fuse.conf to correct directory | Tuan Hoang | 2019-01-31 | 1 | -2/+2 | |
| | | | | ref: #9946 | |||||
* | main/wavpack: security fixes (CVE-2018-19840, CVE-2018-19841) | Leonardo Arena | 2019-01-31 | 3 | -2/+63 | |
| | | | | Fixes #9915 | |||||
* | main/spice: re-enable tests | Leonardo Arena | 2019-01-31 | 2 | -34/+65 | |
| | | | | Disable also qxl-parsing failing due to patch for CVE-2019-3813 | |||||
* | main/spice: temporarily disable tests | Leonardo Arena | 2019-01-30 | 1 | -1/+2 | |
| | | | | FAIL: test-qxl-parsing on armv7 and ppc64le | |||||
* | main/spice: security fix (CVE-2019-3813) | Leonardo Arena | 2019-01-30 | 2 | -2/+108 | |
| | | | | Fixes #9940 | |||||
* | ======== release 3.9.0 ========v3.9.0 | Natanael Copa | 2019-01-29 | 1 | -1/+1 | |
| | ||||||
* | main/liblognorm: add patch for quoting support in parse-name-value | Jakub Jirutka | 2019-01-29 | 2 | -3/+90 | |
| | ||||||
* | main/ca-certificates: upgrade to 20190108 | Natanael Copa | 2019-01-29 | 2 | -35/+4 | |
| | | | | fixes #9935 | |||||
* | ==== release 3.9.0_rc6 ====v3.9.0_rc6 | Natanael Copa | 2019-01-28 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: add config-virt.aarch64 | Jake Buchholz | 2019-01-28 | 2 | -0/+4459 | |
| | | | | Adding an initial 'linux-virt' configuration for aarch64, intended to be used with AWS EC2 a1.* instances. | |||||
* | main/subversion: security upgrade to 1.11.1 | J0WI | 2019-01-28 | 1 | -2/+4 | |
| | | | | fixes #9931 | |||||
* | main/subversion: upgrade to 1.11.0 | J0WI | 2019-01-28 | 1 | -3/+8 | |
| | ||||||
* | main/rsyslog: disable on s390x due to czmq | Natanael Copa | 2019-01-28 | 1 | -1/+1 | |
| | ||||||
* | main/linux-rpi: upgrade to 4.19.18 | Natanael Copa | 2019-01-28 | 1 | -3/+3 | |
| | ||||||
* | main/rsyslog: build plugin mmnormalize and add it as subpackage | Jakub Jirutka | 2019-01-28 | 1 | -1/+4 | |
| | ||||||
* | main/liblognorm: new aport (needed for main/rsyslog) | Jakub Jirutka | 2019-01-28 | 1 | -0/+38 | |
| | | | | | http://www.liblognorm.com A fast log-normalization library | |||||
* | main/czmq: move from community | Jakub Jirutka | 2019-01-28 | 1 | -0/+37 | |
| | | | | It's needed for main/rsyslog. | |||||
* | main/rsyslog: rewrite default config to new syntax and unify file names | Jakub Jirutka | 2019-01-28 | 3 | -78/+87 | |
| |