[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Richard Levitte
levitte at openssl.org
Sat Dec 15 10:12:52 UTC 2018
The branch OpenSSL_1_0_2-stable has been updated
via 668d643eabb4e365e8d393da7b44b53e5cf7cc08 (commit)
from ab061e75b7b3e01fac00dd3751280c2198f50f9c (commit)
- Log -----------------------------------------------------------------
commit 668d643eabb4e365e8d393da7b44b53e5cf7cc08
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Dec 15 11:06:00 2018 +0100
Makefile.org: prevent .bak files to become part of the tarball
Fixes #7903
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7910)
-----------------------------------------------------------------------
Summary of changes:
Makefile.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.org b/Makefile.org
index f51f0a7..8089d3f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -519,7 +519,7 @@ $(TARFILE).list:
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
\( \! -name '*test' -o -name bctest -o -name pod2mantest \) \
- \! -name '.#*' \! -name '*~' \! -type l \
+ \! -name '.#*' \! -name '*.bak' \! -name '*~' \! -type l \
| sort > $(TARFILE).list
tar: $(TARFILE).list
More information about the openssl-commits
mailing list