| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
fixes #9018
|
|
|
|
|
|
| |
This reverts commit 6073409488faf0051dc1f188042f444bbd4c4743.
Reason: bashism (trap ERR)
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
fixes #9004
|
|
|
|
| |
fixes #9021
|
| |
|
|
|
|
| |
Fixes #8994
|
|
|
|
| |
Fixes #8988
|
|
|
|
| |
Fixes #8983
|
|
|
|
|
|
|
|
|
|
|
| |
fixes for:
-CVE-2018-10536
-CVE-2018-10537
-CVE-2018-10538
-CVE-2018-10539
-CVE-2018-10540
Fixes #8912
|
|
|
|
|
|
| |
CVE-2018-6767, CVE-2018-7253, CVE-2018-7254
Fixes #8592
|
|
|
|
| |
Fixes #8955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
fixes #8967
|
|
|
|
|
|
|
| |
The -r10 package got not properly signed due to ABI breakage in openssl
(commit 1b2b08e28cbf2539b23cd4fc487cf00caaf19163)
Bump pkgrel so we rebuild it.
|
| |
|
|
|
|
| |
fixes #8947
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
ref #7314
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
CVE-2018-8897 XSA-260 (depends x86-XPTI-reduce-.text.entry.patch)
CVE-2018-10982 XSA-261
CVE-2018-10981 XSA-262
|
|
|
|
| |
Ref #8786 (https://bugs.alpinelinux.org/issues/8786)
|
| |
|
| |
|
|
|
|
|
| |
Fixes CVE-2018-1115
See https://www.postgresql.org/about/news/1851/
|
| |
|
| |
|
|
|
|
|
| |
CVE-2018-10472, XSA-258
CVE-2018-10471, XSA-259
|
| |
|
| |
|
|
|
|
|
|
| |
CVE-2018-6797, CVE-2018-6798, CVE-2018-6913
Fixes #8802
|
|
|
|
|
|
| |
CVE-2018-0202, CVE-2018-1000085
Fixes #8694
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(cherry picked from commit 1dcf9e4a7be72e1b04fcfbdb24c4406e44bb1926)
|
|
|
|
| |
fixes #8707
|
|
|
|
|
|
| |
Fixes CVE-2017-3738, CVE-2018-0739, CVE-2018-0733
Rebuilds packages that link openssl statically.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2017-17742: HTTP response splitting in WEBrick
CVE-2018-6914: Unintentional file and directory creation with directory
traversal in tempfile and tmpdir
CVE-2018-8777: DoS by large request in WEBrick
CVE-2018-8778: Buffer under-read in String#unpack
CVE-2018-8779: Unintentional socket creation by poisoned NUL byte in
UNIXServer and UNIXSocket
CVE-2018-8780: Unintentional directory traversal by poisoned NUL byte in
Dir
fixes #8747
|