[Pkg-haskell-maintainers] Bug#725004: big endian bug

Joey Hess joeyh at debian.org
Wed Oct 2 05:37:18 UTC 2013


I belive all failed arches are big endian.

The Crypto/Cipher/TripleDES.hs which is failing a roundtrip decrypt . encrypt
test is littered with code that assumes little endian:

word64ToBs :: Word64 -> B.ByteString
word64ToBs = runPut . putWord64le

This has been extensively rewritten in the 0.6.1 release, and I believe
fixed for big endian. haskell-cipher-aes would need to be upgraded
to update to that version, but I see no other obstacles..

-- 
see shy jo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20131002/4cf2498e/attachment.sig>


More information about the Pkg-haskell-maintainers mailing list