summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-11 09:11:06 +0000
committerpho <pho@pkgsrc.org>2022-02-11 09:11:06 +0000
commitee3c78dc7399606bfc1df28861f7b95801b3483f (patch)
tree99aeb525b655c011adc735f96527bbdf78e579be /security
parent577538f2b14aaec30609a8a282a3ac4b374a4d48 (diff)
downloadpkgsrc-ee3c78dc7399606bfc1df28861f7b95801b3483f.tar.gz
Update to cryptohash-sha256-0.11.102.1
No changelogs are provided by the upstream.
Diffstat (limited to 'security')
-rw-r--r--security/hs-cryptohash-sha256/Makefile5
-rw-r--r--security/hs-cryptohash-sha256/buildlink3.mk4
-rw-r--r--security/hs-cryptohash-sha256/distinfo9
-rw-r--r--security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal15
4 files changed, 8 insertions, 25 deletions
diff --git a/security/hs-cryptohash-sha256/Makefile b/security/hs-cryptohash-sha256/Makefile
index 33209a5f1bc..aa65c661fca 100644
--- a/security/hs-cryptohash-sha256/Makefile
+++ b/security/hs-cryptohash-sha256/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/18 02:48:20 pho Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/11 09:11:06 pho Exp $
-DISTNAME= cryptohash-sha256-0.11.102.0
-PKGREVISION= 2
+DISTNAME= cryptohash-sha256-0.11.102.1
CATEGORIES= security
MAINTAINER= pho@cielonegro.org
diff --git a/security/hs-cryptohash-sha256/buildlink3.mk b/security/hs-cryptohash-sha256/buildlink3.mk
index d8dbffd6ef1..e12ce12c148 100644
--- a/security/hs-cryptohash-sha256/buildlink3.mk
+++ b/security/hs-cryptohash-sha256/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:20 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 09:11:06 pho Exp $
BUILDLINK_TREE+= hs-cryptohash-sha256
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-cryptohash-sha256
HS_CRYPTOHASH_SHA256_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-cryptohash-sha256+= hs-cryptohash-sha256>=0.11.102
-BUILDLINK_ABI_DEPENDS.hs-cryptohash-sha256+= hs-cryptohash-sha256>=0.11.102.0nb2
+BUILDLINK_ABI_DEPENDS.hs-cryptohash-sha256+= hs-cryptohash-sha256>=0.11.102.1
BUILDLINK_PKGSRCDIR.hs-cryptohash-sha256?= ../../security/hs-cryptohash-sha256
.endif # HS_CRYPTOHASH_SHA256_BUILDLINK3_MK
diff --git a/security/hs-cryptohash-sha256/distinfo b/security/hs-cryptohash-sha256/distinfo
index d1f7d59cb03..c0903a86be8 100644
--- a/security/hs-cryptohash-sha256/distinfo
+++ b/security/hs-cryptohash-sha256/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:08 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 09:11:06 pho Exp $
-BLAKE2s (cryptohash-sha256-0.11.102.0.tar.gz) = a9a4310d28a6e14a64c304a51117d1bd7f669bc0607a7fd70506b2e92434ff1c
-SHA512 (cryptohash-sha256-0.11.102.0.tar.gz) = d55663f24c9c24370c85b2cd22a8aceff6c81de5ee278bc85ebef35868310a0df02dedf8247c201d0c086172845def4a910650756ce225385f2e5801ac1019c7
-Size (cryptohash-sha256-0.11.102.0.tar.gz) = 15636 bytes
-SHA1 (patch-cryptohash-sha256.cabal) = 4680b778246e783886d6b974aa4faf6ad839ae5f
+BLAKE2s (cryptohash-sha256-0.11.102.1.tar.gz) = 10627eacf13392d3812ad0b85db8ac190ace4ffb7afeaf111129c9963cdededa
+SHA512 (cryptohash-sha256-0.11.102.1.tar.gz) = fb4432050ab1236fc913ba50949ee52a117b0d74509b58868e8ade69bfc6e89e1379dfea48afc76d8527d4fdbaee9dd1d2dcea4530ba95a42441491df005e78c
+Size (cryptohash-sha256-0.11.102.1.tar.gz) = 15707 bytes
diff --git a/security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal b/security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal
deleted file mode 100644
index 11501eeea9f..00000000000
--- a/security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal
+++ /dev/null
@@ -1,15 +0,0 @@
-$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
-