Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 30DA91A9239 for ; Sun, 23 Jan 2022 22:04:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 75BE084DBD; Sun, 23 Jan 2022 22:04:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1C3984D3A for ; Sun, 23 Jan 2022 22:04:34 +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 itLjYve2inUp for ; Sun, 23 Jan 2022 22:04:34 +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 3188084CEF for ; Sun, 23 Jan 2022 22:04:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AD39FB24; Sun, 23 Jan 2022 22:04:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642975474245390" MIME-Version: 1.0 Date: Sun, 23 Jan 2022 22:04:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/zstd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220123220434.2AD39FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642975474245390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 23 22:04:34 UTC 2022 Modified Files: pkgsrc/archivers/zstd: Makefile distinfo Log Message: zstd: update to 1.5.2. v1.5.2 (Jan, 2022) perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964) doc: Clarify Licensing (@terrelln, #2981) To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/archivers/zstd/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/archivers/zstd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642975474245390 Content-Disposition: inline Content-Length: 1722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/zstd/Makefile diff -u pkgsrc/archivers/zstd/Makefile:1.44 pkgsrc/archivers/zstd/Makefile:1.45 --- pkgsrc/archivers/zstd/Makefile:1.44 Wed Jan 19 06:02:25 2022 +++ pkgsrc/archivers/zstd/Makefile Sun Jan 23 22:04:33 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2022/01/19 06:02:25 adam Exp $ +# $NetBSD: Makefile,v 1.45 2022/01/23 22:04:33 wiz Exp $ -DISTNAME= zstd-1.5.1 +DISTNAME= zstd-1.5.2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/archivers/zstd/distinfo diff -u pkgsrc/archivers/zstd/distinfo:1.32 pkgsrc/archivers/zstd/distinfo:1.33 --- pkgsrc/archivers/zstd/distinfo:1.32 Wed Jan 19 06:02:25 2022 +++ pkgsrc/archivers/zstd/distinfo Sun Jan 23 22:04:33 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2022/01/19 06:02:25 adam Exp $ +$NetBSD: distinfo,v 1.33 2022/01/23 22:04:33 wiz Exp $ -BLAKE2s (zstd-1.5.1.tar.gz) = 8604f0079f774e0af41635e9a734efcb5e41382ee21a2ac5a34c996594273223 -SHA512 (zstd-1.5.1.tar.gz) = ed8ea0143b7bbd85afdcc8f95d44589a0903cff8375059836ebe577cc4b3ea49c0c756db6a3649655e478377f48b3120ef87dc768fd449bd4bfac786209bfd31 -Size (zstd-1.5.1.tar.gz) = 1948539 bytes +BLAKE2s (zstd-1.5.2.tar.gz) = 2d03dcfcd9775c58f07f860b16b6a4774291d1ec962af6d6a8f653405c015ab1 +SHA512 (zstd-1.5.2.tar.gz) = e107508a41fca50845cc2494e64adaba93efb95a2fa486fc962510a8ba4b2180d93067cae9870f119e88e5e8b28a046bc2240b0b23cdd8933d1fb1a6a9668c1e +Size (zstd-1.5.2.tar.gz) = 1950967 bytes SHA1 (patch-Makefile) = 35159f44eb1d212395a53a27de60d3d1a5d3d014 SHA1 (patch-lib_Makefile) = b04f9d1dcc7b336872566785e7b0db69929eb262 SHA1 (patch-tests_Makefile) = b83de10222859d656468463071dbce70adcc22b1 --_----------=_1642975474245390--