Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5EFE81A921F for ; Thu, 19 Nov 2020 10:36:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B576584DC3; Thu, 19 Nov 2020 10:36:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE71384D7E for ; Thu, 19 Nov 2020 10:36:57 +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 ftXk__zKAyHj for ; Thu, 19 Nov 2020 10:36:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B6A884D31 for ; Thu, 19 Nov 2020 10:36:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53918FA9D; Thu, 19 Nov 2020 10:36:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605782217243240" MIME-Version: 1.0 Date: Thu, 19 Nov 2020 10:36:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/lz4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201119103657.53918FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605782217243240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 19 10:36:57 UTC 2020 Modified Files: pkgsrc/archivers/lz4: Makefile distinfo Log Message: lz4: updated to 1.9.3 LZ4 v1.9.3 is a maintenance release, offering more than 200+ commits to fix multiple corner cases and build scenarios. Update is recommended. Existing liblz4 API is not modified, so it should be a drop-in replacement. Changes list Here is a more detailed list of updates introduced in v1.9.3 : perf: highly improved speed in kernel space, by @terrelln perf: faster speed with Visual Studio, thanks to @wolfpld and @remittor perf: improved dictionary compression speed, by @felixhandte perf: fixed LZ4_compress_HC_destSize() ratio, detected by @hsiangkao perf: reduced stack usage in high compression mode, by @Yanpas api : LZ4_decompress_safe_partial() supports unknown compressed size, requested by @jfkthame api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harvie api : can (de)compress to/from NULL without UBs api : fix alignment test on 32-bit systems (state initialization) api : fix LZ4_saveDictHC() in corner case scenario, detected by @IgorKorkin cli : compress multiple files using the legacy format, by Filipe Calasans cli : benchmark mode supports dictionary, by @rkoradi cli : fix --fast with large argument, detected by @picoHz build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS build: contrib/cmake_unofficial/ moved to build/cmake/ build: visual/* moved to build/ build: updated meson script, by @neheb build: tinycc support, by Anton Kochkov install: Haiku support, by Jerome Duval doc : updated LZ4 frame format, clarify EndMark To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/lz4/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/lz4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605782217243240 Content-Disposition: inline Content-Length: 1791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/lz4/Makefile diff -u pkgsrc/archivers/lz4/Makefile:1.19 pkgsrc/archivers/lz4/Makefile:1.20 --- pkgsrc/archivers/lz4/Makefile:1.19 Wed May 27 19:37:36 2020 +++ pkgsrc/archivers/lz4/Makefile Thu Nov 19 10:36:57 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/05/27 19:37:36 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/11/19 10:36:57 adam Exp $ -DISTNAME= lz4-1.9.2 +DISTNAME= lz4-1.9.3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=lz4/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/archivers/lz4/distinfo diff -u pkgsrc/archivers/lz4/distinfo:1.18 pkgsrc/archivers/lz4/distinfo:1.19 --- pkgsrc/archivers/lz4/distinfo:1.18 Mon Aug 26 07:09:47 2019 +++ pkgsrc/archivers/lz4/distinfo Thu Nov 19 10:36:57 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2019/08/26 07:09:47 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/11/19 10:36:57 adam Exp $ -SHA1 (lz4-1.9.2.tar.gz) = 4dc36f29d7b4e5b45b114be2674068200714abb3 -RMD160 (lz4-1.9.2.tar.gz) = 2938f42a12c8c16124e2d63bd70fca7024809d40 -SHA512 (lz4-1.9.2.tar.gz) = ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1 -Size (lz4-1.9.2.tar.gz) = 305796 bytes +SHA1 (lz4-1.9.3.tar.gz) = 5a19554ef404a609123b756ddcbbb677df838f05 +RMD160 (lz4-1.9.3.tar.gz) = b933c4794c0b9634e453dba5875bf1b1b0b79e70 +SHA512 (lz4-1.9.3.tar.gz) = c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c +Size (lz4-1.9.3.tar.gz) = 320958 bytes SHA1 (patch-Makefile.inc) = 55d576430ed1a160709a56e104edc14cad88e5a9 SHA1 (patch-lib_Makefile) = 8eda2146522bd2d5e418916fd99fb201810cb36d SHA1 (patch-programs_Makefile) = 671728182325f03164eb898d9d846fd2aa4353f7 --_----------=_1605782217243240--