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:           Sun Jul  9 21:07:28 UTC 2023

Modified Files:
        pkgsrc/devel/blosc2: Makefile PLIST distinfo

Log Message:
blosc2: updated to 2.10.0

Changes from 2.9.3 to 2.10.0

bytedelta filter has been fixed. For backward compatibility, the old
bytedelta filter is still available as BLOSC_FILTER_BYTEDELTA_BUGGY
symbol, with the same ID (34) than before. The new, fixed bytedelta
filter has received a new ID (35) and it can be used via the usual
BLOSC_FILTER_BYTEDELTA symbol. That means that old data written with
the buggy bytedelta filter should be decompressed without issues.

Filter buffers are correctly cycled now. Now it is possible to use e.g.
shuffle and bitshuffle filters in the pipeline.

Assorted fixes for allowing better inclusion in external projects.

Minor fixes in the documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/blosc2/Makefile \
    pkgsrc/devel/blosc2/PLIST
cvs rdiff -u -r1.2 -r1.3 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.1 pkgsrc/devel/blosc2/Makefile:1.2
--- pkgsrc/devel/blosc2/Makefile:1.1    Mon May 22 11:24:13 2023
+++ pkgsrc/devel/blosc2/Makefile        Sun Jul  9 21:07:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/05/22 11:24:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/09 21:07:28 adam Exp $
 
-DISTNAME=      blosc2-2.9.2
+DISTNAME=      blosc2-2.10.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Blosc/}
 GITHUB_PROJECT=        c-blosc2
Index: pkgsrc/devel/blosc2/PLIST
diff -u pkgsrc/devel/blosc2/PLIST:1.1 pkgsrc/devel/blosc2/PLIST:1.2
--- pkgsrc/devel/blosc2/PLIST:1.1       Mon May 22 11:24:13 2023
+++ pkgsrc/devel/blosc2/PLIST   Sun Jul  9 21:07:28 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/22 11:24:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/07/09 21:07:28 adam Exp $
 include/b2nd.h
 include/blosc2.h
 include/blosc2/blosc2-common.h
@@ -6,7 +6,6 @@ include/blosc2/blosc2-export.h
 include/blosc2/blosc2-stdio.h
 include/blosc2/codecs-registry.h
 include/blosc2/filters-registry.h
-include/blosc2/plugins-utils.h
 include/blosc2/tuners-registry.h
 lib/libblosc2.a
 lib/libblosc2.so

Index: pkgsrc/devel/blosc2/distinfo
diff -u pkgsrc/devel/blosc2/distinfo:1.2 pkgsrc/devel/blosc2/distinfo:1.3
--- pkgsrc/devel/blosc2/distinfo:1.2    Mon May 29 16:38:22 2023
+++ pkgsrc/devel/blosc2/distinfo        Sun Jul  9 21:07:28 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2023/05/29 16:38:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/07/09 21:07:28 adam Exp $
 
-BLAKE2s (blosc2-2.9.2.tar.gz) = c4188540a26eaaf7debe04f1ab518fa062ae9e9b57a45310e08dae8823873af3
-SHA512 (blosc2-2.9.2.tar.gz) = f44346bf3ce8824dbe23d33b688d6b2063406011c066cc14ea3319537c17ecc5c1250c30d77e50696aad9932e0dd10fc95ab4f2c295208808446525636314522
-Size (blosc2-2.9.2.tar.gz) = 2790821 bytes
+BLAKE2s (blosc2-2.10.0.tar.gz) = eea3e969cd9b6ba5ef491311e18f47e8a3b46b6f833ca90848a676df8381c3e3
+SHA512 (blosc2-2.10.0.tar.gz) = 1d7588cc8e1ffbb4cee4549e0f913e0671e02b405c918eb0bebde7a6af35005c1e7c6c95142cd80abd7175542e9f91e8454fd88262f668c3a24982b69f1644fa
+Size (blosc2-2.10.0.tar.gz) = 3140563 bytes
 SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689



Home | Main Index | Thread Index | Old Index