Received: by mail.netbsd.org (Postfix, from userid 605) id 50F5A84D2D; Sun, 7 Mar 2021 13:45:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A1F084D27 for ; Sun, 7 Mar 2021 13:45:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Pfupc6rqJ16p for ; Sun, 7 Mar 2021 13:45:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10EA684CE3 for ; Sun, 7 Mar 2021 13:45:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E3D3FA95; Sun, 7 Mar 2021 13:45:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161512471987090" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 13:45:19 +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: <20210307134519.0E3D3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161512471987090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 7 13:45:18 UTC 2021 Modified Files: pkgsrc/devel/blosc: Makefile distinfo Log Message: blosc: updated to 1.21.0 1.21.0 Updated zstd codec to 1.4.8. Updated lz4 codec to 1.9.3. New instructions on how to use the libraries in python-blosc wheels so as to compile C-Blosc applications. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/blosc/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/blosc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161512471987090 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.15 pkgsrc/devel/blosc/Makefile:1.16 --- pkgsrc/devel/blosc/Makefile:1.15 Sun Oct 25 04:33:27 2020 +++ pkgsrc/devel/blosc/Makefile Sun Mar 7 13:45:18 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/10/25 04:33:27 nia Exp $ +# $NetBSD: Makefile,v 1.16 2021/03/07 13:45:18 adam Exp $ -DISTNAME= blosc-1.20.1 +DISTNAME= blosc-1.21.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.13 pkgsrc/devel/blosc/distinfo:1.14 --- pkgsrc/devel/blosc/distinfo:1.13 Wed Sep 9 07:06:56 2020 +++ pkgsrc/devel/blosc/distinfo Sun Mar 7 13:45:18 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2020/09/09 07:06:56 adam Exp $ +$NetBSD: distinfo,v 1.14 2021/03/07 13:45:18 adam Exp $ -SHA1 (blosc-1.20.1.tar.gz) = 31c99fd8126f9e62d181d4843ee2eaaac0cb5a1a -RMD160 (blosc-1.20.1.tar.gz) = dfd30950ff706024d6df6f94e7819c383ccc1918 -SHA512 (blosc-1.20.1.tar.gz) = 59f83dfb3f0db6530daeae699f0915d6c8a7186cea1fe2face7110f5c94c2e8ccc12eb0078de968552b6ac32163b2ec6fb19b79966d2c85574a2676b454f5475 -Size (blosc-1.20.1.tar.gz) = 878895 bytes +SHA1 (blosc-1.21.0.tar.gz) = e3e0e55cea527347c9e74ea33fa6f2f9482277ab +RMD160 (blosc-1.21.0.tar.gz) = fc04eae83b3f2715c3e1a4ee87a5db3193c03a73 +SHA512 (blosc-1.21.0.tar.gz) = 76758176f91979794dc3b8d46c21294d81e33fda4f2e299b031f2dc059d77e351e3f5f1c984b0263713d6e04c48534984d580244573dd96f0198dd3838b9f376 +Size (blosc-1.21.0.tar.gz) = 907199 bytes SHA1 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1 SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856 --_----------=_161512471987090--