head 1.3; access; symbols pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2022.02.11.09.11.06; author pho; state dead; branches; next 1.2; commitid 9UB97uo8sB3debsD; 1.2 date 2021.04.24.13.25.14; author pho; state Exp; branches; next 1.1; commitid ef7mft3mtbnj3yQC; 1.1 date 2020.01.18.15.25.43; author pho; state Exp; branches; next ; commitid S5TiO0d9ogmmzbTB; desc @@ 1.3 log @Update to cryptohash-sha256-0.11.102.1 No changelogs are provided by the upstream. @ text @$NetBSD: patch-cryptohash-sha256.cabal,v 1.2 2021/04/24 13:25:14 pho Exp $ Fix build with GHC 9. --- cryptohash-sha256.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ cryptohash-sha256.cabal @@@@ -81,7 +81,7 @@@@ library ghc-options: -Wall - build-depends: base >= 4.5 && < 4.15 + build-depends: base >= 4.5 && < 5 exposed-modules: Crypto.Hash.SHA256 @ 1.2 log @Update to cryptohash-sha-256-0.11.102.0 * Add Eq instance for Ctx * Add start and startlazy producing Ctx * Introduce new use-cbits cabal flag in order to add support for FFI-less cryptohash-sha256-pure pass-thru @ text @d1 1 a1 1 $NetBSD: patch-cryptohash-sha256.cabal,v 1.1 2020/01/18 15:25:43 pho Exp $ @ 1.1 log @Import cryptohash-sha256-0.11.101.0 A practical incremental and one-pass, pure API to the SHA-256 cryptographic hash algorithm according to FIPS 180-4 with performance close to the fastest implementations available in other languages. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build with GHC 8.8 d5 1 a5 1 --- cryptohash-sha256.cabal.orig 2017-11-13 08:04:55.000000000 +0000 d7 1 a7 3 @@@@ -74,7 +74,7 @@@@ library Trustworthy Unsafe d9 6 a14 3 - build-depends: base >= 4.5 && < 4.11 + build-depends: base >= 4.5 && < 4.14 , bytestring >= 0.9.2 && < 0.11 a15 1 ghc-options: -Wall @