[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Fri Jul 10 18:30:36 UTC 2015


The branch master has been updated
       via  da24e6f8a05ea657684094e04c1a54efa04c2962 (commit)
      from  27f98436b9a84b94fbdd8e32960504634ae44cc0 (commit)


- Log -----------------------------------------------------------------
commit da24e6f8a05ea657684094e04c1a54efa04c2962
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>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.org b/Makefile.org
index 10da644..3e326c0 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -482,7 +482,7 @@ TABLE: Configure Configurations/*.conf
 # 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