mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/11876] Replace MD5 with SHA256.
PHPBB3-11876
This commit is contained in:
@@ -166,7 +166,7 @@
|
|||||||
<target name="checksum-file">
|
<target name="checksum-file">
|
||||||
<echo msg="Creating checksum file for ${absfilename}" />
|
<echo msg="Creating checksum file for ${absfilename}" />
|
||||||
<php function="dirname" returnProperty="dir"><param value="${absfilename}"/></php>
|
<php function="dirname" returnProperty="dir"><param value="${absfilename}"/></php>
|
||||||
<exec dir="${dir}" command="md5sum ${filename} > ${filename}.md5" />
|
<exec dir="${dir}" command="sha256sum ${filename} > ${filename}.sha256" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="changelog" depends="prepare">
|
<target name="changelog" depends="prepare">
|
||||||
|
Reference in New Issue
Block a user