From 2263c68e855081a75a493eff70b8ee67ab8f6445 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 21 Nov 2019 16:10:03 +0100 Subject: [PATCH] openssl1: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls The test suite turns out to be useful, and [bugs][1] are found. Apply the patch fixing this issue. git format-patch -1 86ed78676c660b553696cc10c682962522dfeb6c [1]: https://github.com/openssl/openssl/issues/9866 --- openssl1.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl1.be0 b/openssl1.be0 index 7c30aba15..7e9429b9d 100755 --- a/openssl1.be0 +++ b/openssl1.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://www.openssl.org/source/openssl-${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-BIO_f_zlib-Properly-handle-BIO_CTRL_PENDING-and-BIO_.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not