forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from 1.21.1 to 1.21.2 ============================= * Add support for SHUFFLE_AVX2_ENABLED and SHUFFLE_SSE2_ENABLED even if AVX2 or SSE2 is not available. See PR #347. Thanks to Thomas VINCENT. * Upgrade internal-complib zstd from 1.5.0 to 1.5.2. Thanks to Mark Kittisopikul. * Many small code improvements, improved consistency and typo fixes. Thanks to Dimitri Papadopoulos Orfanos. * New HIDE_SYMBOLS CMake option to control the symbols exposure. Default is ON. Thanks to Mariusz Zaborski.
- Loading branch information
adam
committed
Dec 8, 2022
1 parent
90c80ad
commit 632d518
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.17 2021/10/26 10:14:20 nia Exp $ | ||
$NetBSD: distinfo,v 1.18 2022/12/08 10:39:00 adam Exp $ | ||
|
||
BLAKE2s (blosc-1.21.1.tar.gz) = 90be893816e8ec09e18b49a29f6b039f551676d472a0362d9813b5dabd836943 | ||
SHA512 (blosc-1.21.1.tar.gz) = e06712ffaeaa6892415a6b01219221426c20af4191db6ca923301313daa8f5b0a83a7a3cd273f7013766349ace4e4869590e9c44bd892e57027ca45de53779e7 | ||
Size (blosc-1.21.1.tar.gz) = 1456777 bytes | ||
SHA1 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1 | ||
BLAKE2s (blosc-1.21.2.tar.gz) = 9d27e1d1fc104754f764e41dc6d1d2eee1abe9bddfebe130c992c93b9a06608a | ||
SHA512 (blosc-1.21.2.tar.gz) = f976c40834c1c3a0ec5af8dfb36b0b674430053a902b2e4dcac68eec9118f022a7a90aa73447e4d8234ce819088cf19ee574c1a1ca39c2e4f9164d79a95066b6 | ||
Size (blosc-1.21.2.tar.gz) = 1528949 bytes | ||
SHA1 (patch-CMakeLists.txt) = dd9d40831ddfa09826d34f1da83fa67de9c8cebb | ||
SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters