Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
69a53fa4
Commit
69a53fa4
authored
Oct 12, 2020
by
Quanah Gibson-Mount
Browse files
ITS#8839 - Add sha3-512 hashes
parent
9eb94852
Changes
1
Show whitespace changes
Inline
Side-by-side
build/mkrelease
View file @
69a53fa4
...
...
@@ -44,6 +44,7 @@ shift
#MD="md5"
#OpenSSL
SHA
=
"openssl sha1"
SHA3
=
"openssl sha3-512"
MD
=
"openssl md5"
if
test
-e
$RELNAME
;
then
...
...
@@ -87,6 +88,7 @@ tar cf $RELNAME.tar $RELNAME
gzip
-9
-c
$RELNAME
.tar
>
$RELNAME
.tgz
${
MD
}
$RELNAME
.tgz
>
$RELNAME
.md5
${
SHA
}
$RELNAME
.tgz
>
$RELNAME
.sha1
${
SHA3
}
$RELNAME
.tgz
>
$RELNAME
.sha3-512
rm
-f
$RELNAME
.tar
ls
-l
$RELNAME
.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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