pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/blosc devel/blosc: Update to 1.14.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/16c0eea032a1
branches: trunk
changeset: 378331:16c0eea032a1
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Apr 05 15:26:08 2018 +0000
description:
devel/blosc: Update to 1.14.2
Notable changes since 1.12.1:
- Serious optimization of memory copy functions (see new
blosc/fastcopy.c). This benefits the speed of all the codecs, but
specially the BloscLZ one.
- As a result of the above, the BloscLZ codec received a new
adjustment of knobs so that you should expect better compression
ratios with it too.
- Fixed a buffer overrun that happens when compressing small buffers
and len(destination_buffer) < (len(source_buffer) +
BLOSC_MAX_OVERHEAD).
- New split mode that favors forward compatibility. That means that,
from now on, all the buffers created starting with blosc 1.14.0 will
be forward compatible with any previous versions of the library --at
least until 1.3.0, when support for multi-codec was introduced.
diffstat:
devel/blosc/Makefile | 4 ++--
devel/blosc/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 13587f45c9cf -r 16c0eea032a1 devel/blosc/Makefile
--- a/devel/blosc/Makefile Thu Apr 05 13:11:45 2018 +0000
+++ b/devel/blosc/Makefile Thu Apr 05 15:26:08 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/04/05 09:33:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/05 15:26:08 minskim Exp $
-DISTNAME= blosc-1.12.1
+DISTNAME= blosc-1.14.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/}
GITHUB_PROJECT= c-blosc
diff -r 13587f45c9cf -r 16c0eea032a1 devel/blosc/distinfo
--- a/devel/blosc/distinfo Thu Apr 05 13:11:45 2018 +0000
+++ b/devel/blosc/distinfo Thu Apr 05 15:26:08 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2018/04/05 09:33:48 jperkin Exp $
+$NetBSD: distinfo,v 1.3 2018/04/05 15:26:08 minskim Exp $
-SHA1 (blosc-1.12.1.tar.gz) = 234ca85e3602cceee4d8b106c27fda526bbd733d
-RMD160 (blosc-1.12.1.tar.gz) = b04b93363b90015b79964dc4615699fa897e5273
-SHA512 (blosc-1.12.1.tar.gz) = f65bbbfce6fc59d0c5a0889d5771dd78cae2796244c6ee69edf15b27c4563c28ce789fded9104a8626d12be3e46418d596dfdb204c43e33abae8dca40debfd92
-Size (blosc-1.12.1.tar.gz) = 683510 bytes
+SHA1 (blosc-1.14.2.tar.gz) = ba8bc63c2f0cdc62077a45b5e44216abd098020a
+RMD160 (blosc-1.14.2.tar.gz) = 4e75ba5f5cee49410cde42e0bef75d2f7e3d78d8
+SHA512 (blosc-1.14.2.tar.gz) = fb0346e3c2c6101d17963771643a114302034a5389e2ffd9498c6b6367fe6f138ec59edbf039f89a57ce44a63e1f70324ad3906a39884ecc9d54ee2987a1b39c
+Size (blosc-1.14.2.tar.gz) = 759731 bytes
SHA1 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1
SHA1 (patch-tests_test__common.h) = 2dabaec2dd7dc23a5fd56fd01647670845145675
Home |
Main Index |
Thread Index |
Old Index