pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-vector-algorithms



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Apr 23 13:02:10 UTC 2021

Modified Files:
        pkgsrc/devel/hs-vector-algorithms: Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Update to vector-algorithms-0.8.0.4

* Fix out of range access in Intro.partialSort.
* Update QuickCheck dependency bounds.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-vector-algorithms/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-vector-algorithms/PLIST \
    pkgsrc/devel/hs-vector-algorithms/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-vector-algorithms/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-vector-algorithms/Makefile
diff -u pkgsrc/devel/hs-vector-algorithms/Makefile:1.6 pkgsrc/devel/hs-vector-algorithms/Makefile:1.7
--- pkgsrc/devel/hs-vector-algorithms/Makefile:1.6      Thu Jan  2 10:28:24 2020
+++ pkgsrc/devel/hs-vector-algorithms/Makefile  Fri Apr 23 13:02:09 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/02 10:28:24 pho Exp $
+# $NetBSD: Makefile,v 1.7 2021/04/23 13:02:09 pho Exp $
 
-DISTNAME=      vector-algorithms-0.8.0.3
+DISTNAME=      vector-algorithms-0.8.0.4
 CATEGORIES=    devel
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost

Index: pkgsrc/devel/hs-vector-algorithms/PLIST
diff -u pkgsrc/devel/hs-vector-algorithms/PLIST:1.4 pkgsrc/devel/hs-vector-algorithms/PLIST:1.5
--- pkgsrc/devel/hs-vector-algorithms/PLIST:1.4 Mon May 11 17:52:09 2020
+++ pkgsrc/devel/hs-vector-algorithms/PLIST     Fri Apr 23 13:02:09 2021
@@ -1,55 +1,55 @@
-@comment $NetBSD: PLIST,v 1.4 2020/05/11 17:52:09 rillig Exp $
-${HS_INTF}/package-description
-${HS_INTF}/package-id
+@comment $NetBSD: PLIST,v 1.5 2021/04/23 13:02:09 pho Exp $
+lib/vector-algorithms-${PKGVERSION}/${HS_VERSION}/package-description
+lib/vector-algorithms-${PKGVERSION}/${HS_VERSION}/package-id
 lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-${HS_IMPL}/Data/Vector/Algorithms/AmericanFlag.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/AmericanFlag.hi
-${HS_IMPL}/Data/Vector/Algorithms/AmericanFlag.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Common.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Common.hi
-${HS_IMPL}/Data/Vector/Algorithms/Common.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Heap.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Heap.hi
-${HS_IMPL}/Data/Vector/Algorithms/Heap.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Insertion.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Insertion.hi
-${HS_IMPL}/Data/Vector/Algorithms/Insertion.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Intro.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Intro.hi
-${HS_IMPL}/Data/Vector/Algorithms/Intro.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Merge.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Merge.hi
-${HS_IMPL}/Data/Vector/Algorithms/Merge.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Optimal.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Optimal.hi
-${HS_IMPL}/Data/Vector/Algorithms/Optimal.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Radix.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Radix.hi
-${HS_IMPL}/Data/Vector/Algorithms/Radix.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Search.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Search.hi
-${HS_IMPL}/Data/Vector/Algorithms/Search.p_hi
-${HS_IMPL}/Data/Vector/Algorithms/Tim.dyn_hi
-${HS_IMPL}/Data/Vector/Algorithms/Tim.hi
-${HS_IMPL}/Data/Vector/Algorithms/Tim.p_hi
-${HS_IMPL}/include/vector.h
-${HS_IMPL}/libHS${HS_PKGID}.a
-${HS_IMPL}/libHS${HS_PKGID}_p.a
-${HS_DOCS}/LICENSE
-${HS_DOCS}/html/Data-Vector-Algorithms-AmericanFlag.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Heap.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Insertion.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Intro.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Merge.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Optimal.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Radix.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Search.html
-${HS_DOCS}/html/Data-Vector-Algorithms-Tim.html
-${HS_DOCS}/html/doc-index.html
-${HS_DOCS}/html/haddock-bundle.min.js
-${HS_DOCS}/html/index.html
-${HS_DOCS}/html/linuwial.css
-${HS_DOCS}/html/meta.json
-${HS_DOCS}/html/quick-jump.css
-${HS_DOCS}/html/synopsis.png
-${HS_DOCS}/html/vector-algorithms.haddock
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/AmericanFlag.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/AmericanFlag.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/AmericanFlag.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Common.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Common.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Common.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Heap.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Heap.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Heap.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Insertion.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Insertion.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Insertion.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Intro.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Intro.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Intro.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Merge.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Merge.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Merge.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Optimal.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Optimal.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Optimal.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Radix.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Radix.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Radix.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Search.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Search.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Search.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Tim.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Tim.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Algorithms/Tim.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/include/vector.h
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-AmericanFlag.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Heap.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Insertion.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Intro.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Merge.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Optimal.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Radix.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Search.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Tim.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/synopsis.png
+share/doc/${HS_PLATFORM}/vector-algorithms-${PKGVERSION}/html/vector-algorithms.haddock
Index: pkgsrc/devel/hs-vector-algorithms/distinfo
diff -u pkgsrc/devel/hs-vector-algorithms/distinfo:1.4 pkgsrc/devel/hs-vector-algorithms/distinfo:1.5
--- pkgsrc/devel/hs-vector-algorithms/distinfo:1.4      Thu Jan  2 10:28:24 2020
+++ pkgsrc/devel/hs-vector-algorithms/distinfo  Fri Apr 23 13:02:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/01/02 10:28:24 pho Exp $
+$NetBSD: distinfo,v 1.5 2021/04/23 13:02:09 pho Exp $
 
-SHA1 (vector-algorithms-0.8.0.3.tar.gz) = 7d02170ecd28fb9613e765f027bbc609db7c2652
-RMD160 (vector-algorithms-0.8.0.3.tar.gz) = 2a8420349f310853845032d262a1dafc9ff72eba
-SHA512 (vector-algorithms-0.8.0.3.tar.gz) = 45311e19a1e5c9994e7d666b73445d11946f60915df3d2f385a435538d1b6b0929b56a960f83c5df1b2df883566e7f8e6fdd5be4e075364d7daecd6dbec780e5
-Size (vector-algorithms-0.8.0.3.tar.gz) = 26559 bytes
+SHA1 (vector-algorithms-0.8.0.4.tar.gz) = 8edda1c40d6ad191e975d97b6745fdd2be09a100
+RMD160 (vector-algorithms-0.8.0.4.tar.gz) = ac99208e0b46251c40df2eb498a23ff437e57583
+SHA512 (vector-algorithms-0.8.0.4.tar.gz) = da5f52493c7f68df0a2c718724dcac9be758b09b14c8fa913aa328ee4c1286893fb239882018202d0fcd56709364ccddf3d620ff3b886d830102ef52a0868d42
+Size (vector-algorithms-0.8.0.4.tar.gz) = 26681 bytes

Index: pkgsrc/devel/hs-vector-algorithms/buildlink3.mk
diff -u pkgsrc/devel/hs-vector-algorithms/buildlink3.mk:1.7 pkgsrc/devel/hs-vector-algorithms/buildlink3.mk:1.8
--- pkgsrc/devel/hs-vector-algorithms/buildlink3.mk:1.7 Thu Jan  2 10:28:24 2020
+++ pkgsrc/devel/hs-vector-algorithms/buildlink3.mk     Fri Apr 23 13:02:09 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2020/01/02 10:28:24 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2021/04/23 13:02:09 pho Exp $
 
 BUILDLINK_TREE+=       hs-vector-algorithms
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        hs-vector-algorithms
 HS_VECTOR_ALGORITHMS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-vector-algorithms+=   hs-vector-algorithms>=0.8.0
-BUILDLINK_ABI_DEPENDS.hs-vector-algorithms+=   hs-vector-algorithms>=0.8.0.3
+BUILDLINK_ABI_DEPENDS.hs-vector-algorithms+=   hs-vector-algorithms>=0.8.0.4
 BUILDLINK_PKGSRCDIR.hs-vector-algorithms?=     ../../devel/hs-vector-algorithms
 
 .include "../../devel/hs-primitive/buildlink3.mk"



Home | Main Index | Thread Index | Old Index