./security/hs-digest, Various cryptographic hashes for bytestrings; CRC32 and Adler32

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.2.1nb4, Package name: hs-digest-0.0.2.1nb4, Maintainer: zecrazytux

Haskell package providing efficient cryptographic hash implementations
for strict and lazy bytestrings.
For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.


Required to run:
[lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 23.082 KB

Version history: (Expand)


CVS history: (Expand)


   2025-08-13 13:07:47 by Masatake Daimon | Files touched by this commit (1263)
Log message:
Bump all Haskell because lang/ghc910 has got a library change
   2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173)
Log message:
recursive revbump after patching lang/ghc910
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 05:44:41 by Masatake Daimon | Files touched by this commit (4)
Log message:
security/hs-digest: Update to 0.0.2.1

0.0.2.1 — 10th Febraury 2024

    Make pkg-config an automatic flag: https://github.com/TeofilC/digest/pull/21

0.0.2.0 — 13th December 2023

    Add CRC32C (Thanks to @4eUep): https://github.com/TeofilC/digest/pull/18
    Support latest GHC versions: https://github.com/TeofilC/digest/pull/19
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 10:05:40 by Masatake Daimon | Files touched by this commit (4)
Log message:
security/hs-digest: Update to 0.0.1.7

0.0.1.7 — 5th March 2023
* Don't use 'pkg-config' to locate zlib on FreeBSD (Thanks to @arrowd):
  https://github.com/TeofilC/digest/pull/13

0.0.1.6 — 5th March 2023
* Introduce 'pkg-config' cabal flag (Thanks to @jonathanlking):
  https://github.com/TeofilC/digest/pull/11
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94