michael-o commented on pull request #40:
URL: 
https://github.com/apache/maven-apache-parent/pull/40#issuecomment-947475359


   > 
   > 
   > The referenced page of [apache explicitly 
mentions](https://www.apache.org/info/verification.html) the usage of 
`shasum/md5sum/certUtil` tool which I have mentioned as well in 
[MNG-6784](https://issues.apache.org/jira/browse/MNG-6784).
   > 
   > The format from my point of view is a consequence by using the appropriate 
tools... if not otherwise explicitly mentioned I would assume that the format 
is the one which can be consumed by the given tools. This is currently not the 
case.
   
   ...and they all produce different output. Windows does not even work:
   ```
   C:\Users\osipovmi>certUtil -hashfile .cache SHA1
   CertUtil: -hashfile-Befehl ist fehlgeschlagen: 0x80070002 (WIN32: 2 
ERROR_FILE_NOT_FOUND)
   CertUtil: Das System kann die angegebene Datei nicht finden.
   ```
   Alternatively:
   ```
   PS C:\Users\osipovmi> get-filehash -Path .\.viminfo
   
   Algorithm       Hash                                                         
          Path
   ---------       ----                                                         
          ----
   SHA256          
7A576985C92BCF96B763ED0DB1AFC0474B1B585567BC7C45F335BE4DE0BF06F4       
C:\Users\osipovmi\.viminfo
   PS C:\Users\osipovmi> get-filehash -Path .\.viminfo  | Format-list
   
   
   Algorithm : SHA256
   Hash      : 7A576985C92BCF96B763ED0DB1AFC0474B1B585567BC7C45F335BE4DE0BF06F4
   Path      : C:\Users\osipovmi\.viminfo
   ```
   
   What now?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to