mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Use OpenSSL md5/sha1
This commit is contained in:
parent
63c706ff2b
commit
650543a493
@ -75,8 +75,8 @@ echo "Rolling up $OL_STRING ..."
|
||||
|
||||
tar cf $RELNAME.tar $RELNAME
|
||||
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
|
||||
md5 $RELNAME.tgz > $RELNAME.md5
|
||||
sha1 $RELNAME.tgz > $RELNAME.sha1
|
||||
openssl md5 $RELNAME.tgz > $RELNAME.md5
|
||||
openssl sha1 $RELNAME.tgz > $RELNAME.sha1
|
||||
rm -f $RELNAME.tar
|
||||
|
||||
ls -l $RELNAME.*
|
||||
|
Loading…
Reference in New Issue
Block a user