head 1.6; access; symbols pkgsrc-2026Q2:1.6.0.8 pkgsrc-2026Q2-base:1.6 pkgsrc-2026Q1:1.6.0.6 pkgsrc-2026Q1-base:1.6 pkgsrc-2025Q4:1.6.0.4 pkgsrc-2025Q4-base:1.6 pkgsrc-2025Q3:1.6.0.2 pkgsrc-2025Q3-base:1.6 pkgsrc-2025Q2:1.5.0.4 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.5.0.2 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.3.0.6 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.4 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.2 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.2.0.4 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.2 pkgsrc-2023Q4-base:1.2; locks; strict; comment @# @; 1.6 date 2025.08.13.11.07.22; author pho; state Exp; branches; next 1.5; commitid oGqtJTKdyCfCKy6G; 1.5 date 2025.03.05.03.39.50; author pho; state Exp; branches; next 1.4; commitid VPkRDaZT4MoYrPLF; 1.4 date 2025.02.02.13.05.45; author pho; state Exp; branches; next 1.3; commitid Zl7FwsffomOQzTHF; 1.3 date 2024.05.09.01.32.34; author pho; state Exp; branches; next 1.2; commitid zmOkUK6EkFT4og9F; 1.2 date 2023.11.02.06.37.21; author pho; state Exp; branches; next 1.1; commitid dPkTdcIqhE4k90LE; 1.1 date 2023.10.31.18.12.11; author pho; state Exp; branches; next ; commitid NyBrkBuPUNLh4OKE; desc @@ 1.6 log @Bump all Haskell because lang/ghc910 has got a library change @ text @# $NetBSD: Makefile,v 1.5 2025/03/05 03:39:50 pho Exp $ DISTNAME= skein-1.0.9.4 PKGREVISION= 5 CATEGORIES= security MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Skein, a family of cryptographic hash functions LICENSE= modified-bsd .include "../../devel/hs-cereal/buildlink3.mk" .include "../../security/hs-crypto-api/buildlink3.mk" .include "../../devel/hs-tagged/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.5 log @recursive revbump after patching lang/ghc910 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/02/02 13:05:45 pho Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.4 log @Bump all Haskell packages after switching the default compiler. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/05/09 01:32:34 pho Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.3 log @Recursive revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/11/02 06:37:21 pho Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.2 log @Revbump all Haskell after updating lang/ghc96 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/10/31 18:12:11 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @security/hs-skein: import hs-skein-1.0.9.4 Skein (http://www.skein-hash.info/) is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. This package uses bindings to the optimized C implementation of Skein. We provide a high-level interface (see module Crypto.Skein) to some of the Skein use cases. We also provide a low-level interface (see module Crypto.Skein.Internal) should you need to use Skein in a different way. Currently we have support for Skein as cryptographic hash function as Skein as a message authentication code (Skein-MAC). For examples of how to use this package, see Crypto.Skein module documentation. This package includes Skein v1.3. Versions of this package before 1.0.0 implemented Skein v1.1. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/10/09 04:54:17 pho Exp $ d4 1 @