Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
252e3e7b
Commit
252e3e7b
authored
8 years ago
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_release (snapshot_print): Replace md5 checksum by sha256.
From-SVN: r245875
parent
31dcc385
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
maintainer-scripts/ChangeLog
+4
-0
maintainer-scripts/gcc_release
+1
-1
No files found.
maintainer-scripts/ChangeLog
View file @
252e3e7b
2017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release (snapshot_print): Replace md5 checksum by sha256.
2017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_svn: Remove a reference to GCC 3.1. Describe
...
...
This diff is collapsed.
Click to expand it.
maintainer-scripts/gcc_release
View file @
252e3e7b
...
...
@@ -356,7 +356,7 @@ upload_files() {
# Print description if snapshot exists.
snapshot_print() {
if [ -e ${RELEASE}/$1 ]; then
hash=`openssl
md5
${RELEASE}/$1 | sed -e 's#(.*)##' -e 's# *= *#=#'`
hash=`openssl
sha256
${RELEASE}/$1 | sed -e 's#(.*)##' -e 's# *= *#=#'`
hash2=`openssl sha1 ${RELEASE}/$1 | sed -e 's#(.*)##' -e 's# *= *#=#'`
printf " %-37s%s\n\n %s\n %s\n\n" "$1" "$2" "$hash" "$hash2" \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment