Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6EE6084E72 for ; Wed, 27 Sep 2023 12:23:45 +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 l49MyWGU9j5G for ; Wed, 27 Sep 2023 12:23:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E196384D08 for ; Wed, 27 Sep 2023 12:23:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44E6BFBDB; Wed, 27 Sep 2023 12:23:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169581740929070" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 12:23:29 +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: <20230927122329.44E6BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169581740929070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 12:23:29 UTC 2023 Modified Files: pkgsrc/devel/blosc2: Makefile distinfo Log Message: blosc2: updated to 2.10.4 Changes from 2.10.3 to 2.10.4 ============================= * Remove duplicated tune initialization since it is already done in blosc2_create_cctx. Thanks to Marta Iborra * Typos fixed. Thanks to Dimitri Papadopoulos. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/blosc2/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/blosc2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169581740929070 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.5 pkgsrc/devel/blosc2/Makefile:1.6 --- pkgsrc/devel/blosc2/Makefile:1.5 Wed Sep 13 16:40:21 2023 +++ pkgsrc/devel/blosc2/Makefile Wed Sep 27 12:23:29 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/09/13 16:40:21 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/09/27 12:23:29 adam Exp $ -DISTNAME= blosc2-2.10.3 +DISTNAME= blosc2-2.10.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/} GITHUB_PROJECT= c-blosc2 Index: pkgsrc/devel/blosc2/distinfo diff -u pkgsrc/devel/blosc2/distinfo:1.6 pkgsrc/devel/blosc2/distinfo:1.7 --- pkgsrc/devel/blosc2/distinfo:1.6 Wed Sep 13 16:40:21 2023 +++ pkgsrc/devel/blosc2/distinfo Wed Sep 27 12:23:29 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2023/09/13 16:40:21 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/09/27 12:23:29 adam Exp $ -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 +BLAKE2s (blosc2-2.10.4.tar.gz) = 88ee1bc9afb930fa01f93f4e09f8d2ac36f040f45d3644abba905105a1c67d22 +SHA512 (blosc2-2.10.4.tar.gz) = 85247c3fb42a90e10a213d7fa62be17fb1156d0d68fd9ab2fd1757e0b41f81d7b4cf73d67e542eefcd812f8589eda81fab34c0ab2d5a0634563b6408313b0f74 +Size (blosc2-2.10.4.tar.gz) = 3142948 bytes SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689 --_----------=_169581740929070--