Bug#841983: haskell-cryptonite: Fix alignment of blocks in sha3_update()

2016-10-29 Thread Clint Adams
On Mon, Oct 24, 2016 at 05:14:47PM -0700, Steve Langasek wrote: > I would think so, yes. FYI, https://github.com/haskell-crypto/cryptonite/issues/108#issuecomment-256877591

Bug#841983: haskell-cryptonite: Fix alignment of blocks in sha3_update()

2016-10-24 Thread Steve Langasek
On Tue, Oct 25, 2016 at 12:08:12AM +, Clint Adams wrote: > On Mon, Oct 24, 2016 at 05:01:26PM -0700, Steve Langasek wrote: > > In Ubuntu, we've observed a build failure of haskell-cryptonite on armhf > > owing to the fact that our armhf builders run on an arm64 kernel which > > raises SIGBUS on

Bug#841983: haskell-cryptonite: Fix alignment of blocks in sha3_update()

2016-10-24 Thread Clint Adams
On Mon, Oct 24, 2016 at 05:01:26PM -0700, Steve Langasek wrote: > In Ubuntu, we've observed a build failure of haskell-cryptonite on armhf > owing to the fact that our armhf builders run on an arm64 kernel which > raises SIGBUS on unaligned access. While most of the hash implementations > have com

Bug#841983: haskell-cryptonite: Fix alignment of blocks in sha3_update()

2016-10-24 Thread Steve Langasek
Package: haskell-cryptonite Version: 0.20-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu zesty ubuntu-patch Hi Clint, In Ubuntu, we've observed a build failure of haskell-cryptonite on armhf owing to the fact that our armhf builders run on an arm64 kern