Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/acf-alpine-baselayout: upgrade to 0.13.2 | Ted Trask | 2018-06-26 | 1 | -5/+4 | |
| | | | | (cherry picked from commit 26a78bb0bddafc8ca808b00f83f4d304f8c5c7bf) | |||||
* | main/xen: XSA-263 & 267 | Henrik Riomar | 2018-06-22 | 25 | -1/+4078 | |
| | | | | | - CVE-2018-3639 XSA-263 (depends on 5 patches from stable-4.9) - CVE-2018-3665 XSA-267 (depends on 3 patches from stable-4.9) | |||||
* | main/one-context: upgrade to 0.5.4 | Jakub Jirutka | 2018-06-22 | 1 | -2/+2 | |
| | ||||||
* | main/vlan: fix support for both ipv4 and ipv6 address on vlans | Natanael Copa | 2018-06-21 | 2 | -12/+9 | |
| | | | | fixes #9018 | |||||
* | Revert "main/vlan: check if subinterface already exists" | Kaarle Ritvanen | 2018-06-21 | 3 | -19/+15 | |
| | | | | | | This reverts commit 6073409488faf0051dc1f188042f444bbd4c4743. Reason: bashism (trap ERR) | |||||
* | main/vlan: check if subinterface already exists | Anthony Ruhier | 2018-06-21 | 3 | -15/+19 | |
| | | | | | | | | | The vlan preup script tried to create the subinterface even if it already exists. It does not work on dualstack (ipv4 + ipv6) configurations, and on subinterfaces with multiple addresses setup. Now the vlan and mvlan scripts check if the interface does not already exist, and only if it does not, try to create it. | |||||
* | main/vlan: do not fail if iface exists | Kaarle Ritvanen | 2018-06-21 | 2 | -4/+6 | |
| | ||||||
* | main/libgcrypt: security upgrade to 1.8.3 | Natanael Copa | 2018-06-19 | 2 | -3/+55 | |
| | | | | fixes #9004 | |||||
* | main/redis: security upgrade to 4.0.10 (CVE-2018-11218,CVE-2018-11219) | Natanael Copa | 2018-06-19 | 1 | -2/+7 | |
| | | | | fixes #9021 | |||||
* | main/libressl: upgrade to 2.6.5, add secfixes comment | J0WI | 2018-06-15 | 1 | -5/+8 | |
| | ||||||
* | main/gnupg: security fix (CVE-2018-12020) | Leonardo Arena | 2018-06-13 | 2 | -3/+53 | |
| | | | | Fixes #8994 | |||||
* | main/freetype: security fix (CVE-2018-6942) | Leonardo Arena | 2018-06-13 | 2 | -1/+43 | |
| | | | | Fixes #8988 | |||||
* | main/perl: security fix (CVE-2018-12015) | Leonardo Arena | 2018-06-13 | 2 | -2/+47 | |
| | | | | Fixes #8983 | |||||
* | main/wavpack: add secfixes | prspkt | 2018-06-11 | 3 | -2/+143 | |
| | | | | | | | | | | | fixes for: -CVE-2018-10536 -CVE-2018-10537 -CVE-2018-10538 -CVE-2018-10539 -CVE-2018-10540 Fixes #8912 | |||||
* | main/wavpack: security fixes | Leonardo Arena | 2018-06-11 | 4 | -14/+231 | |
| | | | | | | CVE-2018-6767, CVE-2018-7253, CVE-2018-7254 Fixes #8592 | |||||
* | main/strongswan: security upgrade to 5.6.3 (CVE-2018-5388) | Leonardo Arena | 2018-06-11 | 1 | -2/+4 | |
| | | | | Fixes #8955 | |||||
* | main/sdl2_image: security fixes. Fixes #8941 | Francesco Colista | 2018-06-06 | 11 | -3/+361 | |
| | | | | | | | | | | | | | | Security fixes for the following CVEs: CVE-2017-12122 CVE-2017-14440 CVE-2017-14441 CVE-2017-14442 CVE-2017-14448 CVE-2017-14450 CVE-2018-3837 CVE-2018-3838 CVE-2018-3839 | |||||
* | main/xfsprogs: fix owner of files | Natanael Copa | 2018-06-06 | 1 | -1/+2 | |
| | | | | fixes #8967 | |||||
* | main/busybox: rebuild to make sure package is signed | Natanael Copa | 2018-06-06 | 1 | -1/+1 | |
| | | | | | | | The -r10 package got not properly signed due to ABI breakage in openssl (commit 1b2b08e28cbf2539b23cd4fc487cf00caaf19163) Bump pkgrel so we rebuild it. | |||||
* | main/abuild: fix race when stripping | Natanael Copa | 2018-06-01 | 2 | -2/+39 | |
| | ||||||
* | main/git: security upgrade to 2.15.2 (CVE-2018-11233,CVE-2018-11235) | Natanael Copa | 2018-05-30 | 1 | -3/+6 | |
| | | | | fixes #8947 | |||||
* | main/binutils: backport fix for ppc64le | Natanael Copa | 2018-05-30 | 2 | -1/+96 | |
| | | | | | | | | | | This fixes clang testsuite. Patch was taken from upstream binutils-2_30-branch https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=shortlog;h=refs/heads/binutils-2_30-branch Upstream report: https://sourceware.org/ml/binutils/2018-03/msg00183.html | |||||
* | main/binutils: upgrade to 2.30 | Natanael Copa | 2018-05-30 | 3 | -439/+3 | |
| | | | | ref #7314 | |||||
* | Revert "main/libressl: add options -verify_{hostname,email,ip} to s_client" | Natanael Copa | 2018-05-30 | 3 | -109/+2 | |
| | | | | | | | | | | This patch introduced new symbols that broke pip cryptography=2.2.2. The busybox wget issue was fixed by implementing ssl_client so this backport is no longer needed. ref #8939 This reverts commit 3cf23fc4eefde870de2c80c0dae5a3f48d676c1f. | |||||
* | main/busybox: properly fix wget https support | Natanael Copa | 2018-05-30 | 7 | -170/+307 | |
| | | | | | | | | | | | | | | | | | | | | | fix busybox wget https support by using an external ssl_client helper for https. Disable the use of external openssl. This was fixed to check certificates as a temporary solution. openssl can not produce any useful error messages on certificate errors. It is big. So we simply disable its use. For dynamic busybox we disable the internal ssl_client and the internal (broken) tls code, and build our own ssl_client which properly verifies the certificates. For the static busybox we enable the internal ssl_client and tls code, but we only allow its use with --no-check-certificates. This is so we still can fetch things from https in an emergency situation. We auto-install ssl_client if both libssl and busybox are installed. This is to keep backwards compatibility. | |||||
* | main/busybox: wget: verify certificate when openssl helper is used | Jakub Jirutka | 2018-05-28 | 2 | -1/+74 | |
| | ||||||
* | main/busybox: wget: print warning when internal TLS code is used | Jakub Jirutka | 2018-05-28 | 2 | -0/+90 | |
| | ||||||
* | main/libressl: add options -verify_{hostname,email,ip} to s_client | Jakub Jirutka | 2018-05-28 | 3 | -2/+109 | |
| | ||||||
* | main/libressl: upgrade to 2.6.4 | Natanael Copa | 2018-05-28 | 1 | -2/+2 | |
| | ||||||
* | main/curl: fix crashes due to LibreSSL/OpenSSL engines conflicts | Jakub Jirutka | 2018-05-25 | 2 | -2/+47 | |
| | ||||||
* | main/tiff: fix CVE-2018-8905 | prspkt | 2018-05-24 | 2 | -2/+57 | |
| | ||||||
* | main/tiff: fix CVE-2018-7456 | prspkt | 2018-05-24 | 2 | -2/+176 | |
| | ||||||
* | main/bind: security upgrade to 9.11.3 | Jakub Jirutka | 2018-05-24 | 1 | -2/+8 | |
| | ||||||
* | main/bmd-tools: upgrade to 1.0.2 | Timo Teräs | 2018-05-24 | 1 | -2/+2 | |
| | ||||||
* | main/xen: security fixes XSA 260-262 | Henrik Riomar | 2018-05-21 | 8 | -1/+1078 | |
| | | | | | | CVE-2018-8897 XSA-260 (depends x86-XPTI-reduce-.text.entry.patch) CVE-2018-10982 XSA-261 CVE-2018-10981 XSA-262 | |||||
* | main/sqlite: fix CVE-2018-8740 | Jakub Jirutka | 2018-05-20 | 2 | -1/+43 | |
| | | | | Ref #8786 (https://bugs.alpinelinux.org/issues/8786) | |||||
* | main/curl: security upgrade to 7.60.0 | prspkt | 2018-05-20 | 1 | -3/+6 | |
| | ||||||
* | main/darkhttpd: Add svg support to default mimetypes | Carlo Landmeter | 2018-05-14 | 2 | -3/+33 | |
| | ||||||
* | main/postgresql: security upgrade to 10.4 | Jakub Jirutka | 2018-05-14 | 1 | -10/+12 | |
| | | | | | Fixes CVE-2018-1115 See https://www.postgresql.org/about/news/1851/ | |||||
* | main/wget: security upgrade to 1.19.5 | Andy Postnikov | 2018-05-10 | 1 | -3/+5 | |
| | ||||||
* | main/jq: security fix (CVE-2016-4074). Fixes #8808 | Leonardo Arena | 2018-04-30 | 2 | -3/+45 | |
| | ||||||
* | main/xen: security fixes | Henrik Riomar | 2018-04-30 | 3 | -1/+146 | |
| | | | | | CVE-2018-10472, XSA-258 CVE-2018-10471, XSA-259 | |||||
* | main/mkinitfs: virtio_net depends on virtio_pci | Carlo Landmeter | 2018-04-29 | 2 | -2/+27 | |
| | ||||||
* | main/mkinitfs: features add virtio_net to network modules | Carlo Landmeter | 2018-04-29 | 2 | -2/+25 | |
| | ||||||
* | main/perl: security upgrade to 5.26.2 | Leonardo Arena | 2018-04-17 | 1 | -7/+10 | |
| | | | | | | CVE-2018-6797, CVE-2018-6798, CVE-2018-6913 Fixes #8802 | |||||
* | main/clamav: security upgrade 0.99.4 | Leonardo Arena | 2018-04-11 | 2 | -28/+9 | |
| | | | | | | CVE-2018-0202, CVE-2018-1000085 Fixes #8694 | |||||
* | main/mariadb: security upgrade to 10.1.32 | Leonardo Arena | 2018-04-11 | 1 | -3/+13 | |
| | | | | | | | CVE-2017-10268, CVE-2017-10378, CVE-2017-15365, CVE-2018-2562 CVE-2018-2612, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665, CVE-2018-2668 Fixes #8688 | |||||
* | main/xen: upgrade to 4.9.2 | Henrik Riomar | 2018-04-05 | 17 | -2457/+5 | |
| | | | | | | | | Update musl-support.patch and remove hunk that fixes tools/libxl/libxl_arm_acpi.c as this is in upstream commit: 6b1a2704e7 libxl/arm: Fix build on arm64 + acpi Drop patches included in new upstream version | |||||
* | main/apk-tools: fix index refresh on time zero | Timo Teräs | 2018-04-05 | 2 | -2/+38 | |
| | | | | (cherry picked from commit 1dcf9e4a7be72e1b04fcfbdb24c4406e44bb1926) | |||||
* | main/tiff: fix CVE-2018-5784 | prspkt | 2018-04-02 | 3 | -3/+135 | |
| | | | | fixes #8707 |