[DHG_packages] 01/01: cryptonite: disable AESNI optimizations everywhere. closes: #869096

Clint Adams clint at moszumanska.debian.org
Thu Jul 20 22:37:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to annotated tag haskell-cryptonite_v0.21-3
in repository DHG_packages.

commit fd32b2a0204e0b7d0208b10b16d7fd4a1a9f0ea0
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 20 18:36:53 2017 -0400

    cryptonite: disable AESNI optimizations everywhere.  closes: #869096
---
 p/haskell-cryptonite/debian/changelog | 6 ++++++
 p/haskell-cryptonite/debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/p/haskell-cryptonite/debian/changelog b/p/haskell-cryptonite/debian/changelog
index 3956a06..62bcadd 100644
--- a/p/haskell-cryptonite/debian/changelog
+++ b/p/haskell-cryptonite/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cryptonite (0.21-3) unstable; urgency=medium
+
+  * Disable AESNI optimizations everywhere.  closes: #869096.
+
+ -- Clint Adams <clint at debian.org>  Thu, 20 Jul 2017 18:35:30 -0400
+
 haskell-cryptonite (0.21-2.1) unstable; urgency=medium
 
   * Patch from James Clarke to fix sparc64 alignment issues again.
diff --git a/p/haskell-cryptonite/debian/rules b/p/haskell-cryptonite/debian/rules
index 01f1aaf..4d2a866 100755
--- a/p/haskell-cryptonite/debian/rules
+++ b/p/haskell-cryptonite/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_ENABLE_TESTS = yes
+DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=-support_aesni
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list