Received: by mail.netbsd.org (Postfix, from userid 605) id B8CBC84D79; Thu, 23 Apr 2020 07:30:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4196D84D78 for ; Thu, 23 Apr 2020 07:30:28 +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 jhAx_lUyZoq7 for ; Thu, 23 Apr 2020 07:30:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB93384CCD for ; Thu, 23 Apr 2020 07:30:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5BA8FB27; Thu, 23 Apr 2020 07:30:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158762702721020" MIME-Version: 1.0 Date: Thu, 23 Apr 2020 07:30:27 +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: <20200423073027.B5BA8FB27@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. --_----------=_158762702721020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 23 07:30:27 UTC 2020 Modified Files: pkgsrc/devel/blosc: Makefile distinfo Log Message: blosc: updated to 1.18.1 Changes from 1.17.1 to 1.18.1 - Fixed the copy of the leftovers of a chunk when its size is not a multiple of the typesize. Although this is a very unusual situation, it can certainly happen (e.g. https://github.com/Blosc/python-blosc/issues/220). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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. --_----------=_158762702721020 Content-Disposition: inline Content-Length: 1722 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.9 pkgsrc/devel/blosc/Makefile:1.10 --- pkgsrc/devel/blosc/Makefile:1.9 Sat Jan 25 16:54:23 2020 +++ pkgsrc/devel/blosc/Makefile Thu Apr 23 07:30:27 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2020/01/25 16:54:23 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/23 07:30:27 adam Exp $ -DISTNAME= blosc-1.17.1 +DISTNAME= blosc-1.18.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/} GITHUB_PROJECT= c-blosc Index: pkgsrc/devel/blosc/distinfo diff -u pkgsrc/devel/blosc/distinfo:1.9 pkgsrc/devel/blosc/distinfo:1.10 --- pkgsrc/devel/blosc/distinfo:1.9 Sun Dec 15 14:22:58 2019 +++ pkgsrc/devel/blosc/distinfo Thu Apr 23 07:30:27 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2019/12/15 14:22:58 adam Exp $ +$NetBSD: distinfo,v 1.10 2020/04/23 07:30:27 adam Exp $ -SHA1 (blosc-1.17.1.tar.gz) = 6eb5867bc83366b14643d4b5386e62a9e44e2026 -RMD160 (blosc-1.17.1.tar.gz) = 8081d312d4fa96362a06fc6a6533a29540fa47f5 -SHA512 (blosc-1.17.1.tar.gz) = 926b15251b8537e5d1080b6488f357f05f948c193152d11f8e874834230459d4ac2514137f6cf2ef049f8625546e8687a85477594f523418398b62ca4271cb71 -Size (blosc-1.17.1.tar.gz) = 880237 bytes +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 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1 SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856 --_----------=_158762702721020--