[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Richard Levitte
levitte at openssl.org
Fri Jul 10 18:32:09 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via 0ed08a7a985e35e2a2b18da3b8d7dfed9f126a80 (commit)
from efb1a50f371359e34bd4de48d1e9be4b5030977b (commit)
- Log -----------------------------------------------------------------
commit 0ed08a7a985e35e2a2b18da3b8d7dfed9f126a80
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 4844276..48469c5 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -498,7 +498,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