Package: dcfldd / 1.7-3+deb11u1

Metadata

Package Version Patches format
dcfldd 1.7-3+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_fix sha1 big endian.patch | (download)

configure.ac | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 fix sha1 output on big-endian architectures
 dcfldd SHA1 implementation relies on the WORDS_BIGENDIAN define on
 big-endian platforms to operate correctly, but it was not defined
 anywhere, causing wrong results.
 .
 Autoconf's AC_C_BIGENDIAN macro defines WORDS_BIGENDIAN when building on
 those platforms, fixing the issue.
 .
 dcfldd SHA1 implementation can perform endianness runtime checks if
 RUNTIME_ENDIAN is defined. This patch also makes runtime checking the
 default when configuring the build.