Commit aaa63f51 authored by Clint Adams's avatar Clint Adams
Browse files

nettle: Upgrading from 0.2.1 to 0.3.0

parent cdc668c2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-nettle (0.3.0-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Fri, 06 Jul 2018 10:41:35 -0400

haskell-nettle (0.2.1-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
+16 −8
Original line number Diff line number Diff line
@@ -8,24 +8,32 @@ Rules-Requires-Root: no
Build-Depends:
 cdbs,
 debhelper (>= 9),
 haskell-devscripts (>= 0.13),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-byteable-dev,
 libghc-byteable-dev (>= 0.1.1),
 libghc-byteable-dev (<< 0.2),
 libghc-byteable-prof,
 libghc-crypto-cipher-tests-dev,
 libghc-crypto-cipher-types-dev,
 libghc-crypto-cipher-types-dev (<< 0.1),
 libghc-crypto-cipher-types-dev (>= 0.0.3),
 libghc-crypto-cipher-types-prof,
 libghc-hunit-dev,
 libghc-quickcheck2-dev (>= 2),
 libghc-securemem-dev (>= 0.1.2),
 libghc-securemem-dev (>= 0.1.9),
 libghc-securemem-dev (<< 0.2),
 libghc-securemem-prof,
 libghc-tagged-dev,
 libghc-tagged-dev (>= 0.8.5),
 libghc-tagged-dev (<< 0.9),
 libghc-tagged-prof,
 libghc-test-framework-dev (>= 0.3.3),
 libghc-test-framework-hunit-dev,
 libghc-hunit-dev (>= 1.6.0),
 libghc-hunit-dev (<< 1.7),
 libghc-quickcheck2-dev (>= 2),
 libghc-quickcheck2-dev (<< 3),
 libghc-crypto-cipher-tests-dev (>= 0.0.11),
 libghc-crypto-cipher-tests-dev (<< 0.1),
 libghc-test-framework-dev (>> 0.4),
 libghc-test-framework-hunit-dev (>= 0.3.0),
 libghc-test-framework-hunit-dev (<< 0.4),
 libghc-test-framework-quickcheck2-dev (>= 0.2.9),
 nettle-dev (>= 3.2),
 pkg-config,
+0 −16
Original line number Diff line number Diff line
Index: nettle-0.1.0/src/Tests/VectorsUMAC.hs
===================================================================
--- nettle-0.1.0.orig/src/Tests/VectorsUMAC.hs	2013-10-19 10:01:14.000000000 -0400
+++ nettle-0.1.0/src/Tests/VectorsUMAC.hs	2013-11-14 15:56:24.945325221 -0500
@@ -33,9 +33,9 @@
 		])
 --  /* Needs POLY128 */
 --  /* For the 'a' * 2^25 testcase, see errata http://fastcrypto.org/umac/rfc4418.errata.txt */
-	, ("abcdefghijklmnop", Just "bcdefghi", repString (2^(25::Int)) "aaaaaaaa",
+{-	, ("abcdefghijklmnop", Just "bcdefghi", repString (2^(25::Int)) "aaaaaaaa",
 		[ ("85EE5CAE", "FACA46F856E9B45F", "a621c2457c0012e64f3fdae9e7e1870c")
-		])
+		]) -}
 	, ("abcdefghijklmnop", Just "bcdefghi", repString 3 "abc",
 		[ ("ABF3A3A0", "D4D7B9F6BD4FBFCF", "883c3d4b97a61976ffcf232308cba5a5")
 		])
+0 −2066

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Diff line number Diff line
disable-leaky-tests.diff
nettle-3.2