| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
(cherry picked from commit 563219286cc5231fa8d48ce13886e258e632bad5)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
CVE-2016-2107 Prevent padding oracle in AES-NI CBC MAC check
CVE-2016-2105 Fix EVP_EncodeUpdate overflow
CVE-2016-2106 Fix EVP_EncryptUpdate overflow
CVE-2016-2109 Prevent ASN.1 BIO excessive memory allocation
CVE-2016-2176 EBCDIC overread
|
|
|
|
|
| |
CVE-2016-3074
CVE-2016-3078
|
|
|
|
| |
(cherry picked from commit 56c33fd46545788710145efb345b6f5d627b0958)
|
|
|
|
| |
fixes #5434
|
| |
|
|
|
|
|
|
| |
https://github.com/roundcube/roundcubemail/issues/4949
https://github.com/roundcube/roundcubemail/issues/4957
(cherry picked from commit 1c47bb194e5eb625f9d585d14858c8e36db58aa6)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
CVE-2016-3630
CVE-2016-3068
CVE-2016-3069
fixes #5392
|
|
|
|
|
|
| |
fixes #5404
(cherry picked from commit 19e60f13ef015dfb3f0e5d705b0626e4b24df886)
|
|
|
|
|
|
| |
ref #5404
(cherry picked from commit eba7d422bfdc722b02d68672186dc00450a7023a)
|
|
|
|
| |
fixes #5419
|
|
|
|
|
|
|
|
|
|
|
|
| |
bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782488
fix from upstream:
http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=commitdiff;h=d041591e42b69e2ff99d9cc5c1111c83ccde3207
fixes #5396
(cherry picked from commit 8c958d609fb86f7c0450dbcbc06aefe7b5c373f1)
|
|
|
|
|
|
|
|
| |
CVE-2011-5326
CVE-2016-3993
CVE-2016-3994
fixes #5415
|
|
|
|
|
|
|
| |
varnish 4.1 removed the -u and -g options. fix init.d script
accordingly.
(cherry picked from commit 486eeb38c83c6fbfa2391afc54c82b35b7ec795a)
|
|
|
|
| |
(cherry picked from commit 2fb11660db2a8b6c13dc93e61a8f109ecf50cfb0)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
--
When mdev is used with X, this allows users in group 'video' to use OpenGL,
instead of just users in 'root'.
A similar fix may be needed for eudev.
(cherry picked from commit 61254e78ff3679e7de3f31d5a65378af50706371)
|
|
|
|
|
|
|
|
|
| |
http://wiki.musl-libc.org/wiki/FAQ#Q:_lib.5Bm.7Cpthread.7Ccrypt.5D.a.2Fso_are_empty.21
https://github.com/jnr/jnr-posix/issues/73#issue-145821125
fixes #5385
(cherry picked from commit 02a0b7642987a34be6abfb6cf45f15d86f4d909e)
|
|
|
|
| |
(cherry picked from commit a94f0b6bc60aa1dcbdfa7341e4777a15d22bd9e3)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
fixes https://github.com/docker-library/ruby/issues/77
(cherry picked from commit 4ad5f408b8cc7952c83ce677aad0143657deed6f)
|
|
|
|
| |
qt tries to check stack size using glibc-specific extension in pthreads
|
|
|
|
| |
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
|
|
|
|
| |
(cherry picked from commit 5691ec7d053dda52117e9b327c67888c29a2e9e4)
|
|
|
|
| |
(cherry picked from commit 9c921ec7cb3a801d9232ded2916e3aa897d6603c)
|
|
|
|
|
|
|
| |
Added configure option --with-ca-file=/etc/ssl/certs/ca-certificates.crt
The default was /etc/ssl/cert.pem and broke starttls
(cherry picked from commit cb1a90350fd566695a7c21ee3e97e6931e53da71)
|
|
|
|
| |
(cherry picked from commit a95283b58a982eb8e5805f816b7a32d0261f90e3)
|
|
|
|
|
|
|
| |
- find the pidfile from *_pre script instead from global scope
- move init.d script to the server package instead of -common
(cherry picked from commit 13d027613dc9bc51202eb338821c558580c031a4)
|
|
|
|
|
|
|
|
| |
musl ships the header for other purposes, but makecontext is not
implemented. fix the check to detect if makecontext is implemented
before enabling code using it.
(cherry picked from commit 6e4ec8d55d87327ea4b9900825bd52086cb2f946)
|
|
|
|
|
|
|
| |
ucontext.h is removed from musl-dev now, and mariadb should build
(async stuff should give run-time error).
(cherry picked from commit ead72f039293e37c40fff47da0ef0adc5d6172de)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mariadb does async functions using fibers. for x86 and x86_64 it
has asm implementation, but for other architectures it uses
{make,swap,get}context. musl does not support that, but ships the
ucontext.h which makes mariadb think it exists and the build fails
with:
../mysys/libmysys.a(my_context.c.o): In function `my_context_spawn_internal':
/home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:63: undefined reference to `setcontext'
../mysys/libmysys.a(my_context.c.o): In function `my_context_continue':
/home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:77: undefined reference to `swapcontext'
...
For now disable on armhf.
(cherry picked from commit ad7c54bd9b6d8e60e88a313a92c83d083f196db8)
|
|
|
|
| |
(cherry picked from commit f112a8412a0a895317ee14d15bfbdde509b02d3d)
|
| |
|
| |
|
|
|
|
| |
fixes #5322
|
|
|
|
| |
(cherry picked from commit 6e1d3cf345ed6b20a9481d39ac82fbea7ce723c9)
|
|
|
|
| |
fixes #5282
|
|
|
|
|
| |
It's incorrect and can cause issues. This half of the fix for
the ncftp bugs, the other part is musl issue. ref #5282
|
| |
|
|
|
|
| |
fixes #5309
|
|
|
|
| |
(cherry picked from commit 7140f9c231b307186dd41214a7cf4e7299f1c82d)
|
|
|
|
|
|
| |
fixes #5077
(cherry picked from commit acb38ab4b89994444012fd8524ffb13e09cdf127)
|
|
|
|
| |
(cherry picked from commit 299cbaf0a26ad6070401f164f4b73775079a9144)
|