matthiasblaesing opened a new pull request #1843: Allow ".external" files to 
define message digest values for download verification
URL: https://github.com/apache/netbeans/pull/1843
 
 
   This formalises the format of the ".external" files and introduces a new
   content line, that allows specification of a message digest algorithm
   and the digest value, that results from applying the message digest to
   the referenced URL.
   
   At download time the message digest value is calculated from the
   downloaded data and compared. If it does not match, an exception is
   raised.
   
   Multiple message digest can be provided and message digests with
   unsupported algorithms are ignored. This allows for future evolution,
   when new algorithms are added and older ones are phased out.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to