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

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


Branch: CURRENT, Version: 0.0.1.7nb1, Package name: hs-digest-0.0.1.7nb1, 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: 3.972 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-01-25 10:43:43 by Masatake Daimon | Files touched by this commit (4)
Log message:
security/hs-digest: Update to 0.0.1.5

0.0.1.5 — 24th Jan 2023
* Correct license field in .cabal file (Thanks to @juhp):
  https://github.com/TeofilC/digest/pull/9
* Use https for git source repository (Thanks to @felixonmars):
  https://github.com/TeofilC/digest/pull/8

0.0.1.4 — 22th Dec 2022
* Use pkgconfig to find zlib (Thanks to @bgamari):
  https://github.com/jkff/digest/pull/5
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:03:04 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to digest-0.0.1.3

No changelogs are provided by the upstream.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC