pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-unordered-containers Update to unordered-cont...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a1e8f6e7cc1
branches:  trunk
changeset: 373495:1a1e8f6e7cc1
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 13:43:56 2022 +0000

description:
Update to unordered-containers-0.2.16.0

0.2.16.0
* Increase maximum branching factor from 16 to 32
* Tweak union.goDifferentHash
* Fix debug mode bounds check in cloneM
* Remove some old internal compatibility code

0.2.15.0
* Add security advisory regarding hash collision attacks
* Add support for hashable 1.4
* Drop support for GHC < 8

0.2.14.0
* Add HashMap.mapKeys. Thanks, Marco Perone!
* Add instances for NFData1 and NFData2. Thanks, Isaac Elliott and Oleg
  Grenrus!
* Fix @since-annotation for compose. Thanks, @Mathnerd314!

diffstat:

 devel/hs-unordered-containers/Makefile      |  5 ++---
 devel/hs-unordered-containers/PLIST         |  6 +-----
 devel/hs-unordered-containers/buildlink3.mk |  6 +++---
 devel/hs-unordered-containers/distinfo      |  8 ++++----
 4 files changed, 10 insertions(+), 15 deletions(-)

diffs (72 lines):

diff -r 4e9de133f4e6 -r 1a1e8f6e7cc1 devel/hs-unordered-containers/Makefile
--- a/devel/hs-unordered-containers/Makefile    Fri Feb 11 13:42:41 2022 +0000
+++ b/devel/hs-unordered-containers/Makefile    Fri Feb 11 13:43:56 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/01/18 02:48:15 pho Exp $
+# $NetBSD: Makefile,v 1.16 2022/02/11 13:43:56 pho Exp $
 
-DISTNAME=      unordered-containers-0.2.13.0
-PKGREVISION=   2
+DISTNAME=      unordered-containers-0.2.16.0
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r 4e9de133f4e6 -r 1a1e8f6e7cc1 devel/hs-unordered-containers/PLIST
--- a/devel/hs-unordered-containers/PLIST       Fri Feb 11 13:42:41 2022 +0000
+++ b/devel/hs-unordered-containers/PLIST       Fri Feb 11 13:43:56 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/04/23 06:28:04 pho Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/02/11 13:43:56 pho Exp $
 lib/unordered-containers-${PKGVERSION}/${HS_VERSION}/package-description
 lib/unordered-containers-${PKGVERSION}/${HS_VERSION}/package-id
 lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
@@ -14,9 +14,6 @@
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Internal/Strict.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Internal/Strict.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Internal/Strict.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Internal/Unsafe.dyn_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Internal/Unsafe.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Internal/Unsafe.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Lazy.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Lazy.hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/HashMap/Lazy.p_hi
@@ -35,7 +32,6 @@
 share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Internal-Array.html
 share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Internal-List.html
 share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Internal-Strict.html
-share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Internal-Unsafe.html
 share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Internal.html
 share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Lazy.html
 share/doc/${HS_PLATFORM}/unordered-containers-${PKGVERSION}/html/Data-HashMap-Strict.html
diff -r 4e9de133f4e6 -r 1a1e8f6e7cc1 devel/hs-unordered-containers/buildlink3.mk
--- a/devel/hs-unordered-containers/buildlink3.mk       Fri Feb 11 13:42:41 2022 +0000
+++ b/devel/hs-unordered-containers/buildlink3.mk       Fri Feb 11 13:43:56 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.15 2022/01/18 02:48:15 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2022/02/11 13:43:56 pho Exp $
 
 BUILDLINK_TREE+=       hs-unordered-containers
 
 .if !defined(HS_UNORDERED_CONTAINERS_BUILDLINK3_MK)
 HS_UNORDERED_CONTAINERS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-unordered-containers+=        hs-unordered-containers>=0.2.13
-BUILDLINK_ABI_DEPENDS.hs-unordered-containers+=        hs-unordered-containers>=0.2.13.0nb2
+BUILDLINK_API_DEPENDS.hs-unordered-containers+=        hs-unordered-containers>=0.2.16
+BUILDLINK_ABI_DEPENDS.hs-unordered-containers+=        hs-unordered-containers>=0.2.16.0
 BUILDLINK_PKGSRCDIR.hs-unordered-containers?=  ../../devel/hs-unordered-containers
 
 .include "../../devel/hs-hashable/buildlink3.mk"
diff -r 4e9de133f4e6 -r 1a1e8f6e7cc1 devel/hs-unordered-containers/distinfo
--- a/devel/hs-unordered-containers/distinfo    Fri Feb 11 13:42:41 2022 +0000
+++ b/devel/hs-unordered-containers/distinfo    Fri Feb 11 13:43:56 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:15:03 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/02/11 13:43:56 pho Exp $
 
-BLAKE2s (unordered-containers-0.2.13.0.tar.gz) = 1ab38b3ec6ae19a5d264cdafe1b02a54c263df9d98ab7ceeb1a91876d58f7cce
-SHA512 (unordered-containers-0.2.13.0.tar.gz) = f32d6e91ba7ef54cc24562e26e8bda147e43b954966bae3f9850b0c57438e5d8af43f7a49106980d1197ff674eca7bb9a50c8895deb0e45588ec123664c6c47d
-Size (unordered-containers-0.2.13.0.tar.gz) = 53379 bytes
+BLAKE2s (unordered-containers-0.2.16.0.tar.gz) = 1b6a1ca9a24d4fc6a665154cf469e6f402c603e9d74b08d6a895d04abf7d0d43
+SHA512 (unordered-containers-0.2.16.0.tar.gz) = 12b3c3d42498e9fba0545196f57dfa851fe141045aafff26701f6e116ba94d7dbc6e2bba1e5ffe47b2532e468c6f41651dfc058ebd3c76e2a16ebef2689d6652
+Size (unordered-containers-0.2.16.0.tar.gz) = 53325 bytes



Home | Main Index | Thread Index | Old Index