Received: by mail.netbsd.org (Postfix, from userid 605) id E4CBE84E20; Fri, 10 Jul 2020 19:37:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D56384D92 for ; Fri, 10 Jul 2020 19:37:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4zDlNzhFo3_r for ; Fri, 10 Jul 2020 19:37:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DF26E84D8C for ; Fri, 10 Jul 2020 19:37:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8FE7FB28; Fri, 10 Jul 2020 19:37:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594409842177200" MIME-Version: 1.0 Date: Fri, 10 Jul 2020 19:37:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/blosc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200710193722.D8FE7FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594409842177200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 10 19:37:22 UTC 2020 Modified Files: pkgsrc/devel/blosc: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/blosc/Makefile \ pkgsrc/devel/blosc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594409842177200 Content-Disposition: inline Content-Length: 1725 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/blosc/Makefile diff -u pkgsrc/devel/blosc/Makefile:1.10 pkgsrc/devel/blosc/Makefile:1.11 --- pkgsrc/devel/blosc/Makefile:1.10 Thu Apr 23 07:30:27 2020 +++ pkgsrc/devel/blosc/Makefile Fri Jul 10 19:37:22 2020 @@ -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 Index: pkgsrc/devel/blosc/distinfo diff -u pkgsrc/devel/blosc/distinfo:1.10 pkgsrc/devel/blosc/distinfo:1.11 --- pkgsrc/devel/blosc/distinfo:1.10 Thu Apr 23 07:30:27 2020 +++ pkgsrc/devel/blosc/distinfo Fri Jul 10 19:37:22 2020 @@ -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 --_----------=_1594409842177200--