From 05e00bd36692a62695b0076b1bf4115f6beb21aa Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 22 Apr 2020 09:34:14 +0200 Subject: [PATCH] openssl1: Update version from 1.1.1d to 1.1.1g https://www.openssl.org/news/cl111.txt Remove unneeded patch (probably applied upstream). --- openssl1.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl1.be0 b/openssl1.be0 index fb3608676..ea444bcc2 100755 --- a/openssl1.be0 +++ b/openssl1.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION openssl1-1.1.1d-1 +# BEE_VERSION openssl1-1.1.1g-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,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+=(/src/mariux/patches/0001-BIO_f_zlib-Properly-handle-BIO_CTRL_PENDING-and-BIO_.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not