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 Mar 31 16:49:44 UTC 2025

Modified Files:
        pkgsrc/devel/blosc2: Makefile distinfo

Log Message:
blosc2: updated to 2.17.1

2.17.1

Several fixes affecting uninitialized memory access and others:

* Fix uninitialized memory access in newly added unshuffle12_sse2 and unshuffle12_avx2 functions
* Fix unaligned access in _sw32 and sw32_
* Fix DWORD being printed as %s in sprintf call
* Fix warning on unused variable (since this variable was only being used in the linux branch)
* `splitmode` variable was uninitialized if goto was triggered


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/blosc2/Makefile
cvs rdiff -u -r1.24 -r1.25 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.25 pkgsrc/devel/blosc2/Makefile:1.26
--- pkgsrc/devel/blosc2/Makefile:1.25   Wed Feb 26 21:33:06 2025
+++ pkgsrc/devel/blosc2/Makefile        Mon Mar 31 16:49:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/02/26 21:33:06 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/03/31 16:49:44 adam Exp $
 
-DISTNAME=      blosc2-2.17.0
+DISTNAME=      blosc2-2.17.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Blosc/}
 GITHUB_PROJECT=        c-blosc2

Index: pkgsrc/devel/blosc2/distinfo
diff -u pkgsrc/devel/blosc2/distinfo:1.24 pkgsrc/devel/blosc2/distinfo:1.25
--- pkgsrc/devel/blosc2/distinfo:1.24   Wed Feb 26 21:33:06 2025
+++ pkgsrc/devel/blosc2/distinfo        Mon Mar 31 16:49:44 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2025/02/26 21:33:06 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/03/31 16:49:44 adam Exp $
 
-BLAKE2s (blosc2-2.17.0.tar.gz) = c752fc8acbbb0d7285d17614239a2eda3e6af18232351c0e48a2190717bc96ed
-SHA512 (blosc2-2.17.0.tar.gz) = 741bf3a816507613114512eec10f5de32383c3c139fa1b6fdac36fc4d7d11e575e8f9b6b0372011598a787e98a12ff5b8451b08a23afca3a12da5e27823aeb3b
-Size (blosc2-2.17.0.tar.gz) = 3291090 bytes
+BLAKE2s (blosc2-2.17.1.tar.gz) = 5c89fb71611735d4cf3ef0f1db6ebe29956704b4839602315e898c17c3e74fbf
+SHA512 (blosc2-2.17.1.tar.gz) = f5f55cd7aecc397e57183e3000ccfef12544b69493d8f0d055ac18878d7b39b06a1c3ecacfef663b120b13170a822dce8e29c2903d18307b2fe30644826d88f7
+Size (blosc2-2.17.1.tar.gz) = 3292519 bytes
 SHA1 (patch-tests_test__common.h) = 380e3a7421d93adbd7d01241053c0b86c2d75e8d



Home | Main Index | Thread Index | Old Index