This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3949

-- gerrit

commit 2272699e1fed273098c78f5b9ce2cba9975b0371
Author: Paul Fertser <[email protected]>
Date:   Sun Jan 15 18:40:54 2017 +0300

    tools: release.sh: produce only SHA256 hashes
    
    Both MD5 and SHA-1 shouldn't be relied upon since long.
    
    Change-Id: I0dea92fbf0f68b900c0d3a314fb3956d08ba0d48
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/tools/release.sh b/tools/release.sh
index abd721a..ac8af64 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -102,7 +102,7 @@ do_stage() {
        for EXT in tar.gz tar.bz2 zip; do
                local FILE="${PACKAGE_RELEASE}.${EXT}"
                # create archive signatures
-               for HASH in md5 sha1; do
+               for HASH in sha256; do
                        echo "sign: ${FILE}.${HASH}"
                        ${HASH}sum "${FILE}" > "archives/${FILE}.${HASH}"
                done

-- 

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to