aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/linux-vanilla: enable CONFIG_PINCTRL_BAYTRAIL=yJoe Holden2019-02-253-5/+5
| | | | | | This fixes the card reader on some of the Atom tablet SoCs (cherry picked from commit 835e69be7433b5f9772e253c43bb1969495ad627)
* main/linux-vanilla: upgrade to 4.19.21Natanael Copa2019-02-251-3/+3
|
* main/linux-vanilla: build CONFIG_RTL8723BS=mJoe Holden2019-02-253-4/+4
| | | | (cherry picked from commit 4194b340360804717ea0b39357bd2021c8e780b7)
* main/linux-vanilla: Enable CONFIG_HW_RANDOM_VIRTIO for ppc64leDDoSolitary2019-02-252-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 Feldman2019-02-255-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.20Natanael Copa2019-02-251-2/+2
|
* main/linux-rpi: upgrade to 4.19.25Natanael Copa2019-02-251-3/+3
|
* community/borgbackup: backport patch to make borg work againAdam Ruzicka2019-02-252-3/+18
| | | | | | fixes #9927 (cherry picked from commit 3a0a741747a76ff24c7751c2aae27482bb9a0d35)
* main/libressl: upgrade to 2.7.5 and set pcprefixNatanael Copa2019-02-251-3/+4
| | | | | | fixes #9959 (cherry picked from commit 5db940af6587abdb7e3ca4d226ed0fec79773a88)
* main/tinyproxy: fix conf location and openrc scriptNatanael Copa2019-02-252-6/+6
| | | | fixes #9973
* main/qemu: workaround bug in qemu due to memcpy assumed to be atomicNatanael Copa2019-02-252-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 dereferenceMilan P. Stanić2019-02-252-2/+40
| | | | | | | fixes #10034 bump pkgrel (cherry picked from commit 70b3b18877a66cddb26ca51dbae977e677696811)
* main/abuild: backport support for pcprefixNatanael Copa2019-02-252-2/+73
| | | | | | ref #9959 (cherry picked from commit 715b4a332048238d5f4784bdaa8f128859e755a0)
* main/tar: upgrade to 1.32J0WI2019-02-251-7/+6
| | | | | | ref #10027 (cherry picked from commit e14f30776ab55c428f268da628c29a97fe8885af)
* drone: add config for v3.9Carlo Landmeter2019-02-241-0/+145
|
* main/aconf: upgrade to 0.7.0Kaarle Ritvanen2019-02-221-2/+2
|
* community/chromium: fix build on armv7Natanael Copa2019-02-223-2/+36
| | | | | | fixes #9870 (cherry picked from commit 9ed06c36d97148233ab5ece5d931a2b3c4571bf0)
* community/chromium: upgrade to 72.0.3626.109 and fix deadlockNatanael Copa2019-02-2210-825/+77
| | | | | | | | fixes #9808 Upstream bug report: https://bugs.chromium.org/p/v8/issues/detail?id=8881 (cherry picked from commit 01e082330dad92dec25b85358b790686fd54ce68)
* community/wxgtk: Rebuild due to incompatibilitiesSimon Frankenberger2019-02-221-1/+1
| | | | | | | | | | | The wx-libraries had some incompabitilies regarding X++ ABI, as seen in filezilla. Just rebuild it and everything is fine. This closes https://bugs.alpinelinux.org/issues/9970 fixes #9970 (cherry picked from commit 0b2c279a17f5d8ece581d7e2ef560fd7db37ef8a)
* main/alpine-conf: backport support for modloopfw optionNatanael Copa2019-02-222-2/+107
| | | | (cherry picked from commit be41538f0061b406a374564a0043a363efcb0293)
* main/dmvpn: upgrade to 1.0.1Kaarle Ritvanen2019-02-221-2/+2
|
* main/wireless-regdb: move from communityNatanael Copa2019-02-221-0/+0
| | | | | | this is used by scripts/mkimg.base.sh so we need it in main repo (cherry picked from commit cabb87e13f0df475add5192c8e43e1d68120bf10)
* community/wireless-regdb: include the new format firmware fileTimo Teräs2019-02-221-1/+3
| | | | | | ref #9549 (cherry picked from commit 879ccecb8bae7421243903595a65f25ffb88e69e)
* main/alpine-conf: include wifi regulatory db in modloopTimo Teräs2019-02-222-2/+37
| | | | | | ref #9549 (cherry picked from commit 64c5d7842ff796ab257b1cdef4f996bf04990c97)
* main/cyrus-sasl: add missing /etc/sasl2 to libsasl2Carlo Landmeter2019-02-161-2/+2
| | | | fixes #9987
* community/omxplayer: upgrade to snapshot of 2019-01-02Timo Teräs2019-02-151-3/+3
| | | | fixes #9984
* main/apache2: Create /run folder for apache2 on installSimon Frankenberger2019-02-141-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
* community/gns3-gui: fixed sip-qt5 error dependencyFrancesco Colista2019-02-142-5/+207
| | | | | | | | This problem has been introduced with Qt5 upgrade from 5.10 to 5.1x. SIP now is shipped separately. This fix has been cherry-picked from edge. Patch has been provided by GNS3 developers: https://github.com/GNS3/gns3-gui/issues/2709
* community/py-sip: fixed the build for PyQt5.sip and sip binaryFrancesco Colista2019-02-141-26/+24
| | | | cherry-piecked from edge
* main/py-werkzeug: update to 0.14.1Drew DeVault2019-02-121-7/+5
|
* main/openssl: Fix openssl secfix version numberAlex Mirski-Fitton2019-02-121-1/+1
|
* community/runc: upgrade for CVE-2019-5736Jake Buchholz2019-02-121-6/+11
| | | | build from the commit that addresses https://nvd.nist.gov/vuln/detail/CVE-2019-5736
* main/mosquitto: Fix for CVE-2018-12546, CVE-2018-12550, CVE-2018-12551Simon Frankenberger2019-02-121-4/+8
|
* main/lxc: fix CVE-2019-5736Carlo Landmeter2019-02-122-2/+410
|
* main/gpsd: bump pkgrelPavel Demin2019-02-111-1/+1
|
* main/gpsd: fix PPS functionalityPavel Demin2019-02-112-18/+12
|
* main/dnssec-root: rebuild against opensslJ0WI2019-02-111-2/+2
|
* main/libvorbis: Fix CVE-2018-10393Sören Tempel2019-02-082-2/+33
|
* community/nextcloud: upgrade to 15.0.4Leonardo Arena2019-02-071-2/+2
|
* main/dovecot: disable tests on 32bit archesLeonardo Arena2019-02-061-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 Frankenberger2019-02-062-6/+47
|
* community/openjdk7: security upgrade to 7.201.2.6.16Simon Frankenberger2019-02-061-12/+20
| | | | | | | | | | | | | - CVE-2018-3136 - CVE-2018-3139 - CVE-2018-3149 - CVE-2018-3169 - CVE-2018-3180 - CVE-2018-3214 - CVE-2018-13785 This commit upgrades OpenJDK7 to the latest release, 7u201. This contains many security fixes, additional information can be found at: http://blog.fuseyism.com/index.php/2019/01/03/security-icedtea-2-6-16-for-openjdk-7-released/
* main/mkinitfs: fix fbsplashTimo Teräs2019-02-062-2/+31
|
* main/ghostscript: security update for CVE-2019-6116J0WI2019-02-061-1/+5
|
* community/elasticsearch: upgrade to 6.4.3Jakub Jirutka2019-02-051-3/+3
|
* main/apache2: fix mod_proxy default configurationKaarle Ritvanen2019-02-011-1/+2
| | | | fixes #9829
* main/raspberrypi-bootloader: upgrade to 1.20181112Carlo Landmeter2019-02-011-2/+2
|
* community/gitea: security upgrade to 1.6.4Bwko2019-02-011-2/+2
|
* community/libraw: security upgrade to 0.19.2Leonardo Arena2019-01-311-2/+6
| | | | | | CVE-2018-20363, CVE-2018-20364, CVE-2018-20365 Fixes #9896
* main/fuse3: move fuse.conf to correct directoryTuan Hoang2019-01-311-2/+2
| | | | ref: #9946