| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes an OpenJDK 8 regression discovered in docker-library/openjdk#115
on Alpine Linux 3.5 (u121) and 3.6 (u131) that causes TLS negotiation
errors for some clients.
Root cause appears to be OpenJDK announcing support for NIST curves the
underlying NSS library does doesn't. This patch limits OpenJDK's
announcement to elliptic curves 23 (secp256r1), 24 (secp384r1), and 25
(secp521r1).
Related issues:
* https://github.com/docker-library/openjdk/issues/115
* https://bugs.alpinelinux.org/issues/7404
* https://access.redhat.com/discussions/2339811
* https://bugzilla.redhat.com/show_bug.cgi?id=1022017
* https://bugzilla.redhat.com/show_bug.cgi?id=1348525
ref #7404
|
|
|
|
|
|
|
|
|
|
|
|
| |
Java will only use 1024 byte buffer for parsing mounts. Unlike glibc
will musl return error when this is not big enough instead of truncating
it.
We solve it by allocating a much bigger buffer.
fixes #7093
We also build without precompiled headers, which does not work eith PIE.
|
|
|
|
|
|
|
|
| |
since icedtea 3.4 the configure script will select aarch32 hotspot build
due to better performace. Our patches does not apply to this so for now
we use the default hotspot, even if it is slower on armhf.
http://blog.fuseyism.com/index.php/2017/05/17/security-icedtea-3-4-0-for-openjdk-8-armed-and-ready-released/
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Musl on Power does not define regs member as a pt_regs pointer type,
hence it's necessary to use member gp_regs instead.
|
| |
|
|
|
|
|
|
| |
This is related to new version of abuild running with `set -e`.
The build failed on armhf; classes.jsa is apparently not generated on
this platform and hence failed to be removed.
|
|
|
|
| |
needs nss-static for libfreebl.a
|
| |
|
| |
|
|
|
|
|
|
| |
- fix the script to work with split subpkg directory layout
- make apkbuild abort on marking error
- rebuild with new abuild that has xattr issue fixed
|
|
|
|
| |
Fixes #8996
|
|
|
|
| |
Fixes #8990
|
|
|
|
|
|
| |
CVE-2018-6797, CVE-2018-6798, CVE-2018-6913
Fixes #8804
|
|
|
|
| |
Fixes #8832
|
|
|
|
|
|
|
|
|
|
|
| |
fixes for:
-CVE-2018-10536
-CVE-2018-10537
-CVE-2018-10538
-CVE-2018-10539
-CVE-2018-10540
Fixes #8914
|
|
|
|
|
|
| |
CVE-2018-6767, CVE-2018-7253, CVE-2018-7254
Fixes #8595
|
|
|
|
|
| |
CVE-2018-11356, CVE-2018-11357, CVE-2018-11358,
CVE-2018-11359, CVE-2018-11360, CVE-2018-11362
|
|
|
|
| |
Fixes #8949
|
|
|
|
| |
fixes #8969
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security fiexes for the following CVEs:
CVE-2017-2887
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
|
|
|
|
|
| |
busybox wget cannot verify https certificates so disable https unless user
explicitly tells its ok by specifying --no-check-certificate
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
CVE-2018-10472 XSA-258
CVE-2018-10471 XSA-259
CVE-2018-8897 XSA-260
CVE-2018-10982 XSA-261
CVE-2018-10981 XSA-262
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fixes CVE-2018-1115
See https://www.postgresql.org/about/news/1851/
|
| |
|
|
|
|
|
|
|
|
| |
CVE-2018-9256, CVE-2018-9257, CVE-2018-9258, CVE-2018-9260,
CVE-2018-9261, CVE-2018-9262, CVE-2018-9263, CVE-2018-9264,
CVE-2018-9267, CVE-2018-10194
Fixes #8823
|
|
|
|
| |
Fixes #8810
|
|
|
|
| |
CVE-2018-5712
|
|
|
|
| |
CVE-2018-5712
|
|
|
|
| |
CVE-2018-7602
|
|
|
|
|
|
| |
CVE-2018-0202, CVE-2018-1000085
Fixes #8696
|
|
|
|
|
|
|
| |
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 #8690
|
|
|
|
|
|
|
|
|
| |
This reverts commit b92ecf47e1d7a8f61e049eba34bf9730f806dbec.
4.7.5 pulled by xenproject:
https://lists.xenproject.org/archives/html/xen-announce/2018-04/msg00001.html
Closes #8763
|
|
|
|
|
|
|
| |
While at it, drop unused patches and patch files
rombios-no-pie.patch: not needed due to upstream:
b704b1a09b rombios: prevent building with PIC/PIE
|
|
|
|
| |
fixes #8709
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 #8749
|
|
|
|
| |
fixes #8736
|
|
|
|
| |
fixes #8731
|
|
|
|
| |
Fixes #8720
|