Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/blosc blosc: updated to 1.19.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77bb50aa84da
branches:  trunk
changeset: 435629:77bb50aa84da
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 10 19:37:22 2020 +0000

description:
blosc: updated to 1.19.0

Changes from 1.18.1 to 1.19.0
=============================

- The length of automatic blocksizes for fast codecs (lz4, blosclz) has
  been incremented quite a bit (up to 256 KB) for better compression ratios.
  The performance in modern CPUs (with at least 256 KB in L2 cache) should
  be better too (for older CPUs the performance should stay roughly the same).

- Continuous integration has been migrated to GitHub actions and much
  more scenarios are tested (specially linking with external codecs).
  Also, a new OSS-Fuzz workflow has been added for increased detection
  of possible vulnerabilities.  Thanks to Nathan Moinvaziri.

- blosclz codec updated to 2.1.0.  Expect better compression ratios and
  performance in a wider variety of scenarios.

- `blosc_decompress_unsafe()`, `blosc_decompress_ctx_unsafe()` and
  `blosc_getitem_unsafe()` have been removed because they are dangerous
  and after latest improvements, they should not be used in production.

- zstd codec updated to 1.4.5.

- Conan packaging has been deprecated (from now on, we should try
  to focus on supporting wheels only).

diffstat:

 devel/blosc/Makefile |   4 ++--
 devel/blosc/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r e30ed64571bc -r 77bb50aa84da devel/blosc/Makefile
--- a/devel/blosc/Makefile      Fri Jul 10 19:33:30 2020 +0000
+++ b/devel/blosc/Makefile      Fri Jul 10 19:37:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/04/23 07:30:27 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/07/10 19:37:22 adam Exp $
 
-DISTNAME=      blosc-1.18.1
+DISTNAME=      blosc-1.19.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Blosc/}
 GITHUB_PROJECT=        c-blosc
diff -r e30ed64571bc -r 77bb50aa84da devel/blosc/distinfo
--- a/devel/blosc/distinfo      Fri Jul 10 19:33:30 2020 +0000
+++ b/devel/blosc/distinfo      Fri Jul 10 19:37:22 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2020/04/23 07:30:27 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/07/10 19:37:22 adam Exp $
 
-SHA1 (blosc-1.18.1.tar.gz) = c05e46ed3747ec34eed3113e2edf46c28a261889
-RMD160 (blosc-1.18.1.tar.gz) = ccdcb1153faa445dea4256f81aa76c90b50b37c5
-SHA512 (blosc-1.18.1.tar.gz) = 95d8527d56de5e59b8a8fb91c8e981883d2bcba0ba2d5ff396dada1c17c61908ed83cda205b5d0eaaffe68490a941187fb31901219f04895742d1787e8881c8a
-Size (blosc-1.18.1.tar.gz) = 889666 bytes
+SHA1 (blosc-1.19.0.tar.gz) = fd3d28881f26b7d8a7553e224b82389001d78bef
+RMD160 (blosc-1.19.0.tar.gz) = 562dfb65cb5abeae551c19fb2da2d7581f4a16b5
+SHA512 (blosc-1.19.0.tar.gz) = 15bc009f8880630c531ccd36544869d59b69d21f10c08eebf3c2983d203697429649a1b56b044e28342ec620c6f5850ee9da783005ce83f23e783f091289498c
+Size (blosc-1.19.0.tar.gz) = 875356 bytes
 SHA1 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1
 SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856



Home | Main Index | Thread Index | Old Index