| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Fixes #8220
|
|
|
|
| |
Fixes #8283
|
|
|
|
| |
Fixes #8293
|
|
|
|
|
|
| |
CVE-2017-16548, CVE-2017-17433, CVE-2017-17434
Fixes #8319
|
|
|
|
| |
Fixes #8329
|
|
|
|
| |
See: https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-4-3-released/
|
|
|
|
|
|
|
|
|
| |
fixes #8275
CVE-2017-3737
CVE-2017-3738
(cherry picked from commit d2d350f8a099c9ed303f00888e05626662e5c7f6)
|
| |
|
| |
|
|
|
|
| |
fixes #8182
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fixes #8206
3.2.9-r0:
- CVE-2017-15186
3.2.8-r0:
- CVE-2017-14054
- CVE-2017-14055
- CVE-2017-14056
- CVE-2017-14057
- CVE-2017-14058
- CVE-2017-14059
- CVE-2017-14169
- CVE-2017-14170
- CVE-2017-14171
- CVE-2017-14222
- CVE-2017-14223
- CVE-2017-14225
- CVE-2017-14767
3.2.7-r0:
- CVE-2017-11399
- CVE-2017-11665
- CVE-2017-11665
- CVE-2017-11719
3.2.6-r0:
- CVE-2017-9608
- CVE-2017-9993
3.2.5-r0:
- CVE-2017-9991
- CVE-2017-9992
- CVE-2017-9994
- CVE-2017-9996
3.2.4-r0:
- CVE-2017-5024
- CVE-2017-5025
|
|
|
|
|
|
|
|
| |
CVE-2017-8816
CVE-2017-8817
CVE-2017-8818
fixes #8213
|
|
|
|
|
|
|
|
| |
We are not affected by CVE-2017-16231 due to our build with
--with-match-limit-recursion=8192. We had this option since first
commit, version 7.8, and were never affected.
fixes #8140
|
|
|
|
| |
Fixes http://bugs.alpinelinux.org/issues/8057
|
|
|
|
|
|
| |
upstream issue: https://gitlab.xiph.org/xiph/vorbis/issues/2330
fixes #7938
|
|
|
|
| |
fixes #8083
|
|
|
|
| |
fixes #8126
|
|
|
|
| |
fixes #8188
|
|
|
|
| |
fixes #8146
|
|
|
|
|
|
|
|
| |
Fixes: CVE-2017-15098, CVE-2017-15099
Release Notes: https://www.postgresql.org/about/news/1801/
PostgreSQL on Alpine has never been affected by CVE-2017-12172.
|
|
|
|
| |
fixes #8165
|
| |
|
|
|
|
|
|
|
|
|
| |
CVE-2017-3735
CVE-2017-3736
fixes #8114
(cherry picked from commit c57b41c34309ede6b832e2edc306f6ab14a5d78c)
|
|
|
|
| |
(cherry picked from commit da64f1dce381d98a8e06b16a19b5aea1d01170c4)
|
| |
|
| |
|
| |
|
|
|
|
| |
partially fixes #7315
|
|
|
|
|
|
| |
(CVE-2017-14316, CVE-2017-14317, CVE-2017-14318, CVE-2017-14319)
fixes #7820
|
|
|
|
| |
Fixes #7866
|
|
|
|
| |
fixes #7877
|
|
|
|
| |
fixes #8039
|
|
|
|
|
|
| |
(CVE-2017-12150, CVE-2017-12151, CVE-2017-12163)
fixes #7892
|
|
|
|
| |
fixes #8031
|
|
|
|
| |
fixes #7903
|
|
|
|
| |
fixes #7929
|
| |
|
|
|
|
|
|
|
|
|
| |
"Mutt 1.8.3 was released on May 30, 2017.
This is a bug-fix release, fixing a memory leak, a couple IMAP issues,
and a few other small issues." -- mutt.org
BTW license name in APKBUILD has been fixed to be conformant to SPDX,
that we agreed to use back in June 2017 on #alpine-devel.
|
|
|
|
| |
This reverts commit 94eec0c787af9a21f974d849af5a50a9e4969369.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix bugs in 2 packages by removing Unicode whitespace.
I found these problems by parsing all APKBUILD scripts with my shell
(http://www.oilshell.org/).
The problem only occurs if 'make' fails. Here is an excerpt:
$ od -c unicode-space.sh
0000000 m a k e | | 302 240 r e t u r n
0000020 1 \n
0000022
\302 \204 is a utf-8 whitespace. No shells accept this -- it's parsed
as part of the 'return' word, which makes it an invalid command.
$ busybox ash unicode-space.sh
make: *** No targets specified and no makefile found. Stop.
unicode-space.sh: line 1: return: not found
$ bash unicode-space.sh
make: *** No targets specified and no makefile found. Stop.
unicode-space.sh: line 1: return: command not found
$ dash unicode-space.sh
make: *** No targets specified and no makefile found. Stop.
unicode-space.sh: 1: unicode-space.sh: return: not found
Remove '|| return 1' from lines that contained unicode whitespace.
abuild now runs with 'set -e'.
|
|
|
|
| |
This reverts commit 7d3171a9ade7e7eba5469d25a350a2cc270bda68.
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit dad897776e7acc96e0965ded745980e2e19fd120)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- CVE-2017-13077
- CVE-2017-13078
- CVE-2017-13079
- CVE-2017-13080
- CVE-2017-13081
- CVE-2017-13082
- CVE-2017-13084 (not applicable)
- CVE-2017-13086
- CVE-2017-13087
- CVE-2017-13088
https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2017-13077
CVE-2017-13078
CVE-2017-13079
CVE-2017-13080
CVE-2017-13081
CVE-2017-13082
CVE-2017-13086
CVE-2017-13087
CVE-2017-13088
See also: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- CVE-2017-11112
- CVE-2017-11113
- CVE-2017-13728
- CVE-2017-13729
- CVE-2017-13730
- CVE-2017-13731
- CVE-2017-13732
- CVE-2017-13733
- CVE-2017-13734
fixes #7967
|