pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/hs-cryptohash-sha256 Update to cryptohash-sha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aa0a3553e4c
branches:  trunk
changeset: 373317:1aa0a3553e4c
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 09:11:06 2022 +0000

description:
Update to cryptohash-sha256-0.11.102.1

No changelogs are provided by the upstream.

diffstat:

 security/hs-cryptohash-sha256/Makefile                              |   5 +--
 security/hs-cryptohash-sha256/buildlink3.mk                         |   4 +-
 security/hs-cryptohash-sha256/distinfo                              |   9 ++---
 security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal |  15 ----------
 4 files changed, 8 insertions(+), 25 deletions(-)

diffs (64 lines):

diff -r ad881183a367 -r 1aa0a3553e4c security/hs-cryptohash-sha256/Makefile
--- a/security/hs-cryptohash-sha256/Makefile    Fri Feb 11 09:09:13 2022 +0000
+++ b/security/hs-cryptohash-sha256/Makefile    Fri Feb 11 09:11:06 2022 +0000
@@ -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@localhost
diff -r ad881183a367 -r 1aa0a3553e4c security/hs-cryptohash-sha256/buildlink3.mk
--- a/security/hs-cryptohash-sha256/buildlink3.mk       Fri Feb 11 09:09:13 2022 +0000
+++ b/security/hs-cryptohash-sha256/buildlink3.mk       Fri Feb 11 09:11:06 2022 +0000
@@ -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 @@
 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 -r ad881183a367 -r 1aa0a3553e4c security/hs-cryptohash-sha256/distinfo
--- a/security/hs-cryptohash-sha256/distinfo    Fri Feb 11 09:09:13 2022 +0000
+++ b/security/hs-cryptohash-sha256/distinfo    Fri Feb 11 09:11:06 2022 +0000
@@ -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 -r ad881183a367 -r 1aa0a3553e4c security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal
--- a/security/hs-cryptohash-sha256/patches/patch-cryptohash-sha256.cabal       Fri Feb 11 09:09:13 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
- 



Home | Main Index | Thread Index | Old Index