diff --git a/openssl1.be0 b/openssl1.be0 index a3c26dfd1..7e9429b9d 100755 --- a/openssl1.be0 +++ b/openssl1.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION openssl1-1.1.1c-0 +# BEE_VERSION openssl1-1.1.1d-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,8 +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+=(http://www.linuxfromscratch.org/patches/blfs/svn/openssl-1.0.1f-fix_parallel_build-1.patch) -# PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/openssl-1.0.1f-fix_pod_syntax-1.patch) +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