| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Fixes #9759
|
|
|
|
| |
Fixes #9834
|
|
|
|
| |
Fixes #9877
|
|
|
|
|
|
| |
CVE-2018-16738, CVE-2018-16758
Fixes #9840
|
| |
|
| |
|
|
|
|
|
|
|
| |
CVE-2018-19961, CVE-2018-19962, CVE-2018-18883,
CVE-2018-19965, CVE-2018-19966, CVE-2018-19967
Fixes #9844
|
|
|
|
| |
Fixes #9916
|
|
|
|
| |
Fixes #9941
|
|
|
|
| |
fixes #9932
|
| |
|
| |
|
|
|
|
| |
fixes #9907
|
|
|
|
| |
fixes #9885
|
|
|
|
|
|
| |
CVE-2018-1000807, CVE-2018-1000808
fixes #9866
|
|
|
|
| |
fixes #9848
|
|
|
|
| |
fixes #9864
|
|
|
|
|
|
|
|
| |
was removed in commit 3f7f81, builds without any issue
fixes #9509
(cherry picked from commit 85ed9b9df1975852396ffad810566787f1decdf8)
|
|
|
|
|
|
| |
fixes #9837
(cherry picked from commit f47923b5f7d199694385595ec9c649290c423155)
|
|
|
|
| |
Fixes #9816
|
| |
|
|
|
|
|
|
|
|
|
|
| |
CVE-2016-9843, CVE-2018-3058, CVE-2018-3060, CVE-2018-3063,
CVE-2018-3064, CVE-2018-3066, CVE-2018-3143, CVE-2018-3156,
CVE-2018-3162, CVE-2018-3173, CVE-2018-3174, CVE-2018-3185,
CVE-2018-3200, CVE-2018-3251, CVE-2018-3277, CVE-2018-3282,
CVE-2018-3284
Fixes #9788
|
|
|
|
| |
Fixes #9803
|
| |
|
|
|
|
|
|
| |
fixes #9738
(cherry picked from commit 06485d00e93e16f309f3ee5a9dafb8896c970ab6)
|
|
|
|
|
|
|
| |
- CVE-2018-14423
- CVE-2018-6616
this commit fixes #9798
|
|
|
|
| |
fixes dad.if-up getting stuck
|
|
|
|
|
|
|
|
| |
CVE-2018-19661, CVE-2018-19662)
This is upstream commit 8ddc442d539ca775d80cdbc7af17a718634a743f
Partially fixes #9233
|
|
|
|
| |
fixes #9792
|
|
|
|
|
|
| |
The package simply needs the openssl binary which is also provided by
the libressl package and currently libressl is still our default openssl
implementation.
|
|
|
|
|
|
|
| |
The same key is not always written to the same file. Since we simply
concatenate it we might end up with different trusted keys files.
Sort the file using the key string to make the build reproducible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes the new root trust anchor.
I consider this superior to the solution provided in [1] as it uses a
python tool recommended by the iana [2] for fetching the root trust
anchors. This tool also takes care of verifying their accuracy by
checking the S/MIME signature.
See also #9552.
[1]: https://github.com/alpinelinux/aports/pull/5400
[2]: https://github.com/iana-org/get-trust-anchor
|
| |
|
|
|
|
| |
fixes #9742
|
|
|
|
|
|
| |
py-typing is required by py-sphinx
(cherry picked from commit 3e055e1019626be7d87394ee56e1b07c9071f963)
|
|
|
|
|
|
|
|
|
| |
We need to specify all the runtime dependencies for the subpackages in
global scope so the build order can be properly detected.
ref https://github.com/alpinelinux/aports/pull/4812
(cherry picked from commit a93d2b7eacde17d8e354f23524aa4b6ab43f3e7b)
|
| |
|
|
|
|
|
| |
py-sphinx in main needs py-packagin since commit 2f6caa59b98b
(main/py-sphinx: fix depends).
|
|
|
|
| |
fixes #9773
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|