[openssl-commits] [openssl] OpenSSL_1_0_0-stable update
Richard Levitte
levitte at openssl.org
Fri Jul 10 18:32:18 UTC 2015
The branch OpenSSL_1_0_0-stable has been updated
via 916aaef14a520b1e055c8825e4520f0e972b018c (commit)
from 00e651b8469e06c8c92ea06e346e1ed780417eda (commit)
- Log -----------------------------------------------------------------
commit 916aaef14a520b1e055c8825e4520f0e972b018c
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 c8934e1..1e0897e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -453,7 +453,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