openwrt/package/libs
Eneas U de Queiroz eea3a9625c openssl: revert EOF detection change in 1.1.1
This adds patches to avoid possible application breakage caused by a
change in behavior introduced in 1.1.1e.  It affects at least nginx,
which logs error messages such as:
nginx[16652]: [crit] 16675#0: *358 SSL_read() failed (SSL: error:
4095126:SSL routines:ssl3_read_n:unexpected eof while reading) while
keepalive, client: xxxx, server: [::]:443

Openssl commits db943f4 (Detect EOF while reading in libssl), and
22623e0 (Teach more BIOs how to handle BIO_CTRL_EOF) changed the
behavior when encountering an EOF in SSL_read().  Previous behavior was
to return SSL_ERROR_SYSCALL, but errno would still be 0.  The commits
being reverted changed it to SSL_ERRO_SSL, and add an error to the
stack, which is correct.  Unfortunately this affects a number of
applications that counted on the old behavior, including nginx.

The reversion was discussed in openssl/openssl#11378, and implemented as
PR openssl/openssl#11400.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 2e8a4db9b6)
2020-03-29 18:46:51 +02:00
..
argp-standalone argp-standalone: clean up patch fuzz 2018-01-05 11:59:59 +01:00
elfutils elfutils: bump to 0.177 2019-09-04 13:42:02 +02:00
gettext
gettext-full treewide: revise library packaging 2019-01-24 10:39:30 +01:00
gmp treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libbsd libbsd: Fix compilation under ARC 2019-05-17 21:41:43 +02:00
libconfig treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libevent2 libevent2: Update to 2.1.11 2019-11-01 14:22:37 +00:00
libiconv
libiconv-full treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libjson-c treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libmnl treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-conntrack treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-cthelper treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-cttimeout treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-log treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-queue treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnfnetlink libnfnetlink: Avoid passing both -fPIC and -fpic 2019-09-04 13:45:26 +02:00
libnftnl libnftnl: bump to version 1.1.4 2019-09-04 13:46:01 +02:00
libnl treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnl-tiny
libpcap libpcap: update to 1.9.1 2019-10-19 14:30:05 +02:00
libroxml libroxml: bump to the 3.0.2 version 2019-07-16 14:13:07 +02:00
libtool treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libubox libubox: update to latest Git HEAD 2020-02-27 22:05:12 +01:00
libunwind libunwind: bump to version 1.3.1 2019-06-05 01:13:07 +00:00
libusb treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libusb-compat treewide: revise library packaging 2019-01-24 10:39:30 +01:00
lzo treewide: revise library packaging 2019-01-24 10:39:30 +01:00
mbedtls mbedtls: update to 2.16.4 2020-01-26 19:23:40 +01:00
ncurses ncurses: Do not pass both -fPIC and -fpic 2019-09-04 13:45:21 +02:00
nettle nettle: Update to 3.5.1 2019-09-04 13:37:38 +02:00
nghttp2 nghttp2: bump to 1.39.2 2019-09-04 13:41:40 +02:00
openssl openssl: revert EOF detection change in 1.1.1 2020-03-29 18:46:51 +02:00
popt popt: Use modern toolchain logic 2019-02-26 23:20:04 +01:00
readline readline: Update to 8.0 and various fixes 2019-01-22 08:49:36 +01:00
sysfsutils treewide: revise library packaging 2019-01-24 10:39:30 +01:00
toolchain libs/toolchain: remove eglibc remnant file 2019-09-04 13:28:04 +02:00
uclibc++ uClibc++: Fix three bugs 2019-10-19 14:30:00 +02:00
uclient uclient: bump to version 2019-05-30 2019-05-30 12:13:31 +00:00
ustream-ssl ustream-ssl: update to latest Git HEAD 2019-11-10 16:23:07 +01:00
wolfssl wolfssl: bump to 4.3.0-stable 2020-01-04 23:04:24 +01:00
zlib zlib: Use relative paths in pkg-config metadata file 2019-05-17 21:41:43 +02:00