Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5230D84D91 for ; Fri, 6 Oct 2023 13:48:30 +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 o75i9Qu-ja_H for ; Fri, 6 Oct 2023 13:48:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C55EA84D15 for ; Fri, 6 Oct 2023 13:48:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BCCB2FBDB; Fri, 6 Oct 2023 13:48:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16966001094100" MIME-Version: 1.0 Date: Fri, 6 Oct 2023 13:48: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: <20231006134829.BCCB2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16966001094100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 13:48:29 UTC 2023 Modified Files: pkgsrc/devel/blosc2: Makefile distinfo Log Message: blosc2: updated to 2.10.5 Changes from 2.10.4 to 2.10.5 Fix a variable name in a test that was causing a segfault in some platforms. Change tuner's functions signature to return always an error code. This allows for better error checking when using plugable tuners in Blosc2. Do checks when creating contexts. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/blosc2/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/blosc2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16966001094100 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.6 pkgsrc/devel/blosc2/Makefile:1.7 --- pkgsrc/devel/blosc2/Makefile:1.6 Wed Sep 27 12:23:29 2023 +++ pkgsrc/devel/blosc2/Makefile Fri Oct 6 13:48:29 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/09/27 12:23:29 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/10/06 13:48:29 adam Exp $ -DISTNAME= blosc2-2.10.4 +DISTNAME= blosc2-2.10.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/} GITHUB_PROJECT= c-blosc2 Index: pkgsrc/devel/blosc2/distinfo diff -u pkgsrc/devel/blosc2/distinfo:1.7 pkgsrc/devel/blosc2/distinfo:1.8 --- pkgsrc/devel/blosc2/distinfo:1.7 Wed Sep 27 12:23:29 2023 +++ pkgsrc/devel/blosc2/distinfo Fri Oct 6 13:48:29 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2023/09/27 12:23:29 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/10/06 13:48:29 adam Exp $ -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 +BLAKE2s (blosc2-2.10.5.tar.gz) = ddc2147717e452bcf602eb4e04f8a76bc4efa6e1a06ccd2aeeee72b4813c139e +SHA512 (blosc2-2.10.5.tar.gz) = bc004fe2132a8e36963437d5279506c2f79dcbf11ee1a768954c20d1265d120dc85e67952b567e716105c5716922da8ee8cffd0a5d44bc67093a4cab3075e322 +Size (blosc2-2.10.5.tar.gz) = 3144174 bytes SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689 --_----------=_16966001094100--