[openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Fri Apr 23 14:31:02 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  513ead860853e0d07f7fc43bf35d1b90fdad5a11 (commit)
      from  ccfe5ec8fe6c36e10aea373d44dcf04f65d94ef0 (commit)


- Log -----------------------------------------------------------------
commit 513ead860853e0d07f7fc43bf35d1b90fdad5a11
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Apr 22 14:37:40 2021 +0200

    Don't remove $(TARFILE) when cleaning
    
    This file is outside the source tree, so we have no business removing
    it.  This is especially concerning if that was the tarball the user
    had to create the source tree.
    
    Fixes #14981
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14985)
    
    (cherry picked from commit f58f7ec9397de7b752aa547e2677933559a657db)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 41648c9526..66617d6f4f 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -523,7 +523,6 @@ clean: libclean
 	$(RM) -r test/test-runs
 	$(RM) openssl.pc libcrypto.pc libssl.pc
 	-$(RM) `find . -type l \! -name '.*' -print`
-	$(RM) $(TARFILE)
 
 distclean: clean
 	$(RM) configdata.pm


More information about the openssl-commits mailing list