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 Feb 17 09:27:02 UTC 2025

Modified Files:
        pkgsrc/devel/blosc2: Makefile distinfo

Log Message:
blosc2: updated to 2.16.0

Changes from 2.15.2 to 2.16.0

* Use _fseeki64/_ftelli64/_stat64 on Windows for large file (>2 GB) support.
  Thanks to Abhi Jaiantilal (@ajaiantilal) for the report and help.
* Add 12-byte unshuffle for avx2. Thanks to Tom Birch (@froody).
* Add 12-byte sse2 unshuffle implementation. Thanks to Tom Birch (@froody).
* Better description of the Blosc2 format as a whole.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/blosc2/Makefile
cvs rdiff -u -r1.22 -r1.23 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.23 pkgsrc/devel/blosc2/Makefile:1.24
--- pkgsrc/devel/blosc2/Makefile:1.23   Thu Dec 26 08:01:51 2024
+++ pkgsrc/devel/blosc2/Makefile        Mon Feb 17 09:27:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/12/26 08:01:51 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/02/17 09:27:02 adam Exp $
 
-DISTNAME=      blosc2-2.15.2
+DISTNAME=      blosc2-2.16.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.22 pkgsrc/devel/blosc2/distinfo:1.23
--- pkgsrc/devel/blosc2/distinfo:1.22   Thu Dec 26 08:01:51 2024
+++ pkgsrc/devel/blosc2/distinfo        Mon Feb 17 09:27:02 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2024/12/26 08:01:51 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/02/17 09:27:02 adam Exp $
 
-BLAKE2s (blosc2-2.15.2.tar.gz) = 0c2466d743643bee908e6127a3732f053f495b3e1ad0ed0bc43af3f798cf80a8
-SHA512 (blosc2-2.15.2.tar.gz) = 6208c2cfdd19eedada0b3a264229b1f17dee09280a66ce7d22dfcee80fe320a6cd68b5cc64994852316b7987f319284a5de70d043feb84f3d756b3ef30b723f7
-Size (blosc2-2.15.2.tar.gz) = 3174873 bytes
+BLAKE2s (blosc2-2.16.0.tar.gz) = dfa288066e6de4d7b407fe268603c96f2704894431aed7e78f4d6882a191ca54
+SHA512 (blosc2-2.16.0.tar.gz) = f3c1155bc48fa3d1c67adbc13d5273f4cc0f4c72cc557f6f7f227cefbcbb26bf217911ecd5df1156a4d4f1ab747f649ac0dae83e0418196b902a4575dc9ee98c
+Size (blosc2-2.16.0.tar.gz) = 3278011 bytes
 SHA1 (patch-tests_test__common.h) = 380e3a7421d93adbd7d01241053c0b86c2d75e8d



Home | Main Index | Thread Index | Old Index