[openssl-commits] [openssl] OpenSSL_0_9_8-stable update
Richard Levitte
levitte at openssl.org
Fri Jul 10 18:32:21 UTC 2015
The branch OpenSSL_0_9_8-stable has been updated
via 1ac4693c38bc39de8656470413d2cd53cf453de3 (commit)
from 0ede4e2e46ec3e093b07c981fa88d3cb5bd3c54b (commit)
- Log -----------------------------------------------------------------
commit 1ac4693c38bc39de8656470413d2cd53cf453de3
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 2aad295..098d68a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -586,7 +586,7 @@ update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h a
# 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