pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/blosc2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  1 11:34:22 UTC 2024

Modified Files:
        pkgsrc/devel/blosc2: Makefile distinfo

Log Message:
blosc2: updated to 2.12.0

Changes from 2.11.3 to 2.12.0

* New `blosc2_get_slice_nchunks` function for getting the unidimensional chunk indexes of a Blosc2 container slice.
* Globally registered new codec `grok`. This will be loaded dynamically.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/blosc2/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/blosc2/distinfo

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

Modified files:

Index: pkgsrc/devel/blosc2/Makefile
diff -u pkgsrc/devel/blosc2/Makefile:1.9 pkgsrc/devel/blosc2/Makefile:1.10
--- pkgsrc/devel/blosc2/Makefile:1.9    Thu Nov 30 20:42:22 2023
+++ pkgsrc/devel/blosc2/Makefile        Mon Jan  1 11:34:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/11/30 20:42:22 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/01 11:34:22 adam Exp $
 
-DISTNAME=      blosc2-2.11.3
+DISTNAME=      blosc2-2.12.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Blosc/}
 GITHUB_PROJECT=        c-blosc2

Index: pkgsrc/devel/blosc2/distinfo
diff -u pkgsrc/devel/blosc2/distinfo:1.10 pkgsrc/devel/blosc2/distinfo:1.11
--- pkgsrc/devel/blosc2/distinfo:1.10   Thu Nov 30 20:42:22 2023
+++ pkgsrc/devel/blosc2/distinfo        Mon Jan  1 11:34:22 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2023/11/30 20:42:22 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/01/01 11:34:22 adam Exp $
 
-BLAKE2s (blosc2-2.11.3.tar.gz) = 0e5e41aabbc37bfb70a28999712c104e631acfd79a0a95b8e99c4de12c3eb120
-SHA512 (blosc2-2.11.3.tar.gz) = 51652056e646dd29496d8e7a4c3fc1c84af5f2a389b9057d0189d45fd298d64a581bf9f92f688397ff941dc18e03123cf7cd190fea91e3c127c36ad1d775bf79
-Size (blosc2-2.11.3.tar.gz) = 3145288 bytes
+BLAKE2s (blosc2-2.12.0.tar.gz) = 2a76080f65c64aeec64ff97ce273fbe6a4308e32fe01b06e58cee69b2fd1326d
+SHA512 (blosc2-2.12.0.tar.gz) = dafd1e08b9d556729abf8e859324c1b4724f43c5bb5829e11a8bf9653216b3afa05436d012a1cc8ca70017e158bee38c4f4aa3d86ebf18d6d7a2712e6bb26f79
+Size (blosc2-2.12.0.tar.gz) = 3148244 bytes
 SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689



Home | Main Index | Thread Index | Old Index