Received: by mail.netbsd.org (Postfix, from userid 605) id 409D384D55; Sun, 15 Dec 2019 14:22:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCC0C84D50 for ; Sun, 15 Dec 2019 14:22:58 +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 Aed0f3GKeMWe for ; Sun, 15 Dec 2019 14:22:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 448F584CDA for ; Sun, 15 Dec 2019 14:22:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 419D5FA97; Sun, 15 Dec 2019 14:22:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576419778132740" MIME-Version: 1.0 Date: Sun, 15 Dec 2019 14:22:58 +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: <20191215142258.419D5FA97@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. --_----------=_1576419778132740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 15 14:22:58 UTC 2019 Modified Files: pkgsrc/devel/blosc: Makefile distinfo Log Message: blosc: updated to 1.17.1 Release 1.17.1 Zstd codec updated to 1.4.4. LZ4 codec updated to 1.9.2. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/blosc/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/blosc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576419778132740 Content-Disposition: inline Content-Length: 1716 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.7 pkgsrc/devel/blosc/Makefile:1.8 --- pkgsrc/devel/blosc/Makefile:1.7 Wed Aug 28 10:29:37 2019 +++ pkgsrc/devel/blosc/Makefile Sun Dec 15 14:22:58 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/08/28 10:29:37 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/15 14:22:58 adam Exp $ -DISTNAME= blosc-1.17.0 +DISTNAME= blosc-1.17.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.8 pkgsrc/devel/blosc/distinfo:1.9 --- pkgsrc/devel/blosc/distinfo:1.8 Wed Aug 28 10:29:37 2019 +++ pkgsrc/devel/blosc/distinfo Sun Dec 15 14:22:58 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2019/08/28 10:29:37 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/12/15 14:22:58 adam Exp $ -SHA1 (blosc-1.17.0.tar.gz) = ab57ac90e5017e2a97e7ab22e9cf464c2dd418c8 -RMD160 (blosc-1.17.0.tar.gz) = 52730c8b90f29986f9aed5ee854c6b4edc6f5087 -SHA512 (blosc-1.17.0.tar.gz) = 7fe517e9d050a36839ddf963e718881533cc10a7c8963222b3167fd48ec84455614206c1cc2c248f52042a019262fa0419c4c1a828eb1ae64294c55bbaf56f6e -Size (blosc-1.17.0.tar.gz) = 864575 bytes +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 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1 SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856 --_----------=_1576419778132740--