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:           Wed Jan 24 22:02:40 UTC 2024

Modified Files:
        pkgsrc/devel/blosc2: Makefile distinfo

Log Message:
blosc2: updated to 2.13.0

Changes from 2.12.0 to 2.13.0

* Added a new BLOSC_FILTER_INT_TRUNC filter for truncating integers to a
  given number of bits.  This is useful for compressing integers that are
  not using all the bits of the type.

* Optimized zstd, specially when using dicts.

* Initialize grok library when loading the plugin. This is needed for other plugins
  to be able to use it without the need of importing the package.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/blosc2/Makefile
cvs rdiff -u -r1.11 -r1.12 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.10 pkgsrc/devel/blosc2/Makefile:1.11
--- pkgsrc/devel/blosc2/Makefile:1.10   Mon Jan  1 11:34:22 2024
+++ pkgsrc/devel/blosc2/Makefile        Wed Jan 24 22:02:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/01/01 11:34:22 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/24 22:02:40 adam Exp $
 
-DISTNAME=      blosc2-2.12.0
+DISTNAME=      blosc2-2.13.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.11 pkgsrc/devel/blosc2/distinfo:1.12
--- pkgsrc/devel/blosc2/distinfo:1.11   Mon Jan  1 11:34:22 2024
+++ pkgsrc/devel/blosc2/distinfo        Wed Jan 24 22:02:40 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2024/01/01 11:34:22 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/01/24 22:02:40 adam Exp $
 
-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
+BLAKE2s (blosc2-2.13.0.tar.gz) = b03344012d70369fcdc2ca8d9ede0a401d52fe4033e879fa9ca1af23fbd642d5
+SHA512 (blosc2-2.13.0.tar.gz) = 83280ea4aedea38167729bfb52797378a94ecf0733c2552283f07aa1fd732e2f565dce3a227e19e10acd855b9690987b90f9dc8a5f6589d208e0c3940b45ecc4
+Size (blosc2-2.13.0.tar.gz) = 3150698 bytes
 SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689



Home | Main Index | Thread Index | Old Index