Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0415084E91 for ; Wed, 13 Sep 2023 16:40:22 +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 lKavcXmvnSws for ; Wed, 13 Sep 2023 16:40:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 78CCD84E5C for ; Wed, 13 Sep 2023 16:40:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72AC9FBDB; Wed, 13 Sep 2023 16:40:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16946232212110" MIME-Version: 1.0 Date: Wed, 13 Sep 2023 16:40:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/blosc2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230913164021.72AC9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16946232212110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 13 16:40:21 UTC 2023 Modified Files: pkgsrc/devel/blosc2: Makefile distinfo Log Message: blosc2: updated to 2.10.3 Changes from 2.10.2 to 2.10.3 * Globally registered new codec `openhtj2k`. This will be loaded dynamically. * Added a `BLOSC_INFO` macro for details on compression params. * Added `get_blocksize.c` example on automatic blocksizes. * Warning fixes. * Fixes for mingw. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/blosc2/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/blosc2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16946232212110 Content-Disposition: inline Content-Length: 1573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/blosc2/Makefile diff -u pkgsrc/devel/blosc2/Makefile:1.4 pkgsrc/devel/blosc2/Makefile:1.5 --- pkgsrc/devel/blosc2/Makefile:1.4 Fri Aug 25 10:56:38 2023 +++ pkgsrc/devel/blosc2/Makefile Wed Sep 13 16:40:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/08/25 10:56:38 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/09/13 16:40:21 adam Exp $ -DISTNAME= blosc2-2.10.2 +DISTNAME= blosc2-2.10.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/} GITHUB_PROJECT= c-blosc2 Index: pkgsrc/devel/blosc2/distinfo diff -u pkgsrc/devel/blosc2/distinfo:1.5 pkgsrc/devel/blosc2/distinfo:1.6 --- pkgsrc/devel/blosc2/distinfo:1.5 Fri Aug 25 10:56:38 2023 +++ pkgsrc/devel/blosc2/distinfo Wed Sep 13 16:40:21 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2023/08/25 10:56:38 adam Exp $ +$NetBSD: distinfo,v 1.6 2023/09/13 16:40:21 adam Exp $ -BLAKE2s (blosc2-2.10.2.tar.gz) = a7c7e1d0f829833388349e478ac4ba8c7c08aed67e77fcd1aade12660ddc46a3 -SHA512 (blosc2-2.10.2.tar.gz) = 2e4344a6fb905fc7c8e3de2db3a59469b2ea27d2f17777e476d08247cb3793880f3c5db786857c0afd33371868e4fcd713b6913d5502424821f20c9870e1e4bb -Size (blosc2-2.10.2.tar.gz) = 3142525 bytes +BLAKE2s (blosc2-2.10.3.tar.gz) = 7095cbd87e59c0a5be038674269d54e688661817ba49623feea569712c72bb34 +SHA512 (blosc2-2.10.3.tar.gz) = ae1d8d6aae1cb58f954491733b1667a6280384de705795d181aada9ffd9d8a922b715f22ad12bc7f0fd2799b46e70a7c21a8253de74445f3013a6d2136579ae0 +Size (blosc2-2.10.3.tar.gz) = 3142852 bytes SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689 --_----------=_16946232212110--