[openssl-commits] [openssl] OpenSSL_1_0_1-stable update
Richard Levitte
levitte at openssl.org
Fri Jul 10 18:32:16 UTC 2015
The branch OpenSSL_1_0_1-stable has been updated
via 2035e2db681ae3b3b3502892bced0f54d1a2c8c0 (commit)
from be856204195fe57089ba14e6d1c9068994345234 (commit)
- Log -----------------------------------------------------------------
commit 2035e2db681ae3b3b3502892bced0f54d1a2c8c0
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Jul 10 18:29:17 2015 +0200
Set numeric IDs for tar as well
Reviewed-by: Matt Caswell <matt at openssl.org>
(cherry picked from commit da24e6f8a05ea657684094e04c1a54efa04c2962)
-----------------------------------------------------------------------
Summary of changes:
Makefile.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.org b/Makefile.org
index 2a5f45c..aa8776e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -500,7 +500,7 @@ TABLE: Configure
# and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
# tar does not support the --files-from option.
TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list \
- --owner openssl --group openssl \
+ --owner openssl:0 --group openssl:0 \
--transform 's|^|openssl-$(VERSION)/|' \
-cvf -
More information about the openssl-commits
mailing list